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-09-03T03:24:07.010Z||main|||||INFO|500||The following profiles are active: basic
2022-09-03T03:24:17.796Z||main|||||INFO|500||Starting service [Tomcat]
2022-09-03T03:24:17.796Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-09-03T03:24:17.912Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-09-03T03:24:23.286Z||main|||||INFO|500||catdb-pool - Starting...
2022-09-03T03:24:23.708Z||main|||||INFO|500||catdb-pool - Start completed.
2022-09-03T03:24:24.179Z||main|||||INFO|500||reqdb-pool - Starting...
2022-09-03T03:24:24.189Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-09-03T03:24:24.319Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-09-03T03:24:24.563Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-09-03T03:24:25.137Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-09-03T03:24:27.169Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-03T03:24:29.485Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-03T03:24:29.548Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-09-03T03:24:30.143Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-03T03:24:30.452Z||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-09-03T03:24:31.682Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-03T03:24:32.773Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-09-03T03:24:32.790Z||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$$9ade955a.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-09-03T03:24:32.791Z||main|||||WARN|500||The sdc end point is not alive
2022-09-03T03:24:35.992Z||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-09-03T03:24:39.098Z||main|||||WARN|500||---
2022-09-03T03:24:39.098Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-09-03T03:24:39.099Z||main|||||WARN|500||---
2022-09-03T03:24:39.551Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-09-03T03:24:44.713Z||main|||||INFO|500||Started Application in 40.724 seconds (JVM running for 42.883)
2022-09-03T03:24:44.750Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-03T03:24:44.756Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-03T03:24:44.771Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-03T03:24:44.798Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-03T03:24:44.845Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 906c4404-a1e4-4683-9446-d8705aee8442 url= /sdc/v1/artifactTypes
2022-09-03T03:24:44.846Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-09-03T03:24:45.150Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-09-03T03:24:45.192Z||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-09-03T03:24:45.215Z||scheduling-1|||||DEBUG|500||create keys
2022-09-03T03:24:45.222Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-09-03T03:24:45.269Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:24:45.292Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 354765bf-51b0-4ef6-a40e-2fc0a89e640c url= /sdc/v1/registerForDistribution
2022-09-03T03:24:45.405Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 354765bf-51b0-4ef6-a40e-2fc0a89e640c url= /sdc/v1/registerForDistribution
2022-09-03T03:24:45.406Z||scheduling-1|||||INFO|500||start DistributionClient
2022-09-03T03:24:45.415Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:24:45.416Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:24:45.429Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-09-03T03:24:45.432Z||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-09-03T03:24:45.434Z||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-09-03T03:24:45.436Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:24:45.435Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:24:55.819Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:24:55.824Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:25:45.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:25:45.415Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:25:45.416Z||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-09-03T03:25:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:25:45.419Z||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-09-03T03:25:45.420Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:25:54.974Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:25:54.982Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:26:45.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:26:45.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:26:45.415Z||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-09-03T03:26:45.416Z||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-09-03T03:26:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:26:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:26:54.965Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:26:54.966Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:27:45.413Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:27:45.414Z||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-09-03T03:27:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:27:45.415Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:27:45.417Z||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-09-03T03:27:45.417Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:27:54.969Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:27:54.971Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:28:45.413Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:28:45.414Z||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-09-03T03:28:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:28:45.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:28:45.417Z||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-09-03T03:28:45.417Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:28:54.964Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:28:54.964Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:29:45.413Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:29:45.414Z||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-09-03T03:29:45.415Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:29:45.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:29:45.415Z||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-09-03T03:29:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:29:54.964Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:29:54.964Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:30:45.413Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:30:45.414Z||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-09-03T03:30:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:30:45.415Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:30:45.415Z||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-09-03T03:30:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:30:54.969Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:30:54.969Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:31:45.413Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:31:45.415Z||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-09-03T03:31:45.415Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:31:45.415Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:31:45.417Z||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-09-03T03:31:45.418Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T03:31:54.993Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:31:55.003Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:32:45.414Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:32:45.415Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:32:45.419Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T03:32:45.419Z||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-09-03T03:32:45.419Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T03:32:45.419Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:32:54.999Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:32:55.002Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:33:45.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:33:45.415Z||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-09-03T03:33:45.415Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:33:45.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:33:45.416Z||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-09-03T03:33:45.417Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:33:54.966Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:33:54.976Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:34:25.245Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-09-03T03:34:45.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:34:45.414Z||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-09-03T03:34:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:34:45.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:34:45.416Z||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-09-03T03:34:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:34:54.963Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:34:54.963Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:35:45.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:35:45.414Z||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-09-03T03:35:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:35:45.415Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:35:45.416Z||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-09-03T03:35:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:35:54.962Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:35:54.963Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:36:45.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:36:45.414Z||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-09-03T03:36:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:36:45.415Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:36:45.415Z||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-09-03T03:36:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:36:54.972Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:36:54.973Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:37:45.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:37:45.414Z||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-09-03T03:37:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:37:45.415Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:37:45.416Z||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-09-03T03:37:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:37:54.962Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:37:54.969Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:38:45.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:38:45.414Z||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-09-03T03:38:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:38:45.415Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:38:45.416Z||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-09-03T03:38:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:38:54.963Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:38:54.963Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:39:45.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:39:45.414Z||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-09-03T03:39:45.415Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:39:45.415Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:39:45.415Z||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-09-03T03:39:45.417Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:39:54.973Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:39:54.973Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:40:45.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:40:45.415Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:40:45.415Z||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-09-03T03:40:45.415Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:40:45.416Z||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-09-03T03:40:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:40:54.967Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:40:54.968Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:41:45.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:41:45.414Z||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-09-03T03:41:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:41:45.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:41:45.418Z||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-09-03T03:41:45.418Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:41:54.962Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:41:54.965Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:42:45.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:42:45.414Z||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-09-03T03:42:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:42:45.415Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:42:45.416Z||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-09-03T03:42:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:42:54.964Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:42:54.964Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:43:45.413Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:43:45.414Z||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-09-03T03:43:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:43:45.415Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:43:45.416Z||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-09-03T03:43:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:43:54.964Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:43:54.964Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:44:45.413Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:44:45.414Z||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-09-03T03:44:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:44:45.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:44:45.415Z||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-09-03T03:44:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:44:54.964Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:44:54.966Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:45:45.413Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:45:45.414Z||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-09-03T03:45:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:45:45.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:45:45.416Z||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-09-03T03:45:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:45:54.961Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:45:54.963Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:46:45.413Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:46:45.414Z||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-09-03T03:46:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:46:45.415Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:46:45.416Z||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-09-03T03:46:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:46:54.958Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:46:54.960Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:47:45.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:47:45.414Z||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-09-03T03:47:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:47:45.415Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:47:45.416Z||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-09-03T03:47:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:47:54.962Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:47:54.962Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:48:45.414Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:48:45.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:48:45.416Z||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-09-03T03:48:45.416Z||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-09-03T03:48:45.417Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:48:45.417Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:48:54.969Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:48:54.969Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:49:45.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:49:45.415Z||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-09-03T03:49:45.415Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:49:45.415Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:49:45.416Z||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-09-03T03:49:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:49:54.963Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:49:54.963Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:50:45.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:50:45.414Z||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-09-03T03:50:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:50:45.415Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:50:45.416Z||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-09-03T03:50:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:50:54.962Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:50:54.962Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:51:45.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:51:45.414Z||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-09-03T03:51:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:51:45.415Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:51:45.416Z||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-09-03T03:51:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:51:54.963Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:51:54.963Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:52:45.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:52:45.414Z||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-09-03T03:52:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:52:45.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:52:45.416Z||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-09-03T03:52:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:52:54.973Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:52:54.973Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:53:45.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:53:45.414Z||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-09-03T03:53:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:53:45.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:53:45.416Z||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-09-03T03:53:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:53:54.961Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:53:54.963Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:54:45.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:54:45.414Z||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-09-03T03:54:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:54:45.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:54:45.416Z||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-09-03T03:54:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:54:54.964Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:54:54.964Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:55:45.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:55:45.414Z||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-09-03T03:55:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:55:45.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:55:45.415Z||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-09-03T03:55:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:55:54.977Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:55:54.983Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:56:45.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:56:45.414Z||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-09-03T03:56:45.415Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:56:45.415Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:56:45.416Z||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-09-03T03:56:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:56:54.964Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:56:54.967Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:57:45.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:57:45.415Z||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-09-03T03:57:45.415Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:57:45.415Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:57:45.416Z||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-09-03T03:57:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:57:54.966Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:57:54.966Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:58:45.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:58:45.415Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:58:45.415Z||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-09-03T03:58:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:58:45.415Z||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-09-03T03:58:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:58:54.964Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:58:54.964Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:59:45.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:59:45.414Z||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-09-03T03:59:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:59:45.415Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:59:45.415Z||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-09-03T03:59:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:59:54.961Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T03:59:54.961Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:00:45.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:00:45.414Z||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-09-03T04:00:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:00:45.415Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:00:45.416Z||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-09-03T04:00:45.417Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:00:54.971Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:00:54.984Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:01:45.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:01:45.414Z||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-09-03T04:01:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:01:45.415Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:01:45.415Z||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-09-03T04:01:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:01:54.959Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:01:54.960Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:02:45.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:02:45.414Z||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-09-03T04:02:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:02:45.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:02:45.415Z||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-09-03T04:02:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:02:54.968Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:02:54.968Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:03:45.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:03:45.414Z||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-09-03T04:03:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:03:45.415Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:03:45.416Z||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-09-03T04:03:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:03:54.961Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:03:54.964Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:04:45.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:04:45.414Z||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-09-03T04:04:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:04:45.415Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:04:45.416Z||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-09-03T04:04:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:04:54.966Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:04:54.966Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:05:45.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:05:45.414Z||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-09-03T04:05:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:05:45.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:05:45.416Z||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-09-03T04:05:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:05:54.960Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:05:54.963Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:06:45.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:06:45.414Z||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-09-03T04:06:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:06:45.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:06:45.416Z||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-09-03T04:06:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:06:54.965Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:06:54.966Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:07:45.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:07:45.415Z||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-09-03T04:07:45.415Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:07:45.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:07:45.416Z||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-09-03T04:07:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:07:54.967Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:07:54.967Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:08:45.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:08:45.414Z||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-09-03T04:08:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:08:45.415Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:08:45.416Z||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-09-03T04:08:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:08:54.959Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:08:54.961Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:09:45.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:09:45.414Z||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-09-03T04:09:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:09:45.415Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:09:45.416Z||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-09-03T04:09:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:09:54.963Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:09:54.963Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:10:45.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:10:45.414Z||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-09-03T04:10:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:10:45.415Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:10:45.415Z||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-09-03T04:10:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:10:54.963Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:10:54.964Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:11:45.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:11:45.414Z||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-09-03T04:11:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:11:45.415Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:11:45.415Z||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-09-03T04:11:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:11:55.013Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:11:55.013Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:12:45.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:12:45.414Z||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-09-03T04:12:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:12:45.415Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:12:45.416Z||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-09-03T04:12:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:12:54.981Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:12:54.981Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:13:45.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:13:45.414Z||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-09-03T04:13:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:13:45.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:13:45.416Z||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-09-03T04:13:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:13:54.966Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:13:54.966Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:14:45.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:14:45.414Z||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-09-03T04:14:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:14:45.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:14:45.416Z||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-09-03T04:14:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:14:54.973Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:14:54.978Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:15:45.415Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:15:45.415Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:15:45.416Z||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-09-03T04:15:45.416Z||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-09-03T04:15:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:15:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:15:54.970Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:15:54.970Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:16:45.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:16:45.415Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:16:45.416Z||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-09-03T04:16:45.416Z||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-09-03T04:16:45.417Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:16:45.417Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:16:54.970Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:16:54.976Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:17:45.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:17:45.414Z||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-09-03T04:17:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:17:45.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:17:45.416Z||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-09-03T04:17:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:17:54.994Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:17:54.994Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:18:45.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:18:45.414Z||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-09-03T04:18:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:18:45.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:18:45.416Z||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-09-03T04:18:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:18:54.969Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:18:54.971Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:19:45.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:19:45.414Z||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-09-03T04:19:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:19:45.415Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:19:45.415Z||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-09-03T04:19:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:19:54.973Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:19:54.973Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:20:45.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:20:45.414Z||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-09-03T04:20:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:20:45.415Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:20:45.416Z||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-09-03T04:20:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:20:54.962Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:20:54.962Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:21:45.413Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:21:45.414Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T04:21:45.414Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T04:21:45.415Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:21:45.416Z||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-09-03T04:21:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:21:54.968Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:21:54.969Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:22:45.413Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:22:45.414Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T04:22:45.414Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T04:22:45.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:22:45.416Z||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-09-03T04:22:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:22:54.964Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:22:54.964Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:23:45.413Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:23:45.414Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T04:23:45.414Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T04:23:45.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:23:45.416Z||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-09-03T04:23:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:23:54.961Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:23:54.963Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:24:45.413Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:24:45.414Z||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-09-03T04:24:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:24:45.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:24:45.415Z||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-09-03T04:24:45.415Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:24:54.964Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:24:54.964Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:25:45.413Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:25:45.414Z||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-09-03T04:25:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:25:45.416Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:25:45.416Z||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-09-03T04:25:45.417Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:25:55.012Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:25:55.012Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:26:45.413Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:26:45.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:26:45.415Z||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-09-03T04:26:45.415Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:26:45.416Z||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-09-03T04:26:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:26:54.969Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:26:54.973Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:27:45.413Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:27:45.414Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T04:27:45.415Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:27:45.415Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:27:45.415Z||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-09-03T04:27:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:27:54.963Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:27:54.964Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:28:45.413Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:28:45.414Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T04:28:45.414Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T04:28:45.415Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:28:45.416Z||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-09-03T04:28:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:28:54.965Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:28:54.966Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:29:45.413Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:29:45.414Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T04:29:45.414Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T04:29:45.415Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:29:45.416Z||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-09-03T04:29:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:29:54.975Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:29:54.977Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:30:45.413Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:30:45.414Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T04:30:45.414Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T04:30:45.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:30:45.415Z||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-09-03T04:30:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:30:54.964Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:30:54.964Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:31:45.413Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:31:45.414Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T04:31:45.414Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T04:31:45.415Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:31:45.416Z||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-09-03T04:31:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:31:54.967Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:31:54.968Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:32:45.413Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:32:45.414Z||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-09-03T04:32:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:32:45.415Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:32:45.416Z||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-09-03T04:32:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:32:54.983Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:32:54.984Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:33:45.413Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:33:45.414Z||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-09-03T04:33:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:33:45.415Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:33:45.416Z||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-09-03T04:33:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:33:54.958Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:33:54.960Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:34:45.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:34:45.414Z||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-09-03T04:34:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:34:45.416Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:34:45.418Z||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-09-03T04:34:45.418Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:34:54.963Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:34:54.967Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:35:45.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:35:45.414Z||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-09-03T04:35:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:35:45.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:35:45.415Z||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-09-03T04:35:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:35:54.968Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:35:54.970Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:36:45.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:36:45.414Z||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-09-03T04:36:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:36:45.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:36:45.415Z||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-09-03T04:36:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:36:54.965Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:36:54.965Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:37:45.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:37:45.414Z||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-09-03T04:37:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:37:45.415Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:37:45.416Z||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-09-03T04:37:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:37:54.977Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:37:54.977Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:38:45.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:38:45.415Z||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-09-03T04:38:45.415Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:38:45.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:38:45.416Z||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-09-03T04:38:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:38:54.975Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:38:54.975Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:39:45.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:39:45.414Z||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-09-03T04:39:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:39:45.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:39:45.416Z||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-09-03T04:39:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:39:54.985Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:39:54.986Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:40:45.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:40:45.414Z||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-09-03T04:40:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:40:45.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:40:45.415Z||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-09-03T04:40:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:40:54.960Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:40:54.999Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:41:45.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:41:45.414Z||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-09-03T04:41:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:41:45.415Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:41:45.415Z||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-09-03T04:41:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:41:54.978Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:41:54.980Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:42:45.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:42:45.414Z||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-09-03T04:42:45.415Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:42:45.415Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:42:45.416Z||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-09-03T04:42:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:42:54.974Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:42:54.974Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:43:45.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:43:45.414Z||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-09-03T04:43:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:43:45.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:43:45.416Z||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-09-03T04:43:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:43:54.965Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:43:54.965Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:44:45.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:44:45.414Z||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-09-03T04:44:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:44:45.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:44:45.416Z||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-09-03T04:44:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:44:55.002Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:44:55.003Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:45:45.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:45:45.414Z||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-09-03T04:45:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:45:45.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:45:45.415Z||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-09-03T04:45:45.415Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:45:54.986Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:45:54.987Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:46:45.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:46:45.414Z||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-09-03T04:46:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:46:45.415Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:46:45.416Z||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-09-03T04:46:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:46:54.970Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:46:54.970Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:47:45.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:47:45.414Z||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-09-03T04:47:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:47:45.415Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:47:45.415Z||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-09-03T04:47:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:47:54.970Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:47:54.975Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:48:45.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:48:45.414Z||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-09-03T04:48:45.415Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:48:45.415Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:48:45.415Z||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-09-03T04:48:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:48:54.986Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:48:54.986Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:49:45.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:49:45.415Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:49:45.415Z||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-09-03T04:49:45.415Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:49:45.416Z||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-09-03T04:49:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:49:54.972Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:49:54.972Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:50:45.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:50:45.414Z||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-09-03T04:50:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:50:45.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:50:45.416Z||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-09-03T04:50:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:50:54.964Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:50:54.964Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:51:45.413Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:51:45.414Z||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-09-03T04:51:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:51:45.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:51:45.416Z||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-09-03T04:51:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:51:54.967Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:51:54.969Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:52:45.413Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:52:45.414Z||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-09-03T04:52:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:52:45.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:52:45.415Z||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-09-03T04:52:45.415Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:52:54.963Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:52:54.963Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:53:45.413Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:53:45.414Z||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-09-03T04:53:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:53:45.415Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:53:45.415Z||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-09-03T04:53:45.415Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:53:54.978Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:53:54.978Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:54:45.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:54:45.414Z||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-09-03T04:54:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:54:45.415Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:54:45.416Z||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-09-03T04:54:45.417Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:54:54.983Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:54:54.985Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:55:45.413Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:55:45.414Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T04:55:45.414Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T04:55:45.415Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:55:45.416Z||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-09-03T04:55:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:55:54.977Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:55:54.979Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:56:45.413Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:56:45.414Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T04:56:45.414Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T04:56:45.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:56:45.415Z||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-09-03T04:56:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:56:55.004Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:56:55.004Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:57:45.413Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:57:45.414Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T04:57:45.414Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T04:57:45.415Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:57:45.415Z||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-09-03T04:57:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:57:54.971Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:57:54.972Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:58:45.413Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:58:45.414Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T04:58:45.414Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T04:58:45.415Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:58:45.416Z||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-09-03T04:58:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:58:54.960Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:58:54.960Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:59:45.413Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:59:45.415Z||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-09-03T04:59:45.415Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:59:45.415Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:59:45.416Z||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-09-03T04:59:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:59:46.058Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:59:46.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "cds",
  "timestamp": 1662181134191,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.086Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:59:46.087Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.087Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"e43ac212-5a4d-4f73-a243-524739de51d0","serviceName":"basic_onboard_UdOevT","serviceVersion":"1.0","serviceUUID":"c318043e-f459-42af-86e3-e9001f75477a","serviceDescription":"service","serviceInvariantUUID":"1525e618-9188-453d-b7c3-1ea8199ccf32","resources":[{"resourceInstanceName":"basic_onboard_UdOevT 0","resourceName":"basic_onboard_UdOevT","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3cfa5d3f-3c7b-4afe-9001-9b03ff8e2f7d","resourceInvariantUUID":"7c3a17ff-5461-453f-9a06-99b8b1b7afe0","resourceCustomizationUUID":"e0dfbb44-a20e-4cda-b966-29c3c591c670","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/vf-license-model.xml","artifactChecksum":"MWNlMDc1NWExNTRkOGUwZjQ4OTJlNDQxZGM0NTE1MzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e47026de-7797-49a2-9182-6a30f45e5c88","artifactVersion":"1"},{"artifactName":"basic_onboard_udoevt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/basic_onboard_udoevt0_modules.json","artifactChecksum":"MDY4MmEyMzUxODBmYjdlZTY4MDg2MDkwYWIxNDIxYTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"eafba7c2-5261-4962-a1ee-25a403c11e63","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"900b78b4-aa3f-47b7-8e10-65d33318299b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a268c374-4ee9-4c96-9f26-ed2b78e34e73","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a22ca11e-7a75-499c-8f12-05cca27a8995","artifactVersion":"2","generatedFromUUID":"900b78b4-aa3f-47b7-8e10-65d33318299b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardUdoevt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-template.yml","artifactChecksum":"ZDJkOWNiZDQ1NDA1NTRkMGMyMjAwY2QyOWU4ZDVhMzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"32b6cb1d-2402-4e84-b723-35a3b51e1ea6","artifactVersion":"1"},{"artifactName":"service-BasicOnboardUdoevt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-csar.csar","artifactChecksum":"ODIxNjQ3ZDQ5ZjgzOTMyZTRlYjcyZWE1OTZlZWI1Mzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a9bba82e-6513-4514-89b3-734e8ea08e90","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-03T04:59:46.096Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T04:59:46.102Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-03T04:59:46.102Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-03T04:59:46.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.103Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662181132772,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.103Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-03T04:59:46.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.103Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181130408,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.104Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-03T04:59:46.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.104Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662181132109,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.104Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-03T04:59:46.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.104Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "cds",
  "timestamp": 1662181134191,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/basic_onboard_udoevt0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.105Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-03T04:59:46.105Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.105Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662181132772,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/basic_onboard_udoevt0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.105Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-03T04:59:46.105Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.106Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181130408,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/basic_onboard_udoevt0_modules.json",
  "status": "NOTIFIED"
}
2022-09-03T04:59:46.106Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-03T04:59:46.106Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.106Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662181132109,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/basic_onboard_udoevt0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.107Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-03T04:59:46.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.107Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "aai-ml",
  "timestamp": 1662181139978,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.107Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-03T04:59:46.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "cds",
  "timestamp": 1662181134191,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.108Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-03T04:59:46.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662181132772,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.108Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-03T04:59:46.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.109Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "policy-id",
  "timestamp": 1662181140374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.109Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-03T04:59:46.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.109Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181130408,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-09-03T04:59:46.109Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-03T04:59:46.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.110Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662181132109,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.110Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-03T04:59:46.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.110Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "aai-ml",
  "timestamp": 1662181139978,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/basic_onboard_udoevt0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.111Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-03T04:59:46.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.111Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "cds",
  "timestamp": 1662181134191,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.112Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-03T04:59:46.112Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.112Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "policy-id",
  "timestamp": 1662181140374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/basic_onboard_udoevt0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.113Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-03T04:59:46.113Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.113Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662181132772,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.113Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-03T04:59:46.113Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.113Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181130408,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.114Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-03T04:59:46.114Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.114Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662181132109,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.114Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-03T04:59:46.114Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.114Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "aai-ml",
  "timestamp": 1662181139978,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.115Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-03T04:59:46.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "cds",
  "timestamp": 1662181134191,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.115Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-03T04:59:46.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "policy-id",
  "timestamp": 1662181140374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-09-03T04:59:46.116Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-03T04:59:46.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662181132772,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.116Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-03T04:59:46.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181130408,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-09-03T04:59:46.116Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-03T04:59:46.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662181132109,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.117Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-03T04:59:46.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "aai-ml",
  "timestamp": 1662181139978,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.117Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-03T04:59:46.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "cds",
  "timestamp": 1662181134191,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.117Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-03T04:59:46.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "policy-id",
  "timestamp": 1662181140374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.118Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-03T04:59:46.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662181132772,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.118Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-03T04:59:46.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181130408,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.119Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-03T04:59:46.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662181132109,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.120Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-03T04:59:46.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.120Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "clamp",
  "timestamp": 1662181143963,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.121Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-03T04:59:46.121Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.121Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "aai-ml",
  "timestamp": 1662181139978,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.121Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-03T04:59:46.121Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.121Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "cds",
  "timestamp": 1662181134191,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T04:59:46.121Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-03T04:59:46.121Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.121Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "policy-id",
  "timestamp": 1662181140374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.122Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-03T04:59:46.122Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.122Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662181132772,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.122Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-03T04:59:46.122Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.123Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181130408,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T04:59:46.124Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-03T04:59:46.124Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.124Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662181132109,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T04:59:46.124Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-03T04:59:46.124Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.124Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "clamp",
  "timestamp": 1662181143963,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/basic_onboard_udoevt0_modules.json",
  "status": "NOTIFIED"
}
2022-09-03T04:59:46.124Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-03T04:59:46.125Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.125Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "aai-ml",
  "timestamp": 1662181139978,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.125Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-03T04:59:46.125Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T04:59:46.125Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.125Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181185413,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.125Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "policy-id",
  "timestamp": 1662181140374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.125Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-03T04:59:46.125Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.125Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181146823,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/basic_onboard_udoevt0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-03T04:59:46.126Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T04:59:46.126Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.126Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662181146582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T04:59:46.126Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T04:59:46.126Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.126Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "cds",
  "timestamp": 1662181146585,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T04:59:46.126Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T04:59:46.127Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.127Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "clamp",
  "timestamp": 1662181143963,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.127Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-03T04:59:46.127Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.127Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "aai-ml",
  "timestamp": 1662181139978,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T04:59:46.127Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-03T04:59:46.127Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.127Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "policy-id",
  "timestamp": 1662181140374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T04:59:46.128Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-03T04:59:46.128Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.128Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "cds",
  "timestamp": 1662181147613,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-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-09-03T04:59:46.225Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-09-03T04:59:46.228Z||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-09-03T04:59:46.229Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T04:59:46.245Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:59:46.246Z||pool-3-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-03T04:59:46.464Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e43ac212-5a4d-4f73-a243-524739de51d0
2022-09-03T04:59:46.485Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e43ac212-5a4d-4f73-a243-524739de51d0 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-09-03T04:59:46.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.537Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181147902,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-03T04:59:46.538Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T04:59:46.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.538Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "clamp",
  "timestamp": 1662181143963,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.538Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-03T04:59:46.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.538Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "aai-ml",
  "timestamp": 1662181147995,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T04:59:46.539Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T04:59:46.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.539Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "policy-id",
  "timestamp": 1662181148173,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T04:59:46.539Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T04:59:46.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.539Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "clamp",
  "timestamp": 1662181143963,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.539Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-03T04:59:46.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.540Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181148993,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-09-03T04:59:46.540Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T04:59:46.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.540Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "policy-id",
  "timestamp": 1662181149186,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T04:59:46.540Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T04:59:46.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.540Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "clamp",
  "timestamp": 1662181143963,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.541Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-03T04:59:46.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.541Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181150078,
  "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-09-03T04:59:46.605Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e43ac212-5a4d-4f73-a243-524739de51d0
2022-09-03T04:59:46.605Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e43ac212-5a4d-4f73-a243-524739de51d0 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-09-03T04:59:46.650Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.650Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "policy-id",
  "timestamp": 1662181150191,
  "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-09-03T04:59:46.672Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e43ac212-5a4d-4f73-a243-524739de51d0
2022-09-03T04:59:46.672Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e43ac212-5a4d-4f73-a243-524739de51d0 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-09-03T04:59:46.704Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.704Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "clamp",
  "timestamp": 1662181143963,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T04:59:46.704Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-03T04:59:46.704Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.704Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181151090,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/basic_onboard_udoevt0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-03T04:59:46.705Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T04:59:46.705Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662181151319,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T04:59:46.705Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T04:59:46.705Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662181152344,
  "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-09-03T04:59:46.713Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e43ac212-5a4d-4f73-a243-524739de51d0
2022-09-03T04:59:46.713Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e43ac212-5a4d-4f73-a243-524739de51d0 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-09-03T04:59:46.747Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.747Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "aai-ml",
  "timestamp": 1662181158690,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-09-03T04:59:46.748Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T04:59:46.748Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.748Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "aai-ml",
  "timestamp": 1662181159697,
  "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-09-03T04:59:46.757Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of e43ac212-5a4d-4f73-a243-524739de51d0
2022-09-03T04:59:46.757Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e43ac212-5a4d-4f73-a243-524739de51d0 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-09-03T04:59:46.809Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.809Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "clamp",
  "timestamp": 1662181165111,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T04:59:46.809Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T04:59:46.810Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.810Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "clamp",
  "timestamp": 1662181167121,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T04:59:46.810Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T04:59:46.810Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.810Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "clamp",
  "timestamp": 1662181168125,
  "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-09-03T04:59:46.816Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e43ac212-5a4d-4f73-a243-524739de51d0
2022-09-03T04:59:46.816Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e43ac212-5a4d-4f73-a243-524739de51d0 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-09-03T04:59:47.132Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T04:59:47.132Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-03T04:59:47.134Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T04:59:47.134Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181185413,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/basic_onboard_udoevt0_modules.json",
  "status": "NOTIFIED"
}
2022-09-03T04:59:47.235Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T04:59:47.236Z||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-09-03T04:59:47.236Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T04:59:47.252Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:59:47.253Z||pool-4-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-09-03T04:59:48.135Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T04:59:48.136Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-03T04:59:48.138Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T04:59:48.138Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181185413,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-09-03T04:59:48.238Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T04:59:48.239Z||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-09-03T04:59:48.239Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T04:59:48.255Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:59:48.256Z||pool-5-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-03T04:59:49.140Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T04:59:49.140Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-03T04:59:49.143Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T04:59:49.143Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181185413,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T04:59:49.243Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T04:59:49.244Z||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-09-03T04:59:49.244Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T04:59:49.261Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:59:49.261Z||pool-6-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-09-03T04:59:50.143Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T04:59:50.145Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-03T04:59:50.147Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T04:59:50.147Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181185413,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-09-03T04:59:50.248Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-03T04:59:50.248Z||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-09-03T04:59:50.249Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T04:59:50.267Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:59:50.267Z||pool-7-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-03T04:59:51.148Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T04:59:51.149Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-03T04:59:51.151Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T04:59:51.151Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181185413,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T04:59:51.251Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T04:59:51.252Z||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-09-03T04:59:51.252Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T04:59:51.269Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:59:51.270Z||pool-8-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-03T04:59:52.151Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T04:59:52.152Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-03T04:59:52.155Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T04:59:52.155Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181185413,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T04:59:52.255Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T04:59:52.256Z||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-09-03T04:59:52.256Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T04:59:52.271Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:59:52.271Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-03T04:59:53.157Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "serviceName": "basic_onboard_UdOevT",
  "serviceVersion": "1.0",
  "serviceUUID": "c318043e-f459-42af-86e3-e9001f75477a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1525e618-9188-453d-b7c3-1ea8199ccf32",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_UdOevT 0",
      "resourceCustomizationUUID": "e0dfbb44-a20e-4cda-b966-29c3c591c670",
      "resourceName": "basic_onboard_UdOevT",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3cfa5d3f-3c7b-4afe-9001-9b03ff8e2f7d",
      "resourceInvariantUUID": "7c3a17ff-5461-453f-9a06-99b8b1b7afe0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_udoevt0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/basic_onboard_udoevt0_modules.json",
          "artifactChecksum": "MDY4MmEyMzUxODBmYjdlZTY4MDg2MDkwYWIxNDIxYTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "eafba7c2-5261-4962-a1ee-25a403c11e63",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "900b78b4-aa3f-47b7-8e10-65d33318299b",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a22ca11e-7a75-499c-8f12-05cca27a8995",
            "generatedFromUUID": "900b78b4-aa3f-47b7-8e10-65d33318299b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a22ca11e-7a75-499c-8f12-05cca27a8995",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardUdoevt-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-csar.csar",
      "artifactChecksum": "ODIxNjQ3ZDQ5ZjgzOTMyZTRlYjcyZWE1OTZlZWI1Mzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a9bba82e-6513-4514-89b3-734e8ea08e90"
    }
  ],
  "workloadContext": "Production"
}
2022-09-03T04:59:53.158Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-03T04:59:53.159Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c318043e-f459-42af-86e3-e9001f75477a ASDC
2022-09-03T04:59:53.278Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:e43ac212-5a4d-4f73-a243-524739de51d0
ServiceName:basic_onboard_UdOevT
ServiceVersion:1.0
ServiceUUID:c318043e-f459-42af-86e3-e9001f75477a
ServiceInvariantUUID:1525e618-9188-453d-b7c3-1ea8199ccf32
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardUdoevt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-csar.csar
ArtifactUUID:a9bba82e-6513-4514-89b3-734e8ea08e90
ArtifactChecksum:ODIxNjQ3ZDQ5ZjgzOTMyZTRlYjcyZWE1OTZlZWI1Mzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_UdOevT 0
ResourceCustomizationUUID:e0dfbb44-a20e-4cda-b966-29c3c591c670
ResourceInvariantUUID:7c3a17ff-5461-453f-9a06-99b8b1b7afe0
ResourceName:basic_onboard_UdOevT
ResourceType:VF
ResourceUUID:3cfa5d3f-3c7b-4afe-9001-9b03ff8e2f7d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_udoevt0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/basic_onboard_udoevt0_modules.json
ArtifactUUID:eafba7c2-5261-4962-a1ee-25a403c11e63
ArtifactChecksum:MDY4MmEyMzUxODBmYjdlZTY4MDg2MDkwYWIxNDIxYTE=
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/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.yaml
ArtifactUUID:900b78b4-aa3f-47b7-8e10-65d33318299b
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/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.env
ArtifactUUID:a22ca11e-7a75-499c-8f12-05cca27a8995
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/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.env
ArtifactUUID:a22ca11e-7a75-499c-8f12-05cca27a8995
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-03T04:59:53.279Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c318043e-f459-42af-86e3-e9001f75477a 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-09-03T04:59:53.346Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-03T04:59:53.347Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-09-03T04:59:53.348Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-09-03T04:59:53.348Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a9bba82e-6513-4514-89b3-734e8ea08e90 from URL: /sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-csar.csar
2022-09-03T04:59:53.349Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-09-03T04:59:53.350Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-csar.csar
2022-09-03T04:59:53.467Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-09-03T04:59:53.480Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-csar.csar a9bba82e-6513-4514-89b3-734e8ea08e90 71576
2022-09-03T04:59:53.482Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-csar.csar ASDC sendASDCNotification
2022-09-03T04:59:53.482Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-csar.csar
2022-09-03T04:59:53.483Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T04:59:53.484Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-03T04:59:53.485Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T04:59:53.486Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181193481,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T04:59:53.586Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T04:59:53.587Z||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-09-03T04:59:53.587Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T04:59:53.606Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:59:53.607Z||pool-10-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-03T04:59:54.486Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-03T04:59:54.487Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-09-03T04:59:54.488Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: a9bba82e-6513-4514-89b3-734e8ea08e90, URL: /sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-csar.csar to file: /app/ASDC/1/service-BasicOnboardUdoevt-csar.csar
2022-09-03T04:59:54.488Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardUdoevt-csar.csar
2022-09-03T04:59:54.570Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardUdoevt-csar.csar
2022-09-03T04:59:54.570Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardUdoevt-csar.csar
2022-09-03T04:59:55.053Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2261806853584190898/Definitions/service-BasicOnboardUdoevt-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-09-03T04:59:57.305Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-03T04:59:57.310Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-09-03T04:59:57.310Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardUdoevt-csar.csar
2022-09-03T04:59:57.311Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-09-03T04:59:57.311Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_UdOevT 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardUdoevt-csar.csar
2022-09-03T04:59:57.311Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardUdoevt-csar.csar
2022-09-03T04:59:57.311Z|e43ac212-5a4d-4f73-a243-524739de51d0|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-BasicOnboardUdoevt-csar.csar
2022-09-03T04:59:57.312Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardUdoevt-csar.csar
2022-09-03T04:59:57.312Z|e43ac212-5a4d-4f73-a243-524739de51d0|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-BasicOnboardUdoevt-csar.csar
2022-09-03T04:59:57.312Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardUdoevt-csar.csar
2022-09-03T04:59:57.313Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardUdoevt-csar.csar
2022-09-03T04:59:57.313Z|e43ac212-5a4d-4f73-a243-524739de51d0|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-BasicOnboardUdoevt-csar.csar
2022-09-03T04:59:57.313Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardUdoevt-csar.csar
2022-09-03T04:59:57.313Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-09-03T04:59:57.325Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T04:59:57.329Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UdOevT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T04:59:57.333Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UdOevT 0 is matching search criteria
2022-09-03T04:59:57.334Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-09-03T04:59:57.335Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_UdOevT 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-03T04:59:57.337Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T04:59:57.338Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UdOevT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T04:59:57.338Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UdOevT 0 is matching search criteria
2022-09-03T04:59:57.338Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-09-03T04:59:57.338Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_UdOevT 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-03T04:59:57.339Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T04:59:57.339Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UdOevT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T04:59:57.342Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T04:59:57.343Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UdOevT 0 is not matching search criteria
2022-09-03T04:59:57.343Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-09-03T04:59:57.344Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-09-03T04:59:57.344Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-09-03T04:59:57.344Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-03T04:59:57.344Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-03T04:59:57.345Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T04:59:57.345Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UdOevT is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-03T04:59:57.346Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T04:59:57.347Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UdOevT 0 is matching search criteria
2022-09-03T04:59:57.347Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_UdOevT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T04:59:57.348Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T04:59:57.348Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UdOevT 0 is matching search criteria
2022-09-03T04:59:57.348Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_UdOevT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T04:59:57.349Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T04:59:57.349Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UdOevT 0 is matching search criteria
2022-09-03T04:59:57.349Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_UdOevT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T04:59:57.349Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T04:59:57.350Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UdOevT 0 is not matching search criteria
2022-09-03T04:59:57.350Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-09-03T04:59:57.350Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-03T04:59:57.351Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=27f435cc-4d7a-4405-b438-3004cda09c8f
2022-09-03T04:59:57.351Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T04:59:57.352Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UdOevT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T04:59:57.352Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T04:59:57.352Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UdOevT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T04:59:57.353Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T04:59:57.353Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UdOevT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T04:59:57.353Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T04:59:57.354Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UdOevT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T04:59:57.354Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_UdOevT
Description:service
Model UUID:c318043e-f459-42af-86e3-e9001f75477a
Model Version:NULL
Model InvariantUuid:1525e618-9188-453d-b7c3-1ea8199ccf32
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_UdOevT
Model UUID:b2995dcb-e28e-4ea0-8bcd-357838b5397c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7c3a17ff-5461-453f-9a06-99b8b1b7afe0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e0dfbb44-a20e-4cda-b966-29c3c591c670
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:19fe0532-5bbb-4ff1-b248-b2cb06339bb9
ModelName:BasicOnboardUdoevt..base_ubuntu18..module-0
ModelUuid:8d539f2f-d10f-4079-885e-eccdfc0ed6fc
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:27f435cc-4d7a-4405-b438-3004cda09c8f
ModelInvariantUuid:ebe135a4-a0f2-4780-a41e-9661766125fb
ModelName:basic_onboard_UdOevT-nodes.ubuntu18Cvfc
ModelUuid:a5828fbd-6392-4d4d-ad69-0e3d430d509a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:ba15a615-88ab-43d4-9a7c-b445e3c16365
ModelInvariantUuid:a25a96f0-fb8c-4466-8ce9-fd7087c6be39
ModelName:BasicOnboardUdoevt.compute.nodes.heat.ubuntu18
ModelUuid:a33d929a-0bcd-48b8-9b2f-7082e651c8b2
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-09-03T04:59:57.371Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 3cfa5d3f-3c7b-4afe-9001-9b03ff8e2f7d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-03T04:59:57.464Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||basic_onboard_UdOevT 0
2022-09-03T04:59:57.471Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3cfa5d3f-3c7b-4afe-9001-9b03ff8e2f7d
2022-09-03T04:59:57.471Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: eafba7c2-5261-4962-a1ee-25a403c11e63 from URL: /sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/basic_onboard_udoevt0_modules.json
2022-09-03T04:59:57.471Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-09-03T04:59:57.472Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/basic_onboard_udoevt0_modules.json
2022-09-03T04:59:57.530Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-09-03T04:59:57.531Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/basic_onboard_udoevt0_modules.json eafba7c2-5261-4962-a1ee-25a403c11e63 798
2022-09-03T04:59:57.531Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/basic_onboard_udoevt0_modules.json ASDC sendASDCNotification
2022-09-03T04:59:57.532Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/basic_onboard_udoevt0_modules.json
2022-09-03T04:59:57.532Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T04:59:57.533Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-03T04:59:57.536Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T04:59:57.536Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181197531,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/basic_onboard_udoevt0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-03T04:59:57.636Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T04:59:57.637Z||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-09-03T04:59:57.637Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T04:59:57.652Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:59:57.652Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-03T04:59:58.538Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardUdoevt..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "19fe0532-5bbb-4ff1-b248-b2cb06339bb9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8d539f2f-d10f-4079-885e-eccdfc0ed6fc",
    "vfModuleModelCustomizationUUID": "d2e600eb-5483-4958-beb2-ed7be2cb2bb6",
    "isBase": true,
    "artifacts": [
      "900b78b4-aa3f-47b7-8e10-65d33318299b",
      "a22ca11e-7a75-499c-8f12-05cca27a8995"
    ],
    "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-09-03T04:59:58.554Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardUdoevt..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8d539f2f-d10f-4079-885e-eccdfc0ed6fc
VfModuleModelInvariantUUID:19fe0532-5bbb-4ff1-b248-b2cb06339bb9
VfModuleModelDescription:NULL
Artifacts UUID List:{
900b78b4-aa3f-47b7-8e10-65d33318299b
,
a22ca11e-7a75-499c-8f12-05cca27a8995

}
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-09-03T04:59:58.557Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardUdoevt..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "19fe0532-5bbb-4ff1-b248-b2cb06339bb9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8d539f2f-d10f-4079-885e-eccdfc0ed6fc",
    "vfModuleModelCustomizationUUID": "d2e600eb-5483-4958-beb2-ed7be2cb2bb6",
    "isBase": true,
    "artifacts": [
      "900b78b4-aa3f-47b7-8e10-65d33318299b",
      "a22ca11e-7a75-499c-8f12-05cca27a8995"
    ],
    "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-09-03T04:59:58.557Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardUdoevt..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8d539f2f-d10f-4079-885e-eccdfc0ed6fc
VfModuleModelInvariantUUID:19fe0532-5bbb-4ff1-b248-b2cb06339bb9
VfModuleModelDescription:NULL
Artifacts UUID List:{
900b78b4-aa3f-47b7-8e10-65d33318299b
,
a22ca11e-7a75-499c-8f12-05cca27a8995

}
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-09-03T04:59:58.557Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 900b78b4-aa3f-47b7-8e10-65d33318299b from URL: /sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.yaml
2022-09-03T04:59:58.558Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-09-03T04:59:58.558Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.yaml
2022-09-03T04:59:58.650Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-09-03T04:59:58.651Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.yaml 900b78b4-aa3f-47b7-8e10-65d33318299b 5033
2022-09-03T04:59:58.651Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-09-03T04:59:58.651Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.yaml
2022-09-03T04:59:58.651Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T04:59:58.652Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-03T04:59:58.653Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T04:59:58.654Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181198651,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-03T04:59:58.754Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T04:59:58.755Z||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-09-03T04:59:58.755Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T04:59:58.769Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:59:58.769Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T04:59:59.656Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a22ca11e-7a75-499c-8f12-05cca27a8995 from URL: /sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.env
2022-09-03T04:59:59.656Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-09-03T04:59:59.657Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.env
2022-09-03T04:59:59.720Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-09-03T04:59:59.720Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.env a22ca11e-7a75-499c-8f12-05cca27a8995 909
2022-09-03T04:59:59.721Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-09-03T04:59:59.721Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.env
2022-09-03T04:59:59.721Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T04:59:59.722Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-03T04:59:59.724Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T04:59:59.724Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181199721,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-09-03T04:59:59.824Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T04:59:59.825Z||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-09-03T04:59:59.825Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T04:59:59.839Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T04:59:59.839Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-09-03T05:00:00.725Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: c318043e-f459-42af-86e3-e9001f75477a
2022-09-03T05:00:00.726Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_UdOevT 0 3cfa5d3f-3c7b-4afe-9001-9b03ff8e2f7d 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-09-03T05:00:00.785Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4e80b1ab, org.onap.sdc.toscaparser.api.parameters.Input@77a2be12, org.onap.sdc.toscaparser.api.parameters.Input@145adbd1, org.onap.sdc.toscaparser.api.parameters.Input@1389cec7, org.onap.sdc.toscaparser.api.parameters.Input@584f28f4]
2022-09-03T05:00:00.789Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:00:00.790Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UdOevT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:00:00.790Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-09-03T05:00:00.790Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= e0dfbb44-a20e-4cda-b966-29c3c591c670
2022-09-03T05:00:00.791Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e0dfbb44-a20e-4cda-b966-29c3c591c670 matches Tosca VF Customization UUID: e0dfbb44-a20e-4cda-b966-29c3c591c670
2022-09-03T05:00:00.791Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: e0dfbb44-a20e-4cda-b966-29c3c591c670  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-09-03T05:00:00.801Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:00:00.801Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UdOevT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:00:00.803Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id e0dfbb44-a20e-4cda-b966-29c3c591c670: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-09-03T05:00:00.803Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5f625d86
2022-09-03T05:00:00.804Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:00:00.804Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UdOevT is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-03T05:00:00.805Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d2e600eb-5483-4958-beb2-ed7be2cb2bb6
2022-09-03T05:00:00.806Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d2e600eb-5483-4958-beb2-ed7be2cb2bb6
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-09-03T05:00:00.819Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:00:00.820Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UdOevT 0 is matching search criteria
2022-09-03T05:00:00.820Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_UdOevT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:00:00.821Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:00:00.821Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UdOevT 0 is matching search criteria
2022-09-03T05:00:00.822Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_UdOevT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:00:00.822Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:00:00.822Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UdOevT 0 is not matching search criteria
2022-09-03T05:00:00.823Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-09-03T05:00:00.823Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-03T05:00:00.823Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=27f435cc-4d7a-4405-b438-3004cda09c8f
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-09-03T05:00:00.847Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:00:00.848Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UdOevT 0 is matching search criteria
2022-09-03T05:00:00.848Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_UdOevT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:00:00.848Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:00:00.849Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UdOevT 0 is matching search criteria
2022-09-03T05:00:00.849Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_UdOevT 0] matching following query criteria: sdcType=VF, customizationUUID=e0dfbb44-a20e-4cda-b966-29c3c591c670
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-03T05:00:00.852Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:00:00.852Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UdOevT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:00:00.852Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid c318043e-f459-42af-86e3-e9001f75477a: basic_onboard_UdOevT
2022-09-03T05:00:00.852Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:00:00.853Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UdOevT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:00:00.853Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:00:00.853Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UdOevT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:00:00.853Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:00:00.854Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UdOevT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:00:00.854Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:00:00.854Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UdOevT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:00:00.854Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:00:00.855Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UdOevT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:00:00.855Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_UdOevT 
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-09-03T05:00:01.068Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_UdOevT 3cfa5d3f-3c7b-4afe-9001-9b03ff8e2f7d 1 ASDC deployResourceStructure
2022-09-03T05:00:01.069Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/basic_onboard_udoevt0_modules.json ASDC sendASDCNotification
2022-09-03T05:00:01.069Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/basic_onboard_udoevt0_modules.json
2022-09-03T05:00:01.069Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T05:00:01.069Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-03T05:00:01.071Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:00:01.071Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181201068,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/basic_onboard_udoevt0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-03T05:00:01.172Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-03T05:00:01.173Z||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-09-03T05:00:01.173Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:00:01.188Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:00:01.189Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:00:02.073Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-09-03T05:00:02.073Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.yaml
2022-09-03T05:00:02.073Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T05:00:02.073Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-03T05:00:02.075Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:00:02.075Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181202073,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-09-03T05:00:02.176Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:00:02.177Z||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-09-03T05:00:02.177Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:00:02.196Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:00:02.196Z||pool-15-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-09-03T05:00:03.076Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-09-03T05:00:03.077Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.env
2022-09-03T05:00:03.077Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T05:00:03.077Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-03T05:00:03.079Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:00:03.079Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181203076,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-09-03T05:00:03.180Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-03T05:00:03.180Z||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-09-03T05:00:03.181Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:00:03.197Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:00:03.197Z||pool-16-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:00:04.080Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-csar.csar ASDC sendASDCNotification
2022-09-03T05:00:04.081Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-csar.csar
2022-09-03T05:00:04.081Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T05:00:04.081Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-03T05:00:04.083Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:00:04.084Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181204080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:00:04.184Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:00:04.184Z||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-09-03T05:00:04.185Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:00:04.202Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:00:04.202Z||pool-17-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:00:05.085Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e43ac212-5a4d-4f73-a243-524739de51d0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:00:05.109Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e43ac212-5a4d-4f73-a243-524739de51d0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:00:05.113Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:00:05.113Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-03T05:00:05.114Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-03T05:00:05.114Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-03T05:00:05.114Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-09-03T05:00:05.114Z|e43ac212-5a4d-4f73-a243-524739de51d0|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-09-03T05:00:05.119Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-03T05:00:35.120Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e43ac212-5a4d-4f73-a243-524739de51d0 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-09-03T05:00:35.131Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e43ac212-5a4d-4f73-a243-524739de51d0 and serviceModelVersionId: c318043e-f459-42af-86e3-e9001f75477a
2022-09-03T05:00:35.132Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1525e618-9188-453d-b7c3-1ea8199ccf32
2022-09-03T05:00:45.415Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:00:45.416Z||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-09-03T05:00:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T05:00:45.568Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:00:45.568Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T05:00:45.568Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181185413,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:00:45.569Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:00:49.661Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0
2022-09-03T05:00:49.778Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-09-03T05:00:50.267Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||Invoke
2022-09-03T05:00:50.274Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e43ac212-5a4d-4f73-a243-524739de51d0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[05d78ab2-f1de-42c0-bea8-ef16b194d4b0], X-ECOMP-RequestID=[e43ac212-5a4d-4f73-a243-524739de51d0], X-TransactionId=[], X-ONAP-RequestID=[e43ac212-5a4d-4f73-a243-524739de51d0], Content-Type=[application/merge-patch+json]}
2022-09-03T05:00:51.841Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||Invoke
2022-09-03T05:00:51.842Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e43ac212-5a4d-4f73-a243-524739de51d0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c5f58a15-fccf-4156-8729-43c352f367c0], X-ECOMP-RequestID=[e43ac212-5a4d-4f73-a243-524739de51d0], X-TransactionId=[], X-ONAP-RequestID=[e43ac212-5a4d-4f73-a243-524739de51d0], Content-Type=[application/merge-patch+json]}
2022-09-03T05:00:53.372Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||Invoke
2022-09-03T05:00:53.372Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e43ac212-5a4d-4f73-a243-524739de51d0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3bfa5603-5b0e-46d3-ac30-6535705cb3e2], X-ECOMP-RequestID=[e43ac212-5a4d-4f73-a243-524739de51d0], X-TransactionId=[], X-ONAP-RequestID=[e43ac212-5a4d-4f73-a243-524739de51d0], Content-Type=[application/merge-patch+json]}
2022-09-03T05:00:54.406Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T05:00:54.407Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?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-09-03T05:00:54.407Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T05:00:54.408Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?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-09-03T05:00:54.420Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?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-09-03T05:00:54.421Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e43ac212-5a4d-4f73-a243-524739de51d0 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T05:00:54.422Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-03T05:00:54.423Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:00:54.425Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:00:54.425Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||try to send status {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181254421,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-03T05:00:54.525Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-03T05:00:54.526Z||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-09-03T05:00:54.526Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:00:54.541Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:00:54.541Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-03T05:00:55.442Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:00:55.442Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T05:00:55.442Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:00:56.118Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:00:56.119Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||received message from topic
2022-09-03T05:00:56.119Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"2b33f15c-67e6-40d2-8f42-6bebf51122d3","serviceName":"vFW 2022-09-03 04-59-22","serviceVersion":"1.0","serviceUUID":"2cc871d7-b3e5-4c01-909b-4b1dfd6197db","serviceDescription":"catalog service description","serviceInvariantUUID":"ad653356-0eb4-49b5-99e8-9a02379f1471","resources":[{"resourceInstanceName":"vFW 3bcb96c1-aede 0","resourceName":"vFW 3bcb96c1-aede","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0417583e-c517-46bb-a1f3-e59f4c2c397e","resourceInvariantUUID":"f00bc0b7-a338-4a24-a446-45f6093dc2f3","resourceCustomizationUUID":"2c634ea9-24b9-4948-abb2-dc6186f12371","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vf-license-model.xml","artifactChecksum":"YzRjZjIxYTg4N2MyYTVjYzQ0MTgwNmFkMDc2ZWQ3OGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6e3fd1d9-0d34-410d-b54d-527a7f888f22","artifactVersion":"1"},{"artifactName":"vfw3bcb96c1aede0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vfw3bcb96c1aede0_modules.json","artifactChecksum":"YmRkNTU5ZTgwNDBmOTdlYmVjMWNmMGVmM2NiMjdlM2Q\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"74f597bf-b8f6-443a-8cfd-70b277b0b946","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c443129d-7e22-4613-b7cd-a053cb5af3e7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vendor-license-model.xml","artifactChecksum":"NTRkYzQ4ZTllOTAxODYwYzRmN2VkNWJlNjQ1ZWMxMDE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"58f9ee87-e18e-4153-83a4-17723c294987","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"689e3fb1-099d-4a03-ad2d-842beb745ed9","artifactVersion":"2","generatedFromUUID":"c443129d-7e22-4613-b7cd-a053cb5af3e7"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220903045922-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-template.yml","artifactChecksum":"Yzc4MDg0ZTJlN2FlYWY2NDdmOTU0ODFhNWE2NmM4OTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"24869046-16df-4fdc-b004-a8f02e9dc8ae","artifactVersion":"1"},{"artifactName":"service-Vfw20220903045922-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-csar.csar","artifactChecksum":"ZTE0ZWNhN2QyNTE1NDI3Y2VkY2IwZGQ5YTNhMDFhNTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"598e40e9-6ef8-4127-bd90-6190ef666765","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-03T05:00:56.124Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:00:56.124Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:00:56.126Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:00:56.127Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||try to send status {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181255442,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:00:56.227Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:00:56.228Z||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-09-03T05:00:56.228Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:00:56.243Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:00:56.243Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-09-03T05:00:57.127Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:00:57.128Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:00:57.130Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:00:57.130Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||try to send status {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181255442,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vfw3bcb96c1aede0_modules.json",
  "status": "NOTIFIED"
}
2022-09-03T05:00:57.230Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:00:57.231Z||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-09-03T05:00:57.231Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:00:57.245Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:00:57.246Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:00:58.131Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:00:58.132Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:00:58.134Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:00:58.134Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||try to send status {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181255442,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-03T05:00:58.234Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:00:58.235Z||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-09-03T05:00:58.236Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:00:58.250Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:00:58.251Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:00:59.134Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:00:59.135Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:00:59.138Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:00:59.138Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||try to send status {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181255442,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:00:59.239Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-03T05:00:59.240Z||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-09-03T05:00:59.240Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:00:59.254Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:00:59.254Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:01:00.139Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:01:00.140Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:01:00.142Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:01:00.142Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||try to send status {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181255442,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-03T05:01:00.242Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:01:00.243Z||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-09-03T05:01:00.243Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:01:00.256Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:01:00.257Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:01:01.143Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:01:01.143Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:01:01.145Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:01:01.145Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||try to send status {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181255442,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:01:01.246Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-03T05:01:01.246Z||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-09-03T05:01:01.246Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:01:01.262Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:01:01.262Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-09-03T05:01:02.146Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:01:02.147Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:01:02.149Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:01:02.149Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||try to send status {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181255442,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:01:02.249Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:01:02.250Z||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-09-03T05:01:02.250Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:01:02.265Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:01:02.265Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:01:03.151Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "serviceName": "vFW 2022-09-03 04-59-22",
  "serviceVersion": "1.0",
  "serviceUUID": "2cc871d7-b3e5-4c01-909b-4b1dfd6197db",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ad653356-0eb4-49b5-99e8-9a02379f1471",
  "resources": [
    {
      "resourceInstanceName": "vFW 3bcb96c1-aede 0",
      "resourceCustomizationUUID": "2c634ea9-24b9-4948-abb2-dc6186f12371",
      "resourceName": "vFW 3bcb96c1-aede",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0417583e-c517-46bb-a1f3-e59f4c2c397e",
      "resourceInvariantUUID": "f00bc0b7-a338-4a24-a446-45f6093dc2f3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw3bcb96c1aede0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vfw3bcb96c1aede0_modules.json",
          "artifactChecksum": "YmRkNTU5ZTgwNDBmOTdlYmVjMWNmMGVmM2NiMjdlM2Q\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "74f597bf-b8f6-443a-8cfd-70b277b0b946",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c443129d-7e22-4613-b7cd-a053cb5af3e7",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "689e3fb1-099d-4a03-ad2d-842beb745ed9",
            "generatedFromUUID": "c443129d-7e22-4613-b7cd-a053cb5af3e7"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "689e3fb1-099d-4a03-ad2d-842beb745ed9",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220903045922-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-csar.csar",
      "artifactChecksum": "ZTE0ZWNhN2QyNTE1NDI3Y2VkY2IwZGQ5YTNhMDFhNTY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "598e40e9-6ef8-4127-bd90-6190ef666765"
    }
  ],
  "workloadContext": "Production"
}
2022-09-03T05:01:03.151Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-03T05:01:03.151Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2cc871d7-b3e5-4c01-909b-4b1dfd6197db ASDC
2022-09-03T05:01:03.152Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||ASDC Notification:
DistributionID:2b33f15c-67e6-40d2-8f42-6bebf51122d3
ServiceName:vFW 2022-09-03 04-59-22
ServiceVersion:1.0
ServiceUUID:2cc871d7-b3e5-4c01-909b-4b1dfd6197db
ServiceInvariantUUID:ad653356-0eb4-49b5-99e8-9a02379f1471
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220903045922-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-csar.csar
ArtifactUUID:598e40e9-6ef8-4127-bd90-6190ef666765
ArtifactChecksum:ZTE0ZWNhN2QyNTE1NDI3Y2VkY2IwZGQ5YTNhMDFhNTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 3bcb96c1-aede 0
ResourceCustomizationUUID:2c634ea9-24b9-4948-abb2-dc6186f12371
ResourceInvariantUUID:f00bc0b7-a338-4a24-a446-45f6093dc2f3
ResourceName:vFW 3bcb96c1-aede
ResourceType:VF
ResourceUUID:0417583e-c517-46bb-a1f3-e59f4c2c397e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw3bcb96c1aede0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vfw3bcb96c1aede0_modules.json
ArtifactUUID:74f597bf-b8f6-443a-8cfd-70b277b0b946
ArtifactChecksum:YmRkNTU5ZTgwNDBmOTdlYmVjMWNmMGVmM2NiMjdlM2Q=
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/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.yaml
ArtifactUUID:c443129d-7e22-4613-b7cd-a053cb5af3e7
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/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.env
ArtifactUUID:689e3fb1-099d-4a03-ad2d-842beb745ed9
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/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.env
ArtifactUUID:689e3fb1-099d-4a03-ad2d-842beb745ed9
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-03T05:01:03.152Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2cc871d7-b3e5-4c01-909b-4b1dfd6197db 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-09-03T05:01:03.183Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-03T05:01:03.183Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||MSO config path is: /app
2022-09-03T05:01:03.183Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||MSO config path is: /app
2022-09-03T05:01:03.184Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||Trying to download the artifact UUID: 598e40e9-6ef8-4127-bd90-6190ef666765 from URL: /sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-csar.csar
2022-09-03T05:01:03.184Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - download
2022-09-03T05:01:03.184Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-csar.csar
2022-09-03T05:01:03.251Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||GET Response Status 200
2022-09-03T05:01:03.257Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-csar.csar 598e40e9-6ef8-4127-bd90-6190ef666765 99014
2022-09-03T05:01:03.257Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-csar.csar ASDC sendASDCNotification
2022-09-03T05:01:03.258Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-csar.csar
2022-09-03T05:01:03.258Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T05:01:03.258Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:01:03.260Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:01:03.260Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||try to send status {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181263257,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:01:03.360Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:01:03.361Z||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-09-03T05:01:03.361Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:01:03.375Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:01:03.375Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:01:04.261Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-03T05:01:04.261Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||MSO config path is: /app
2022-09-03T05:01:04.262Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||Trying to write artifact UUID: 598e40e9-6ef8-4127-bd90-6190ef666765, URL: /sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-csar.csar to file: /app/ASDC/1/service-Vfw20220903045922-csar.csar
2022-09-03T05:01:04.262Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220903045922-csar.csar
2022-09-03T05:01:04.263Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220903045922-csar.csar
2022-09-03T05:01:04.263Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220903045922-csar.csar
2022-09-03T05:01:04.539Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15603713386531608768/Definitions/service-Vfw20220903045922-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-09-03T05:01:06.454Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-09-03T05:01:06.455Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|WARN|500||####################################################################################################
2022-09-03T05:01:06.455Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220903045922-csar.csar
2022-09-03T05:01:06.455Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-09-03T05:01:06.455Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220903045922-csar.csar
2022-09-03T05:01:06.455Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220903045922-csar.csar
2022-09-03T05:01:06.456Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?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-Vfw20220903045922-csar.csar
2022-09-03T05:01:06.456Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?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-Vfw20220903045922-csar.csar
2022-09-03T05:01:06.456Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?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-Vfw20220903045922-csar.csar
2022-09-03T05:01:06.456Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220903045922-csar.csar
2022-09-03T05:01:06.456Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?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-Vfw20220903045922-csar.csar
2022-09-03T05:01:06.456Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220903045922-csar.csar
2022-09-03T05:01:06.456Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220903045922-csar.csar
2022-09-03T05:01:06.457Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?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-Vfw20220903045922-csar.csar
2022-09-03T05:01:06.457Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 3bcb96c1-aede 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220903045922-csar.csar
2022-09-03T05:01:06.457Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?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-Vfw20220903045922-csar.csar
2022-09-03T05:01:06.457Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?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-Vfw20220903045922-csar.csar
2022-09-03T05:01:06.457Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|WARN|500||####################################################################################################
2022-09-03T05:01:06.457Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:01:06.457Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Service vFW 2022-09-03 04-59-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:01:06.458Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vFW 3bcb96c1-aede 0 is matching search criteria
2022-09-03T05:01:06.458Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Search for entities recursively
2022-09-03T05:01:06.458Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Found topology templates [vFW 3bcb96c1-aede 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-03T05:01:06.458Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:01:06.459Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Service vFW 2022-09-03 04-59-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:01:06.459Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vFW 3bcb96c1-aede 0 is matching search criteria
2022-09-03T05:01:06.459Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Search for entities recursively
2022-09-03T05:01:06.459Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Found topology templates [vFW 3bcb96c1-aede 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-03T05:01:06.459Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:01:06.460Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Service vFW 2022-09-03 04-59-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:01:06.460Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:01:06.460Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vFW 3bcb96c1-aede 0 is not matching search criteria
2022-09-03T05:01:06.460Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-03T05:01:06.460Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-03T05:01:06.460Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-03T05:01:06.461Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-03T05:01:06.461Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:01:06.461Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-09-03T05:01:06.461Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:01:06.461Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-03T05:01:06.461Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-09-03T05:01:06.462Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:01:06.462Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-03T05:01:06.462Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-03T05:01:06.462Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-03T05:01:06.462Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-09-03T05:01:06.462Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:01:06.463Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-03T05:01:06.463Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:01:06.463Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Service vFW 2022-09-03 04-59-22 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-03T05:01:06.463Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:01:06.463Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vFW 3bcb96c1-aede 0 is matching search criteria
2022-09-03T05:01:06.463Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Found topology templates [vFW 3bcb96c1-aede 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:01:06.464Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:01:06.464Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vFW 3bcb96c1-aede 0 is matching search criteria
2022-09-03T05:01:06.464Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Found topology templates [vFW 3bcb96c1-aede 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:01:06.464Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:01:06.465Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vFW 3bcb96c1-aede 0 is matching search criteria
2022-09-03T05:01:06.465Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Found topology templates [vFW 3bcb96c1-aede 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:01:06.465Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:01:06.465Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vFW 3bcb96c1-aede 0 is not matching search criteria
2022-09-03T05:01:06.465Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-03T05:01:06.465Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-03T05:01:06.466Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-03T05:01:06.466Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-03T05:01:06.466Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-09-03T05:01:06.466Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:01:06.466Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-03T05:01:06.466Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-03T05:01:06.467Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-03T05:01:06.467Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-09-03T05:01:06.467Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:01:06.467Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6a1613fd-1a97-44e7-b3b3-e1da828f4275
2022-09-03T05:01:06.467Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:01:06.467Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vFW 3bcb96c1-aede 0 is not matching search criteria
2022-09-03T05:01:06.468Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-03T05:01:06.468Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-03T05:01:06.468Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-03T05:01:06.468Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-03T05:01:06.468Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:01:06.468Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-09-03T05:01:06.469Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:01:06.469Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-03T05:01:06.469Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-03T05:01:06.469Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-03T05:01:06.469Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-09-03T05:01:06.469Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:01:06.470Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cc25b303-0a54-430e-ad02-410c19a3959a
2022-09-03T05:01:06.470Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:01:06.470Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vFW 3bcb96c1-aede 0 is not matching search criteria
2022-09-03T05:01:06.470Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-03T05:01:06.470Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-03T05:01:06.470Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-03T05:01:06.471Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-03T05:01:06.471Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:01:06.471Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-09-03T05:01:06.471Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:01:06.471Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-03T05:01:06.471Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-09-03T05:01:06.472Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:01:06.472Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-03T05:01:06.472Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-03T05:01:06.472Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9fb682dc-fc34-484b-87a8-4807e3f61260
2022-09-03T05:01:06.472Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:01:06.472Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Service vFW 2022-09-03 04-59-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:01:06.473Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:01:06.473Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Service vFW 2022-09-03 04-59-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:01:06.473Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:01:06.473Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Service vFW 2022-09-03 04-59-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:01:06.473Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:01:06.474Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Service vFW 2022-09-03 04-59-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:01:06.474Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-09-03 04-59-22
Description:catalog service description
Model UUID:2cc871d7-b3e5-4c01-909b-4b1dfd6197db
Model Version:NULL
Model InvariantUuid:ad653356-0eb4-49b5-99e8-9a02379f1471
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 3bcb96c1-aede
Model UUID:da73c80b-f5e9-4388-9357-7771b2d6b2cb
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f00bc0b7-a338-4a24-a446-45f6093dc2f3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2c634ea9-24b9-4948-abb2-dc6186f12371
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:70e8cb10-c102-45ab-bfa6-5490b48dbdab
ModelName:Vfw3bcb96c1Aede..base_vfw..module-0
ModelUuid:32ce406a-0956-4ad1-befd-8218f176a9ea
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6a1613fd-1a97-44e7-b3b3-e1da828f4275
ModelInvariantUuid:1e678130-08f1-4505-93fb-599ed4983a6f
ModelName:vFW 3bcb96c1-aede-nodes.vfwCvfc
ModelUuid:8edb10a6-12f5-4119-81db-369b4b4dbbd4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:9603379f-0055-4b26-9326-1ffff8e15407
ModelInvariantUuid:2e883738-8851-4c82-ae24-540dc1b032b6
ModelName:Vfw3bcb96c1Aede.compute.nodes.heat.vfw
ModelUuid:113a243a-471f-443c-b875-91bd0f77596d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:cc25b303-0a54-430e-ad02-410c19a3959a
ModelInvariantUuid:6899419d-3797-4eca-999c-b3a59034e77f
ModelName:vFW 3bcb96c1-aede-nodes.vsnCvfc
ModelUuid:cbbc9c54-1d14-4383-9ae1-dd62f75be5af
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:98ae3538-7a78-493c-acfa-4c7dc445c510
ModelInvariantUuid:10b282c5-d0bc-4392-b128-6d692b7a4533
ModelName:Vfw3bcb96c1Aede.compute.nodes.heat.vsn
ModelUuid:f863a7b3-eebe-46d6-9566-599c7891ec15
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:9fb682dc-fc34-484b-87a8-4807e3f61260
ModelInvariantUuid:959a2b99-d794-4c69-ad33-f33369a71219
ModelName:vFW 3bcb96c1-aede-nodes.vpgCvfc
ModelUuid:3748fa0c-48a8-4575-b08d-f0640cba078a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:0169d5af-7243-4976-9ba8-bcf05687554d
ModelInvariantUuid:d01854ec-1e9a-44ed-b05c-ec6427fa59ef
ModelName:Vfw3bcb96c1Aede.compute.nodes.heat.vpg
ModelUuid:eb4da857-dc9c-41a7-bdf3-729ac6ce9596
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-09-03T05:01:06.481Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 0417583e-c517-46bb-a1f3-e59f4c2c397e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-03T05:01:06.485Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||vFW 3bcb96c1-aede 0
2022-09-03T05:01:06.485Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 0417583e-c517-46bb-a1f3-e59f4c2c397e
2022-09-03T05:01:06.485Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||Trying to download the artifact UUID: 74f597bf-b8f6-443a-8cfd-70b277b0b946 from URL: /sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vfw3bcb96c1aede0_modules.json
2022-09-03T05:01:06.485Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - download
2022-09-03T05:01:06.485Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vfw3bcb96c1aede0_modules.json
2022-09-03T05:01:06.537Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||GET Response Status 200
2022-09-03T05:01:06.537Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vfw3bcb96c1aede0_modules.json 74f597bf-b8f6-443a-8cfd-70b277b0b946 785
2022-09-03T05:01:06.538Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vfw3bcb96c1aede0_modules.json ASDC sendASDCNotification
2022-09-03T05:01:06.538Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vfw3bcb96c1aede0_modules.json
2022-09-03T05:01:06.538Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T05:01:06.538Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:01:06.540Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:01:06.540Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||try to send status {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181266538,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vfw3bcb96c1aede0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:01:06.640Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-03T05:01:06.665Z||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-09-03T05:01:06.665Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:01:06.679Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:01:06.680Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:01:07.541Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw3bcb96c1Aede..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "70e8cb10-c102-45ab-bfa6-5490b48dbdab",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "32ce406a-0956-4ad1-befd-8218f176a9ea",
    "vfModuleModelCustomizationUUID": "8e957da8-8e95-4700-96ac-cade8888c802",
    "isBase": true,
    "artifacts": [
      "c443129d-7e22-4613-b7cd-a053cb5af3e7",
      "689e3fb1-099d-4a03-ad2d-842beb745ed9"
    ],
    "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-09-03T05:01:07.547Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3bcb96c1Aede..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:32ce406a-0956-4ad1-befd-8218f176a9ea
VfModuleModelInvariantUUID:70e8cb10-c102-45ab-bfa6-5490b48dbdab
VfModuleModelDescription:NULL
Artifacts UUID List:{
c443129d-7e22-4613-b7cd-a053cb5af3e7
,
689e3fb1-099d-4a03-ad2d-842beb745ed9

}
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-09-03T05:01:07.549Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw3bcb96c1Aede..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "70e8cb10-c102-45ab-bfa6-5490b48dbdab",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "32ce406a-0956-4ad1-befd-8218f176a9ea",
    "vfModuleModelCustomizationUUID": "8e957da8-8e95-4700-96ac-cade8888c802",
    "isBase": true,
    "artifacts": [
      "c443129d-7e22-4613-b7cd-a053cb5af3e7",
      "689e3fb1-099d-4a03-ad2d-842beb745ed9"
    ],
    "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-09-03T05:01:07.549Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3bcb96c1Aede..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:32ce406a-0956-4ad1-befd-8218f176a9ea
VfModuleModelInvariantUUID:70e8cb10-c102-45ab-bfa6-5490b48dbdab
VfModuleModelDescription:NULL
Artifacts UUID List:{
c443129d-7e22-4613-b7cd-a053cb5af3e7
,
689e3fb1-099d-4a03-ad2d-842beb745ed9

}
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-09-03T05:01:07.549Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||Trying to download the artifact UUID: c443129d-7e22-4613-b7cd-a053cb5af3e7 from URL: /sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.yaml
2022-09-03T05:01:07.550Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - download
2022-09-03T05:01:07.550Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.yaml
2022-09-03T05:01:07.603Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||GET Response Status 200
2022-09-03T05:01:07.604Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.yaml c443129d-7e22-4613-b7cd-a053cb5af3e7 20368
2022-09-03T05:01:07.605Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-03T05:01:07.605Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.yaml
2022-09-03T05:01:07.605Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T05:01:07.605Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:01:07.607Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:01:07.607Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||try to send status {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181267604,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:01:07.707Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:01:07.708Z||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-09-03T05:01:07.708Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:01:07.751Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:01:07.752Z||pool-28-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:01:08.608Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||Trying to download the artifact UUID: 689e3fb1-099d-4a03-ad2d-842beb745ed9 from URL: /sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.env
2022-09-03T05:01:08.608Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - download
2022-09-03T05:01:08.609Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.env
2022-09-03T05:01:08.661Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||GET Response Status 200
2022-09-03T05:01:08.661Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.env 689e3fb1-099d-4a03-ad2d-842beb745ed9 2098
2022-09-03T05:01:08.662Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-03T05:01:08.662Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.env
2022-09-03T05:01:08.662Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T05:01:08.662Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:01:08.664Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:01:08.664Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||try to send status {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181268662,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:01:08.765Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-03T05:01:08.766Z||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-09-03T05:01:08.766Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:01:08.780Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:01:08.781Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:01:09.665Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Preparing to deploy Service: 2cc871d7-b3e5-4c01-909b-4b1dfd6197db
2022-09-03T05:01:09.666Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 3bcb96c1-aede 0 0417583e-c517-46bb-a1f3-e59f4c2c397e 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-09-03T05:01:09.697Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@71406e04, org.onap.sdc.toscaparser.api.parameters.Input@288e960, org.onap.sdc.toscaparser.api.parameters.Input@46b06057, org.onap.sdc.toscaparser.api.parameters.Input@5f3e5ffa, org.onap.sdc.toscaparser.api.parameters.Input@2d7c3a57]
2022-09-03T05:01:09.699Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:01:09.699Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Service vFW 2022-09-03 04-59-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:01:09.699Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||VF Category is: Generic 
2022-09-03T05:01:09.700Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||VFCustomizationUUID= 2c634ea9-24b9-4948-abb2-dc6186f12371
2022-09-03T05:01:09.700Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2c634ea9-24b9-4948-abb2-dc6186f12371 matches Tosca VF Customization UUID: 2c634ea9-24b9-4948-abb2-dc6186f12371
2022-09-03T05:01:09.700Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||vfCustomizationUUID: 2c634ea9-24b9-4948-abb2-dc6186f12371  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-09-03T05:01:09.704Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:01:09.705Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Service vFW 2022-09-03 04-59-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:01:09.706Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||resource request for resource customization id 2c634ea9-24b9-4948-abb2-dc6186f12371: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-09-03T05:01:09.706Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@612935
2022-09-03T05:01:09.706Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:01:09.707Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Service vFW 2022-09-03 04-59-22 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-03T05:01:09.707Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8e957da8-8e95-4700-96ac-cade8888c802
2022-09-03T05:01:09.707Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8e957da8-8e95-4700-96ac-cade8888c802
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-09-03T05:01:09.711Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:01:09.711Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vFW 3bcb96c1-aede 0 is matching search criteria
2022-09-03T05:01:09.712Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Found topology templates [vFW 3bcb96c1-aede 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:01:09.712Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:01:09.712Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vFW 3bcb96c1-aede 0 is matching search criteria
2022-09-03T05:01:09.713Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Found topology templates [vFW 3bcb96c1-aede 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:01:09.713Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:01:09.713Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vFW 3bcb96c1-aede 0 is not matching search criteria
2022-09-03T05:01:09.714Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-03T05:01:09.714Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-03T05:01:09.715Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-03T05:01:09.715Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-03T05:01:09.715Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-09-03T05:01:09.716Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:01:09.716Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-03T05:01:09.716Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-03T05:01:09.717Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-03T05:01:09.717Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-09-03T05:01:09.717Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:01:09.718Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6a1613fd-1a97-44e7-b3b3-e1da828f4275
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-09-03T05:01:09.723Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:01:09.723Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vFW 3bcb96c1-aede 0 is matching search criteria
2022-09-03T05:01:09.724Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Found topology templates [vFW 3bcb96c1-aede 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:01:09.724Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:01:09.725Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vFW 3bcb96c1-aede 0 is not matching search criteria
2022-09-03T05:01:09.725Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-03T05:01:09.726Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-03T05:01:09.726Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-03T05:01:09.726Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-03T05:01:09.726Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:01:09.727Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-09-03T05:01:09.727Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:01:09.728Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-03T05:01:09.728Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-03T05:01:09.729Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-03T05:01:09.729Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-09-03T05:01:09.729Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:01:09.730Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cc25b303-0a54-430e-ad02-410c19a3959a
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-09-03T05:01:09.736Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:01:09.736Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vFW 3bcb96c1-aede 0 is matching search criteria
2022-09-03T05:01:09.737Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Found topology templates [vFW 3bcb96c1-aede 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:01:09.741Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:01:09.741Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vFW 3bcb96c1-aede 0 is not matching search criteria
2022-09-03T05:01:09.741Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-03T05:01:09.742Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-03T05:01:09.742Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-03T05:01:09.742Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-03T05:01:09.742Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:01:09.743Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-09-03T05:01:09.743Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:01:09.744Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-03T05:01:09.744Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-09-03T05:01:09.744Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:01:09.745Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-03T05:01:09.745Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-03T05:01:09.745Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9fb682dc-fc34-484b-87a8-4807e3f61260
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-09-03T05:01:09.748Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:01:09.749Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vFW 3bcb96c1-aede 0 is matching search criteria
2022-09-03T05:01:09.749Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Found topology templates [vFW 3bcb96c1-aede 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:01:09.750Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:01:09.750Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vFW 3bcb96c1-aede 0 is matching search criteria
2022-09-03T05:01:09.750Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Found topology templates [vFW 3bcb96c1-aede 0] matching following query criteria: sdcType=VF, customizationUUID=2c634ea9-24b9-4948-abb2-dc6186f12371
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-03T05:01:09.753Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:01:09.753Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Service vFW 2022-09-03 04-59-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:01:09.754Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500|| resourceSeq for service uuid 2cc871d7-b3e5-4c01-909b-4b1dfd6197db: vFW 3bcb96c1-aede
2022-09-03T05:01:09.754Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:01:09.754Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Service vFW 2022-09-03 04-59-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:01:09.754Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:01:09.755Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Service vFW 2022-09-03 04-59-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:01:09.755Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:01:09.755Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Service vFW 2022-09-03 04-59-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:01:09.756Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:01:09.756Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Service vFW 2022-09-03 04-59-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:01:09.757Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:01:09.757Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Service vFW 2022-09-03 04-59-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:01:09.757Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||Saving Service: vFW 2022-09-03 04-59-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-09-03T05:01:10.028Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 3bcb96c1-aede 0417583e-c517-46bb-a1f3-e59f4c2c397e 1 ASDC deployResourceStructure
2022-09-03T05:01:10.028Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vfw3bcb96c1aede0_modules.json ASDC sendASDCNotification
2022-09-03T05:01:10.028Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vfw3bcb96c1aede0_modules.json
2022-09-03T05:01:10.028Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T05:01:10.029Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:01:10.030Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:01:10.030Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||try to send status {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181270028,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vfw3bcb96c1aede0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-03T05:01:10.131Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:01:10.132Z||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-09-03T05:01:10.132Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:01:10.145Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:01:10.145Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:01:11.031Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-03T05:01:11.032Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.yaml
2022-09-03T05:01:11.032Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T05:01:11.032Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:01:11.034Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:01:11.034Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||try to send status {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181271031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-09-03T05:01:11.135Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:01:11.136Z||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-09-03T05:01:11.136Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:01:11.150Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:01:11.150Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-09-03T05:01:12.035Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-03T05:01:12.036Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.env
2022-09-03T05:01:12.036Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T05:01:12.036Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:01:12.047Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:01:12.047Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||try to send status {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181272035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-09-03T05:01:12.138Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-09-03T05:01:12.139Z||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-09-03T05:01:12.139Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:01:12.155Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:01:12.155Z||pool-32-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:01:13.048Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-csar.csar ASDC sendASDCNotification
2022-09-03T05:01:13.049Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-csar.csar
2022-09-03T05:01:13.049Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T05:01:13.049Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:01:13.051Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:01:13.051Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||try to send status {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181273048,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:01:13.151Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:01:13.153Z||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-09-03T05:01:13.153Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:01:13.167Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:01:13.168Z||pool-33-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:01:14.052Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2b33f15c-67e6-40d2-8f42-6bebf51122d3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:01:14.063Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2b33f15c-67e6-40d2-8f42-6bebf51122d3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:01:14.065Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:01:14.065Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-03T05:01:14.065Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-03T05:01:44.065Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2b33f15c-67e6-40d2-8f42-6bebf51122d3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:01:44.084Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2b33f15c-67e6-40d2-8f42-6bebf51122d3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:01:44.091Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:01:44.091Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-03T05:01:44.091Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-03T05:01:45.415Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:01:45.416Z||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-09-03T05:01:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T05:01:45.449Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:01:45.452Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.452Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181185413,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/basic_onboard_udoevt0_modules.json",
  "status": "NOTIFIED"
}
2022-09-03T05:01:45.453Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:01:45.453Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.453Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181185413,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-09-03T05:01:45.453Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:01:45.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181185413,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.454Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:01:45.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181185413,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-09-03T05:01:45.454Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:01:45.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181185413,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.454Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:01:45.455Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.455Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181185413,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:01:45.455Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:01:45.455Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.455Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181193481,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:01:45.455Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:01:45.455Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.455Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181197531,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/basic_onboard_udoevt0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:01:45.456Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:01:45.456Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.456Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181198651,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:01:45.456Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:01:45.456Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.456Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181199721,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:01:45.456Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:01:45.456Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.456Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181201068,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/basic_onboard_udoevt0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-03T05:01:45.457Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:01:45.457Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.457Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181202073,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-09-03T05:01:45.457Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:01:45.457Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.457Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181203076,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-09-03T05:01:45.457Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:01:45.457Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.457Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181204080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:01:45.457Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:01:45.457Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "cds",
  "timestamp": 1662181209191,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.458Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:01:45.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662181212772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.461Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:01:45.461Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.461Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181210408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.461Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:01:45.461Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.461Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662181212772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vfw3bcb96c1aede0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.462Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:01:45.462Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.462Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181210408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vfw3bcb96c1aede0_modules.json",
  "status": "NOTIFIED"
}
2022-09-03T05:01:45.462Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:01:45.462Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.462Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "cds",
  "timestamp": 1662181209191,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vfw3bcb96c1aede0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.462Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:01:45.462Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.462Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662181212772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.463Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:01:45.463Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.463Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181210408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-03T05:01:45.463Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:01:45.463Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.463Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "cds",
  "timestamp": 1662181209191,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.463Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:01:45.463Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.463Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "policy-id",
  "timestamp": 1662181220374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.464Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:01:45.464Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.464Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181210408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.464Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:01:45.464Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.464Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662181212772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.464Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:01:45.464Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.465Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "cds",
  "timestamp": 1662181209191,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.465Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:01:45.465Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.465Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "policy-id",
  "timestamp": 1662181220374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vfw3bcb96c1aede0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.465Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:01:45.465Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.465Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662181222109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.465Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:01:45.466Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.466Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "cds",
  "timestamp": 1662181209191,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.466Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:01:45.466Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.466Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181210408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-03T05:01:45.466Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:01:45.466Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.466Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662181212772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.466Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:01:45.466Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.467Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "policy-id",
  "timestamp": 1662181220374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-03T05:01:45.467Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:01:45.467Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.467Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662181222109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vfw3bcb96c1aede0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.467Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:01:45.467Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.467Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "cds",
  "timestamp": 1662181209191,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.467Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:01:45.467Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.467Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181210408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.468Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:01:45.468Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.468Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662181212772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.468Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:01:45.468Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.468Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "policy-id",
  "timestamp": 1662181220374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.468Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:01:45.468Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.468Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662181222109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.469Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:01:45.469Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.469Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "cds",
  "timestamp": 1662181209191,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:01:45.469Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:01:45.469Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.469Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662181212772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.469Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:01:45.470Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.470Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181210408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:01:45.470Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:01:45.470Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.470Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "policy-id",
  "timestamp": 1662181220374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.470Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:01:45.470Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.470Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662181222109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.470Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:01:45.471Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.471Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "cds",
  "timestamp": 1662181226062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:01:45.471Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:01:45.471Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.471Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181226323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vfw3bcb96c1aede0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:01:45.471Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:01:45.471Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.471Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "policy-id",
  "timestamp": 1662181220374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.471Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:01:45.472Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.472Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662181222109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.472Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:01:45.472Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.472Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "cds",
  "timestamp": 1662181227068,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-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-09-03T05:01:45.485Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2b33f15c-67e6-40d2-8f42-6bebf51122d3
2022-09-03T05:01:45.485Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b33f15c-67e6-40d2-8f42-6bebf51122d3 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-09-03T05:01:45.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181227404,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:01:45.498Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:01:45.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "policy-id",
  "timestamp": 1662181220374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:01:45.499Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:01:45.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662181222109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.499Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:01:45.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181228517,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:01:45.499Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:01:45.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "policy-id",
  "timestamp": 1662181228192,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:01:45.500Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:01:45.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662181222109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:01:45.500Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:01:45.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181229568,
  "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-09-03T05:01:45.505Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2b33f15c-67e6-40d2-8f42-6bebf51122d3
2022-09-03T05:01:45.505Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b33f15c-67e6-40d2-8f42-6bebf51122d3 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-09-03T05:01:45.521Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.521Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "policy-id",
  "timestamp": 1662181229197,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:01:45.521Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:01:45.521Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.521Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662181229989,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:01:45.522Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:01:45.522Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.522Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181230574,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vfw3bcb96c1aede0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-03T05:01:45.522Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:01:45.522Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.522Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "policy-id",
  "timestamp": 1662181230201,
  "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-09-03T05:01:45.532Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2b33f15c-67e6-40d2-8f42-6bebf51122d3
2022-09-03T05:01:45.532Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b33f15c-67e6-40d2-8f42-6bebf51122d3 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-09-03T05:01:45.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "aai-ml",
  "timestamp": 1662181229978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.541Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:01:45.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "aai-ml",
  "timestamp": 1662181229978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vfw3bcb96c1aede0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.541Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:01:45.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "aai-ml",
  "timestamp": 1662181229978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.542Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:01:45.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662181233592,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:01:45.542Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:01:45.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.543Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "aai-ml",
  "timestamp": 1662181229978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.543Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:01:45.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.543Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662181234596,
  "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-09-03T05:01:45.553Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2b33f15c-67e6-40d2-8f42-6bebf51122d3
2022-09-03T05:01:45.554Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b33f15c-67e6-40d2-8f42-6bebf51122d3 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-09-03T05:01:45.565Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "clamp",
  "timestamp": 1662181233964,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.566Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:01:45.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "aai-ml",
  "timestamp": 1662181229978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.566Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:01:45.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "clamp",
  "timestamp": 1662181233964,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vfw3bcb96c1aede0_modules.json",
  "status": "NOTIFIED"
}
2022-09-03T05:01:45.566Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:01:45.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "aai-ml",
  "timestamp": 1662181229978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.567Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:01:45.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "clamp",
  "timestamp": 1662181233964,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.567Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:01:45.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "aai-ml",
  "timestamp": 1662181229978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:01:45.567Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:01:45.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "clamp",
  "timestamp": 1662181233964,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.568Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:01:45.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "aai-ml",
  "timestamp": 1662181237823,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:01:45.568Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:01:45.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "clamp",
  "timestamp": 1662181233964,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.568Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:01:45.569Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.569Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "clamp",
  "timestamp": 1662181233964,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.569Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:01:45.569Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.569Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "clamp",
  "timestamp": 1662181233964,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:01:45.569Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:02:14.092Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2b33f15c-67e6-40d2-8f42-6bebf51122d3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:02:14.108Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2b33f15c-67e6-40d2-8f42-6bebf51122d3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:02:14.112Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:02:14.112Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-03T05:02:14.112Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-03T05:02:44.113Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2b33f15c-67e6-40d2-8f42-6bebf51122d3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:02:44.130Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2b33f15c-67e6-40d2-8f42-6bebf51122d3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:02:44.135Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:02:44.135Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-03T05:02:44.135Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-03T05:02:45.415Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:02:45.416Z||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-09-03T05:02:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T05:02:45.453Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:02:45.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:02:45.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "aai-ml",
  "timestamp": 1662181247439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-09-03T05:02:45.456Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:02:45.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:02:45.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "aai-ml",
  "timestamp": 1662181248444,
  "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-09-03T05:02:45.464Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 2b33f15c-67e6-40d2-8f42-6bebf51122d3
2022-09-03T05:02:45.464Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b33f15c-67e6-40d2-8f42-6bebf51122d3 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-09-03T05:02:45.473Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:02:45.473Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "clamp",
  "timestamp": 1662181251119,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:02:45.474Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:02:45.474Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:02:45.474Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "clamp",
  "timestamp": 1662181253128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:02:45.474Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:02:45.474Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:02:45.474Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "clamp",
  "timestamp": 1662181254131,
  "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-09-03T05:02:45.479Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2b33f15c-67e6-40d2-8f42-6bebf51122d3
2022-09-03T05:02:45.479Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b33f15c-67e6-40d2-8f42-6bebf51122d3 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-09-03T05:02:45.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:02:45.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181254421,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-03T05:02:45.489Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:02:45.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:02:45.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181255442,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:02:45.490Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:02:45.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:02:45.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181255442,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vfw3bcb96c1aede0_modules.json",
  "status": "NOTIFIED"
}
2022-09-03T05:02:45.490Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:02:45.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:02:45.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181255442,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-03T05:02:45.491Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:02:45.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:02:45.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181255442,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:02:45.491Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:02:45.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:02:45.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181255442,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-03T05:02:45.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:02:45.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:02:45.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181255442,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:02:45.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:02:45.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:02:45.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181255442,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:02:45.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:02:45.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:02:45.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181263257,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:02:45.493Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:02:45.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:02:45.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181266538,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vfw3bcb96c1aede0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:02:45.493Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:02:45.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:02:45.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181267604,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:02:45.494Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:02:45.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:02:45.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181268662,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:02:45.494Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:02:45.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:02:45.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181270028,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vfw3bcb96c1aede0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-03T05:02:45.495Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:02:45.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:02:45.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181271031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-09-03T05:02:45.495Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:02:45.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:02:45.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181272035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-09-03T05:02:45.496Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:02:45.496Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:02:45.496Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181273048,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:02:45.496Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:03:14.136Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2b33f15c-67e6-40d2-8f42-6bebf51122d3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:03:14.164Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2b33f15c-67e6-40d2-8f42-6bebf51122d3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:03:14.173Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:03:14.174Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-03T05:03:14.174Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-03T05:03:14.174Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-03T05:03:14.174Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-09-03T05:03:14.175Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?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-09-03T05:03:14.202Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-03T05:03:44.202Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 2b33f15c-67e6-40d2-8f42-6bebf51122d3 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-09-03T05:03:44.208Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2b33f15c-67e6-40d2-8f42-6bebf51122d3 and serviceModelVersionId: 2cc871d7-b3e5-4c01-909b-4b1dfd6197db
2022-09-03T05:03:44.208Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ad653356-0eb4-49b5-99e8-9a02379f1471
2022-09-03T05:03:44.209Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0
2022-09-03T05:03:44.213Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-09-03T05:03:44.259Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||Invoke
2022-09-03T05:03:44.260Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2b33f15c-67e6-40d2-8f42-6bebf51122d3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c08e8912-b4e2-4e60-bc55-aa5f898ff0e8], X-ECOMP-RequestID=[2b33f15c-67e6-40d2-8f42-6bebf51122d3], X-TransactionId=[], X-ONAP-RequestID=[2b33f15c-67e6-40d2-8f42-6bebf51122d3], Content-Type=[application/merge-patch+json]}
2022-09-03T05:03:45.415Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:03:45.416Z||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-09-03T05:03:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T05:03:45.450Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:03:45.453Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.453Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662181342109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.454Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:03:45.454Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.454Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "cds",
  "timestamp": 1662181344191,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.454Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:03:45.454Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.454Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "policy-id",
  "timestamp": 1662181340374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.454Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:03:45.454Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662181342109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vfw26e66c834f810_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.455Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:03:45.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "cds",
  "timestamp": 1662181344191,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vfw26e66c834f810_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.455Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:03:45.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "policy-id",
  "timestamp": 1662181340374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vfw26e66c834f810_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.456Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:03:45.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "cds",
  "timestamp": 1662181344191,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.456Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:03:45.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662181342109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.457Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:03:45.457Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.457Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "policy-id",
  "timestamp": 1662181340374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-03T05:03:45.457Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:03:45.457Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.457Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662181342109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.458Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:03:45.458Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.458Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "cds",
  "timestamp": 1662181344191,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.458Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:03:45.458Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.458Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "policy-id",
  "timestamp": 1662181340374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.459Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:03:45.459Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.459Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662181342109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.459Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:03:45.459Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.459Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "cds",
  "timestamp": 1662181344191,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.459Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:03:45.459Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.459Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "policy-id",
  "timestamp": 1662181340374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.460Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:03:45.460Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.460Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662181342109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.460Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:03:45.460Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.460Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "cds",
  "timestamp": 1662181344191,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.460Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:03:45.460Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.460Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "policy-id",
  "timestamp": 1662181340374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.461Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:03:45.461Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.461Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "aai-ml",
  "timestamp": 1662181349978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.461Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:03:45.461Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.461Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181350408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.461Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:03:45.461Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.461Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662181342109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:03:45.462Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:03:45.462Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.462Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "cds",
  "timestamp": 1662181344191,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:03:45.462Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:03:45.462Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.462Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "policy-id",
  "timestamp": 1662181340374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:03:45.462Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:03:45.462Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.462Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "aai-ml",
  "timestamp": 1662181349978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vfw26e66c834f810_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.463Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:03:45.463Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.463Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181350408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vfw26e66c834f810_modules.json",
  "status": "NOTIFIED"
}
2022-09-03T05:03:45.463Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:03:45.463Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.463Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662181352450,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:03:45.463Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:03:45.463Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.463Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "cds",
  "timestamp": 1662181352457,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:03:45.463Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:03:45.464Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.464Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "policy-id",
  "timestamp": 1662181352159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:03:45.464Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:03:45.464Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.464Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "aai-ml",
  "timestamp": 1662181349978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.464Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:03:45.464Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.464Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181350408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-03T05:03:45.464Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:03:45.464Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.465Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "policy-id",
  "timestamp": 1662181353162,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:03:45.465Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:03:45.465Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.465Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "cds",
  "timestamp": 1662181353469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-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-09-03T05:03:45.497Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4ce0389b-38c0-4320-aac7-25c202bacca8
2022-09-03T05:03:45.497Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ce0389b-38c0-4320-aac7-25c202bacca8 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-09-03T05:03:45.508Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.508Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "aai-ml",
  "timestamp": 1662181349978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.509Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:03:45.509Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.509Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662181352772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.509Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:03:45.509Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.510Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181350408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.510Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:03:45.510Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.510Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "policy-id",
  "timestamp": 1662181354165,
  "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-09-03T05:03:45.516Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4ce0389b-38c0-4320-aac7-25c202bacca8
2022-09-03T05:03:45.516Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ce0389b-38c0-4320-aac7-25c202bacca8 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-09-03T05:03:45.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "clamp",
  "timestamp": 1662181353963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.527Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:03:45.527Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "aai-ml",
  "timestamp": 1662181349978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.528Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:03:45.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.528Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662181352772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vfw26e66c834f810_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.528Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:03:45.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181350408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-03T05:03:45.529Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:03:45.529Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "clamp",
  "timestamp": 1662181353963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vfw26e66c834f810_modules.json",
  "status": "NOTIFIED"
}
2022-09-03T05:03:45.529Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:03:45.529Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.530Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "aai-ml",
  "timestamp": 1662181349978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.530Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:03:45.530Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.530Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662181352772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.530Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:03:45.530Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.531Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181350408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.531Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:03:45.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.531Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662181355929,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:03:45.531Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:03:45.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "clamp",
  "timestamp": 1662181353963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.532Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:03:45.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "aai-ml",
  "timestamp": 1662181349978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:03:45.532Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:03:45.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662181352772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.533Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:03:45.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.533Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181350408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:03:45.533Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:03:45.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.533Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662181356932,
  "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-09-03T05:03:45.539Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4ce0389b-38c0-4320-aac7-25c202bacca8
2022-09-03T05:03:45.539Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ce0389b-38c0-4320-aac7-25c202bacca8 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-09-03T05:03:45.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "clamp",
  "timestamp": 1662181353963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.548Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:03:45.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662181352772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:03:45.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "aai-ml",
  "timestamp": 1662181357745,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:03:45.549Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:03:45.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181358237,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vfw26e66c834f810_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:03:45.550Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:03:45.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "clamp",
  "timestamp": 1662181353963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:03:45.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662181352772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.551Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:03:45.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181359326,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:03:45.551Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:03:45.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "clamp",
  "timestamp": 1662181353963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.552Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:03:45.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662181352772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.552Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:03:45.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181360408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:03:45.553Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:03:45.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "clamp",
  "timestamp": 1662181353963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:03:45.553Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:03:45.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181361440,
  "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-09-03T05:03:45.561Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4ce0389b-38c0-4320-aac7-25c202bacca8
2022-09-03T05:03:45.561Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ce0389b-38c0-4320-aac7-25c202bacca8 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-09-03T05:03:45.567Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181362446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vfw26e66c834f810_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-03T05:03:45.568Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:03:45.787Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||Invoke
2022-09-03T05:03:45.788Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2b33f15c-67e6-40d2-8f42-6bebf51122d3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[34efa6d3-43c1-4185-8983-b675627ce4cd], X-ECOMP-RequestID=[2b33f15c-67e6-40d2-8f42-6bebf51122d3], X-TransactionId=[], X-ONAP-RequestID=[2b33f15c-67e6-40d2-8f42-6bebf51122d3], Content-Type=[application/merge-patch+json]}
2022-09-03T05:03:47.324Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||Invoke
2022-09-03T05:03:47.325Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2b33f15c-67e6-40d2-8f42-6bebf51122d3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1f20eb05-a34e-46a0-b27d-9ed8c824ebec], X-ECOMP-RequestID=[2b33f15c-67e6-40d2-8f42-6bebf51122d3], X-TransactionId=[], X-ONAP-RequestID=[2b33f15c-67e6-40d2-8f42-6bebf51122d3], Content-Type=[application/merge-patch+json]}
2022-09-03T05:03:48.358Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T05:03:48.358Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?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-09-03T05:03:48.359Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T05:03:48.359Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?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-09-03T05:03:48.374Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?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-09-03T05:03:48.374Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2b33f15c-67e6-40d2-8f42-6bebf51122d3 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T05:03:48.374Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-03T05:03:48.374Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:03:48.376Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:03:48.377Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||try to send status {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181428374,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-03T05:03:48.477Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:03:48.478Z||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-09-03T05:03:48.478Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:03:48.493Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:03:48.494Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-03T05:03:49.403Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:03:49.403Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T05:03:49.403Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:03:53.797Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:03:53.798Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||received message from topic
2022-09-03T05:03:53.798Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"4ce0389b-38c0-4320-aac7-25c202bacca8","serviceName":"vFW 2022-09-03 05-01-29","serviceVersion":"1.0","serviceUUID":"ebbfa781-f396-4e24-aee4-1be6eff4d8e1","serviceDescription":"catalog service description","serviceInvariantUUID":"cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27","resources":[{"resourceInstanceName":"vFW 26e66c83-4f81 0","resourceName":"vFW 26e66c83-4f81","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8787406f-6337-4e6b-b135-ad13579c1e11","resourceInvariantUUID":"8d37c93f-eecc-42fd-ae90-3440295cba78","resourceCustomizationUUID":"9a98aefc-80b8-4017-b069-7ad13485f6b1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vf-license-model.xml","artifactChecksum":"NmU3OWZjNmYzMjJmODM1NDVhMDdiNDA5Yzk3YWI0NmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ce340d86-ded4-4cd4-ac6b-1f459e46b82b","artifactVersion":"1"},{"artifactName":"vfw26e66c834f810_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vfw26e66c834f810_modules.json","artifactChecksum":"YzI4NzZlYjdlYWQ0MTg2OTgwMzRkNTU2Y2E5N2I1NzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"02ce85fb-9739-4c26-bf6a-e7d21349a425","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f505a205-b9fe-440d-92f6-4d7bdaba2dad","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vendor-license-model.xml","artifactChecksum":"MmI2Yjg0NjBjYTU0MjM1OTU5MjEwM2NhOTEwMTkwMDI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8e2675a6-ec73-43e9-974b-d8ed2ccc5fa9","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d2335063-1841-469f-8b53-ecd394182e1c","artifactVersion":"2","generatedFromUUID":"f505a205-b9fe-440d-92f6-4d7bdaba2dad"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220903050129-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-template.yml","artifactChecksum":"MGJhYjhjYTYzODM2ZGFiZDgwZWE2Zjg5M2NiY2M0MDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"de596baa-f361-4c1e-b57f-4bce5d9b5241","artifactVersion":"1"},{"artifactName":"service-Vfw20220903050129-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-csar.csar","artifactChecksum":"YjdjMmVkODUzZGYxYTVmNWVhOWVjYzFhOTdhNWZmNWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d642875f-713c-41f7-a81c-9239f4dc9d81","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-03T05:03:53.801Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:03:53.801Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:03:53.803Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:03:53.803Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||try to send status {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181429403,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:03:53.903Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:03:53.904Z||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-09-03T05:03:53.904Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:03:53.921Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:03:53.921Z||pool-35-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:03:54.803Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:03:54.804Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:03:54.806Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:03:54.806Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||try to send status {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181429403,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vfw26e66c834f810_modules.json",
  "status": "NOTIFIED"
}
2022-09-03T05:03:54.906Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:03:54.907Z||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-09-03T05:03:54.907Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:03:54.923Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:03:54.923Z||pool-36-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-09-03T05:03:55.807Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:03:55.807Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:03:55.809Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:03:55.809Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||try to send status {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181429403,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-03T05:03:55.909Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:03:55.910Z||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-09-03T05:03:55.910Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:03:55.925Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:03:55.925Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:03:56.810Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:03:56.810Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:03:56.812Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:03:56.813Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||try to send status {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181429403,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:03:56.913Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:03:56.913Z||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-09-03T05:03:56.913Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:03:56.927Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:03:56.927Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:03:57.813Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:03:57.814Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:03:57.816Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:03:57.816Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||try to send status {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181429403,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-03T05:03:57.916Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:03:57.917Z||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-09-03T05:03:57.917Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:03:57.931Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:03:57.931Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:03:58.816Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:03:58.817Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:03:58.819Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:03:58.819Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||try to send status {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181429403,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:03:58.919Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:03:58.920Z||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-09-03T05:03:58.920Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:03:58.936Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:03:58.937Z||pool-40-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:03:59.820Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:03:59.821Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:03:59.822Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:03:59.823Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||try to send status {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181429403,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:03:59.923Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:03:59.924Z||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-09-03T05:03:59.924Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:03:59.943Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:03:59.944Z||pool-41-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-09-03T05:04:00.824Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "serviceName": "vFW 2022-09-03 05-01-29",
  "serviceVersion": "1.0",
  "serviceUUID": "ebbfa781-f396-4e24-aee4-1be6eff4d8e1",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27",
  "resources": [
    {
      "resourceInstanceName": "vFW 26e66c83-4f81 0",
      "resourceCustomizationUUID": "9a98aefc-80b8-4017-b069-7ad13485f6b1",
      "resourceName": "vFW 26e66c83-4f81",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8787406f-6337-4e6b-b135-ad13579c1e11",
      "resourceInvariantUUID": "8d37c93f-eecc-42fd-ae90-3440295cba78",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw26e66c834f810_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vfw26e66c834f810_modules.json",
          "artifactChecksum": "YzI4NzZlYjdlYWQ0MTg2OTgwMzRkNTU2Y2E5N2I1NzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "02ce85fb-9739-4c26-bf6a-e7d21349a425",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f505a205-b9fe-440d-92f6-4d7bdaba2dad",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "d2335063-1841-469f-8b53-ecd394182e1c",
            "generatedFromUUID": "f505a205-b9fe-440d-92f6-4d7bdaba2dad"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "d2335063-1841-469f-8b53-ecd394182e1c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220903050129-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-csar.csar",
      "artifactChecksum": "YjdjMmVkODUzZGYxYTVmNWVhOWVjYzFhOTdhNWZmNWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d642875f-713c-41f7-a81c-9239f4dc9d81"
    }
  ],
  "workloadContext": "Production"
}
2022-09-03T05:04:00.825Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-03T05:04:00.825Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ebbfa781-f396-4e24-aee4-1be6eff4d8e1 ASDC
2022-09-03T05:04:00.826Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||ASDC Notification:
DistributionID:4ce0389b-38c0-4320-aac7-25c202bacca8
ServiceName:vFW 2022-09-03 05-01-29
ServiceVersion:1.0
ServiceUUID:ebbfa781-f396-4e24-aee4-1be6eff4d8e1
ServiceInvariantUUID:cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220903050129-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-csar.csar
ArtifactUUID:d642875f-713c-41f7-a81c-9239f4dc9d81
ArtifactChecksum:YjdjMmVkODUzZGYxYTVmNWVhOWVjYzFhOTdhNWZmNWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 26e66c83-4f81 0
ResourceCustomizationUUID:9a98aefc-80b8-4017-b069-7ad13485f6b1
ResourceInvariantUUID:8d37c93f-eecc-42fd-ae90-3440295cba78
ResourceName:vFW 26e66c83-4f81
ResourceType:VF
ResourceUUID:8787406f-6337-4e6b-b135-ad13579c1e11
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw26e66c834f810_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vfw26e66c834f810_modules.json
ArtifactUUID:02ce85fb-9739-4c26-bf6a-e7d21349a425
ArtifactChecksum:YzI4NzZlYjdlYWQ0MTg2OTgwMzRkNTU2Y2E5N2I1NzA=
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/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.yaml
ArtifactUUID:f505a205-b9fe-440d-92f6-4d7bdaba2dad
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/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.env
ArtifactUUID:d2335063-1841-469f-8b53-ecd394182e1c
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/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.env
ArtifactUUID:d2335063-1841-469f-8b53-ecd394182e1c
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-03T05:04:00.826Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ebbfa781-f396-4e24-aee4-1be6eff4d8e1 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-09-03T05:04:00.897Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-03T05:04:00.897Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||MSO config path is: /app
2022-09-03T05:04:00.897Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||MSO config path is: /app
2022-09-03T05:04:00.898Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||Trying to download the artifact UUID: d642875f-713c-41f7-a81c-9239f4dc9d81 from URL: /sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-csar.csar
2022-09-03T05:04:00.898Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||DistributionClient - download
2022-09-03T05:04:00.898Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-csar.csar
2022-09-03T05:04:00.968Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||GET Response Status 200
2022-09-03T05:04:00.972Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-csar.csar d642875f-713c-41f7-a81c-9239f4dc9d81 99052
2022-09-03T05:04:00.973Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-csar.csar ASDC sendASDCNotification
2022-09-03T05:04:00.973Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-csar.csar
2022-09-03T05:04:00.973Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T05:04:00.973Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:04:00.975Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:04:00.975Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||try to send status {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181440973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:04:01.075Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:04:01.076Z||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-09-03T05:04:01.076Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:04:01.101Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:04:01.101Z||pool-42-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-09-03T05:04:01.976Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-03T05:04:01.977Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||MSO config path is: /app
2022-09-03T05:04:01.977Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||Trying to write artifact UUID: d642875f-713c-41f7-a81c-9239f4dc9d81, URL: /sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-csar.csar to file: /app/ASDC/1/service-Vfw20220903050129-csar.csar
2022-09-03T05:04:01.977Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220903050129-csar.csar
2022-09-03T05:04:01.978Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220903050129-csar.csar
2022-09-03T05:04:01.978Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220903050129-csar.csar
2022-09-03T05:04:02.146Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2332616303169212724/Definitions/service-Vfw20220903050129-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-09-03T05:04:04.012Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-09-03T05:04:04.013Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|WARN|500||####################################################################################################
2022-09-03T05:04:04.013Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220903050129-csar.csar
2022-09-03T05:04:04.013Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-09-03T05:04:04.013Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220903050129-csar.csar
2022-09-03T05:04:04.013Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220903050129-csar.csar
2022-09-03T05:04:04.013Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?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-Vfw20220903050129-csar.csar
2022-09-03T05:04:04.013Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?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-Vfw20220903050129-csar.csar
2022-09-03T05:04:04.014Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?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-Vfw20220903050129-csar.csar
2022-09-03T05:04:04.014Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220903050129-csar.csar
2022-09-03T05:04:04.014Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 26e66c83-4f81 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220903050129-csar.csar
2022-09-03T05:04:04.014Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?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-Vfw20220903050129-csar.csar
2022-09-03T05:04:04.014Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220903050129-csar.csar
2022-09-03T05:04:04.014Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220903050129-csar.csar
2022-09-03T05:04:04.014Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?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-Vfw20220903050129-csar.csar
2022-09-03T05:04:04.014Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?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-Vfw20220903050129-csar.csar
2022-09-03T05:04:04.014Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?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-Vfw20220903050129-csar.csar
2022-09-03T05:04:04.014Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|WARN|500||####################################################################################################
2022-09-03T05:04:04.015Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:04:04.015Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Service vFW 2022-09-03 05-01-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:04:04.015Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vFW 26e66c83-4f81 0 is matching search criteria
2022-09-03T05:04:04.015Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Search for entities recursively
2022-09-03T05:04:04.015Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Found topology templates [vFW 26e66c83-4f81 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-03T05:04:04.015Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:04:04.016Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Service vFW 2022-09-03 05-01-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:04:04.016Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vFW 26e66c83-4f81 0 is matching search criteria
2022-09-03T05:04:04.016Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Search for entities recursively
2022-09-03T05:04:04.016Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Found topology templates [vFW 26e66c83-4f81 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-03T05:04:04.016Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:04:04.016Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Service vFW 2022-09-03 05-01-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:04:04.017Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:04:04.017Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vFW 26e66c83-4f81 0 is not matching search criteria
2022-09-03T05:04:04.017Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-03T05:04:04.017Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-03T05:04:04.017Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:04:04.017Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-03T05:04:04.017Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-09-03T05:04:04.017Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:04:04.018Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-03T05:04:04.018Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-03T05:04:04.018Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-09-03T05:04:04.018Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:04:04.018Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-03T05:04:04.018Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-03T05:04:04.018Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-03T05:04:04.019Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-09-03T05:04:04.019Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:04:04.019Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-03T05:04:04.019Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:04:04.019Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Service vFW 2022-09-03 05-01-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-03T05:04:04.019Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:04:04.019Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vFW 26e66c83-4f81 0 is matching search criteria
2022-09-03T05:04:04.020Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Found topology templates [vFW 26e66c83-4f81 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:04:04.020Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:04:04.020Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vFW 26e66c83-4f81 0 is matching search criteria
2022-09-03T05:04:04.020Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Found topology templates [vFW 26e66c83-4f81 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:04:04.020Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:04:04.020Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vFW 26e66c83-4f81 0 is matching search criteria
2022-09-03T05:04:04.020Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Found topology templates [vFW 26e66c83-4f81 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:04:04.021Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:04:04.021Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vFW 26e66c83-4f81 0 is not matching search criteria
2022-09-03T05:04:04.021Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-03T05:04:04.021Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-03T05:04:04.021Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-03T05:04:04.021Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-03T05:04:04.021Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-09-03T05:04:04.022Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:04:04.022Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-03T05:04:04.022Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-03T05:04:04.022Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-03T05:04:04.022Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-09-03T05:04:04.022Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:04:04.022Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=98868d85-33e0-4149-8a1b-7e563f7a9ec1
2022-09-03T05:04:04.023Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:04:04.023Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vFW 26e66c83-4f81 0 is not matching search criteria
2022-09-03T05:04:04.023Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-03T05:04:04.023Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-03T05:04:04.023Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:04:04.023Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-03T05:04:04.023Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-09-03T05:04:04.023Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:04:04.024Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-03T05:04:04.024Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-03T05:04:04.024Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-03T05:04:04.024Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-03T05:04:04.024Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-09-03T05:04:04.024Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:04:04.024Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=181ece8d-4063-4cc0-aea0-88b5a1c45497
2022-09-03T05:04:04.025Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:04:04.025Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vFW 26e66c83-4f81 0 is not matching search criteria
2022-09-03T05:04:04.025Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-03T05:04:04.025Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-03T05:04:04.025Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:04:04.025Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-03T05:04:04.025Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-09-03T05:04:04.026Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:04:04.026Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-03T05:04:04.026Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-03T05:04:04.026Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-09-03T05:04:04.026Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:04:04.026Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-03T05:04:04.026Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-03T05:04:04.026Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c0fa1796-f4cc-4bfe-84cb-7c6801695ba4
2022-09-03T05:04:04.027Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:04:04.027Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Service vFW 2022-09-03 05-01-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:04:04.027Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:04:04.027Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Service vFW 2022-09-03 05-01-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:04:04.027Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:04:04.027Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Service vFW 2022-09-03 05-01-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:04:04.027Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:04:04.028Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Service vFW 2022-09-03 05-01-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:04:04.028Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-09-03 05-01-29
Description:catalog service description
Model UUID:ebbfa781-f396-4e24-aee4-1be6eff4d8e1
Model Version:NULL
Model InvariantUuid:cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 26e66c83-4f81
Model UUID:bd5e773e-7f0f-43e7-a984-962c98af5aee
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8d37c93f-eecc-42fd-ae90-3440295cba78
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9a98aefc-80b8-4017-b069-7ad13485f6b1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:987fc8e3-418b-4f00-8612-e2290ecbd853
ModelName:Vfw26e66c834f81..base_vfw..module-0
ModelUuid:325c17fb-370c-4d7d-8a97-c8a5756d9e50
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:98868d85-33e0-4149-8a1b-7e563f7a9ec1
ModelInvariantUuid:aaf171a0-6cb4-4f4a-ac0c-3add5e300e1b
ModelName:vFW 26e66c83-4f81-nodes.vfwCvfc
ModelUuid:e9968abe-fc9c-40d2-8127-6554de71be4b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:da1f266e-4e4e-4b40-9f16-19d6928c9b81
ModelInvariantUuid:825cdc16-630c-4433-a2f2-00b46a710878
ModelName:Vfw26e66c834f81.compute.nodes.heat.vfw
ModelUuid:ca0e421d-5411-47cd-8f29-71d5209ee680
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:181ece8d-4063-4cc0-aea0-88b5a1c45497
ModelInvariantUuid:d2253a3e-c351-436c-bf44-1fe028225af3
ModelName:vFW 26e66c83-4f81-nodes.vsnCvfc
ModelUuid:413773d5-0a93-4833-8c1d-bfce4ffa3e1f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:8f804051-b146-4b28-aa05-f7db325ed6d8
ModelInvariantUuid:1ded8de3-5b4a-40a2-a480-e7aaeb4faa1f
ModelName:Vfw26e66c834f81.compute.nodes.heat.vsn
ModelUuid:47026dda-9bf2-4687-8be0-a3ef4d4a26fe
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c0fa1796-f4cc-4bfe-84cb-7c6801695ba4
ModelInvariantUuid:88ea3e92-a96f-43f5-bbc9-a4befdd54a3a
ModelName:vFW 26e66c83-4f81-nodes.vpgCvfc
ModelUuid:b669242c-52f9-4664-8f89-2d5db046064e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:380c0777-788c-4ceb-9b48-bf2557f92613
ModelInvariantUuid:6ee70d94-d7b0-4edd-91d6-8d3f2163aa9d
ModelName:Vfw26e66c834f81.compute.nodes.heat.vpg
ModelUuid:3d1865db-a7a9-4ec7-af93-9a594bdd4179
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-09-03T05:04:04.045Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 8787406f-6337-4e6b-b135-ad13579c1e11
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-03T05:04:04.048Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||vFW 26e66c83-4f81 0
2022-09-03T05:04:04.048Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 8787406f-6337-4e6b-b135-ad13579c1e11
2022-09-03T05:04:04.048Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||Trying to download the artifact UUID: 02ce85fb-9739-4c26-bf6a-e7d21349a425 from URL: /sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vfw26e66c834f810_modules.json
2022-09-03T05:04:04.048Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||DistributionClient - download
2022-09-03T05:04:04.049Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vfw26e66c834f810_modules.json
2022-09-03T05:04:04.096Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||GET Response Status 200
2022-09-03T05:04:04.097Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vfw26e66c834f810_modules.json 02ce85fb-9739-4c26-bf6a-e7d21349a425 785
2022-09-03T05:04:04.097Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vfw26e66c834f810_modules.json ASDC sendASDCNotification
2022-09-03T05:04:04.097Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vfw26e66c834f810_modules.json
2022-09-03T05:04:04.097Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T05:04:04.097Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:04:04.099Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:04:04.099Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||try to send status {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181444097,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vfw26e66c834f810_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:04:04.199Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:04:04.200Z||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-09-03T05:04:04.200Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:04:04.214Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:04:04.214Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-09-03T05:04:05.099Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw26e66c834f81..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "987fc8e3-418b-4f00-8612-e2290ecbd853",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "325c17fb-370c-4d7d-8a97-c8a5756d9e50",
    "vfModuleModelCustomizationUUID": "797c5c96-dc13-45c8-9956-e719fd791b85",
    "isBase": true,
    "artifacts": [
      "f505a205-b9fe-440d-92f6-4d7bdaba2dad",
      "d2335063-1841-469f-8b53-ecd394182e1c"
    ],
    "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-09-03T05:04:05.103Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw26e66c834f81..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:325c17fb-370c-4d7d-8a97-c8a5756d9e50
VfModuleModelInvariantUUID:987fc8e3-418b-4f00-8612-e2290ecbd853
VfModuleModelDescription:NULL
Artifacts UUID List:{
f505a205-b9fe-440d-92f6-4d7bdaba2dad
,
d2335063-1841-469f-8b53-ecd394182e1c

}
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-09-03T05:04:05.105Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw26e66c834f81..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "987fc8e3-418b-4f00-8612-e2290ecbd853",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "325c17fb-370c-4d7d-8a97-c8a5756d9e50",
    "vfModuleModelCustomizationUUID": "797c5c96-dc13-45c8-9956-e719fd791b85",
    "isBase": true,
    "artifacts": [
      "f505a205-b9fe-440d-92f6-4d7bdaba2dad",
      "d2335063-1841-469f-8b53-ecd394182e1c"
    ],
    "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-09-03T05:04:05.105Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw26e66c834f81..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:325c17fb-370c-4d7d-8a97-c8a5756d9e50
VfModuleModelInvariantUUID:987fc8e3-418b-4f00-8612-e2290ecbd853
VfModuleModelDescription:NULL
Artifacts UUID List:{
f505a205-b9fe-440d-92f6-4d7bdaba2dad
,
d2335063-1841-469f-8b53-ecd394182e1c

}
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-09-03T05:04:05.106Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||Trying to download the artifact UUID: f505a205-b9fe-440d-92f6-4d7bdaba2dad from URL: /sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.yaml
2022-09-03T05:04:05.106Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||DistributionClient - download
2022-09-03T05:04:05.106Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.yaml
2022-09-03T05:04:05.160Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||GET Response Status 200
2022-09-03T05:04:05.160Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.yaml f505a205-b9fe-440d-92f6-4d7bdaba2dad 20368
2022-09-03T05:04:05.161Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-03T05:04:05.161Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.yaml
2022-09-03T05:04:05.161Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T05:04:05.161Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:04:05.163Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:04:05.163Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||try to send status {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181445161,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:04:05.264Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-03T05:04:05.264Z||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-09-03T05:04:05.264Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:04:05.279Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:04:05.279Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:04:06.164Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||Trying to download the artifact UUID: d2335063-1841-469f-8b53-ecd394182e1c from URL: /sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.env
2022-09-03T05:04:06.165Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||DistributionClient - download
2022-09-03T05:04:06.165Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.env
2022-09-03T05:04:06.260Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||GET Response Status 200
2022-09-03T05:04:06.260Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.env d2335063-1841-469f-8b53-ecd394182e1c 2098
2022-09-03T05:04:06.260Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-03T05:04:06.261Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.env
2022-09-03T05:04:06.261Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T05:04:06.261Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:04:06.262Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:04:06.263Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||try to send status {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181446260,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:04:06.363Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:04:06.364Z||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-09-03T05:04:06.364Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:04:06.379Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:04:06.380Z||pool-45-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:04:07.263Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Preparing to deploy Service: ebbfa781-f396-4e24-aee4-1be6eff4d8e1
2022-09-03T05:04:07.264Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 26e66c83-4f81 0 8787406f-6337-4e6b-b135-ad13579c1e11 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-09-03T05:04:07.294Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@121ce10d, org.onap.sdc.toscaparser.api.parameters.Input@6760706c, org.onap.sdc.toscaparser.api.parameters.Input@7037179a, org.onap.sdc.toscaparser.api.parameters.Input@7eee72f0, org.onap.sdc.toscaparser.api.parameters.Input@b8ff0a9]
2022-09-03T05:04:07.296Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:04:07.296Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Service vFW 2022-09-03 05-01-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:04:07.296Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||VF Category is: Generic 
2022-09-03T05:04:07.296Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||VFCustomizationUUID= 9a98aefc-80b8-4017-b069-7ad13485f6b1
2022-09-03T05:04:07.296Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9a98aefc-80b8-4017-b069-7ad13485f6b1 matches Tosca VF Customization UUID: 9a98aefc-80b8-4017-b069-7ad13485f6b1
2022-09-03T05:04:07.296Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||vfCustomizationUUID: 9a98aefc-80b8-4017-b069-7ad13485f6b1  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-09-03T05:04:07.299Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:04:07.299Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Service vFW 2022-09-03 05-01-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:04:07.300Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||resource request for resource customization id 9a98aefc-80b8-4017-b069-7ad13485f6b1: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-09-03T05:04:07.300Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2abfdce3
2022-09-03T05:04:07.300Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:04:07.301Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Service vFW 2022-09-03 05-01-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-03T05:04:07.301Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 797c5c96-dc13-45c8-9956-e719fd791b85
2022-09-03T05:04:07.301Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 797c5c96-dc13-45c8-9956-e719fd791b85
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-09-03T05:04:07.305Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:04:07.306Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vFW 26e66c83-4f81 0 is matching search criteria
2022-09-03T05:04:07.306Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Found topology templates [vFW 26e66c83-4f81 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:04:07.307Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:04:07.307Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vFW 26e66c83-4f81 0 is matching search criteria
2022-09-03T05:04:07.307Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Found topology templates [vFW 26e66c83-4f81 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:04:07.308Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:04:07.308Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vFW 26e66c83-4f81 0 is not matching search criteria
2022-09-03T05:04:07.308Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-03T05:04:07.309Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-03T05:04:07.309Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-03T05:04:07.309Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-03T05:04:07.310Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-09-03T05:04:07.310Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:04:07.310Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-03T05:04:07.311Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-03T05:04:07.311Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-03T05:04:07.311Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-09-03T05:04:07.311Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:04:07.312Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=98868d85-33e0-4149-8a1b-7e563f7a9ec1
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-09-03T05:04:07.315Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:04:07.315Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vFW 26e66c83-4f81 0 is matching search criteria
2022-09-03T05:04:07.316Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Found topology templates [vFW 26e66c83-4f81 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:04:07.316Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:04:07.316Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vFW 26e66c83-4f81 0 is not matching search criteria
2022-09-03T05:04:07.317Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-03T05:04:07.317Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-03T05:04:07.317Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:04:07.317Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-03T05:04:07.317Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-09-03T05:04:07.318Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:04:07.318Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-03T05:04:07.318Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-03T05:04:07.319Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-03T05:04:07.319Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-03T05:04:07.319Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-09-03T05:04:07.320Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:04:07.320Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=181ece8d-4063-4cc0-aea0-88b5a1c45497
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-09-03T05:04:07.323Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:04:07.323Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vFW 26e66c83-4f81 0 is matching search criteria
2022-09-03T05:04:07.324Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Found topology templates [vFW 26e66c83-4f81 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:04:07.324Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:04:07.324Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vFW 26e66c83-4f81 0 is not matching search criteria
2022-09-03T05:04:07.325Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-03T05:04:07.325Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-03T05:04:07.325Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:04:07.325Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-03T05:04:07.326Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-09-03T05:04:07.326Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:04:07.326Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-03T05:04:07.326Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-03T05:04:07.327Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-09-03T05:04:07.327Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:04:07.327Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-03T05:04:07.328Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-03T05:04:07.328Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c0fa1796-f4cc-4bfe-84cb-7c6801695ba4
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-09-03T05:04:07.330Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:04:07.330Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vFW 26e66c83-4f81 0 is matching search criteria
2022-09-03T05:04:07.331Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Found topology templates [vFW 26e66c83-4f81 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:04:07.331Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:04:07.331Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vFW 26e66c83-4f81 0 is matching search criteria
2022-09-03T05:04:07.332Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Found topology templates [vFW 26e66c83-4f81 0] matching following query criteria: sdcType=VF, customizationUUID=9a98aefc-80b8-4017-b069-7ad13485f6b1
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-03T05:04:07.334Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:04:07.334Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Service vFW 2022-09-03 05-01-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:04:07.334Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500|| resourceSeq for service uuid ebbfa781-f396-4e24-aee4-1be6eff4d8e1: vFW 26e66c83-4f81
2022-09-03T05:04:07.334Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:04:07.335Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Service vFW 2022-09-03 05-01-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:04:07.335Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:04:07.335Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Service vFW 2022-09-03 05-01-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:04:07.335Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:04:07.336Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Service vFW 2022-09-03 05-01-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:04:07.336Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:04:07.336Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Service vFW 2022-09-03 05-01-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:04:07.336Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:04:07.337Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Service vFW 2022-09-03 05-01-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:04:07.337Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||Saving Service: vFW 2022-09-03 05-01-29 
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-09-03T05:04:07.589Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 26e66c83-4f81 8787406f-6337-4e6b-b135-ad13579c1e11 1 ASDC deployResourceStructure
2022-09-03T05:04:07.590Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vfw26e66c834f810_modules.json ASDC sendASDCNotification
2022-09-03T05:04:07.590Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vfw26e66c834f810_modules.json
2022-09-03T05:04:07.590Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T05:04:07.591Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:04:07.592Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:04:07.593Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||try to send status {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181447590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vfw26e66c834f810_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-03T05:04:07.693Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:04:07.694Z||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-09-03T05:04:07.694Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:04:07.708Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:04:07.708Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:04:08.594Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-03T05:04:08.594Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.yaml
2022-09-03T05:04:08.594Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T05:04:08.594Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:04:08.596Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:04:08.596Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||try to send status {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181448593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-09-03T05:04:08.696Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:04:08.697Z||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-09-03T05:04:08.698Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:04:08.715Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:04:08.716Z||pool-47-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:04:09.597Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-03T05:04:09.597Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.env
2022-09-03T05:04:09.597Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T05:04:09.598Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:04:09.599Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:04:09.600Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||try to send status {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181449597,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-09-03T05:04:09.700Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:04:09.701Z||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-09-03T05:04:09.701Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:04:09.714Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:04:09.715Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:04:10.600Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-csar.csar ASDC sendASDCNotification
2022-09-03T05:04:10.601Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-csar.csar
2022-09-03T05:04:10.601Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T05:04:10.601Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:04:10.603Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:04:10.603Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||try to send status {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181450600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:04:10.703Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:04:10.704Z||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-09-03T05:04:10.704Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:04:10.723Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:04:10.724Z||pool-49-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:04:11.603Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ce0389b-38c0-4320-aac7-25c202bacca8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:04:11.617Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ce0389b-38c0-4320-aac7-25c202bacca8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:04:11.619Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:04:11.619Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-03T05:04:11.619Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-03T05:04:41.619Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ce0389b-38c0-4320-aac7-25c202bacca8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:04:41.632Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ce0389b-38c0-4320-aac7-25c202bacca8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:04:41.635Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:04:41.635Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-03T05:04:41.635Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-03T05:04:45.415Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:04:45.416Z||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-09-03T05:04:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T05:04:45.451Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:04:45.452Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:04:45.452Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "aai-ml",
  "timestamp": 1662181367126,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-09-03T05:04:45.453Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:04:45.453Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:04:45.453Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "aai-ml",
  "timestamp": 1662181368131,
  "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-09-03T05:04:45.462Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 4ce0389b-38c0-4320-aac7-25c202bacca8
2022-09-03T05:04:45.463Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ce0389b-38c0-4320-aac7-25c202bacca8 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-09-03T05:04:45.473Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:04:45.473Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "clamp",
  "timestamp": 1662181371742,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:04:45.473Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:04:45.474Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:04:45.474Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "clamp",
  "timestamp": 1662181373147,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:04:45.474Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:04:45.474Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:04:45.475Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "clamp",
  "timestamp": 1662181374150,
  "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-09-03T05:04:45.479Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4ce0389b-38c0-4320-aac7-25c202bacca8
2022-09-03T05:04:45.480Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ce0389b-38c0-4320-aac7-25c202bacca8 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-09-03T05:05:11.636Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ce0389b-38c0-4320-aac7-25c202bacca8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:05:11.687Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ce0389b-38c0-4320-aac7-25c202bacca8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:05:11.693Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:05:11.693Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-03T05:05:11.693Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-03T05:05:11.693Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-03T05:05:11.693Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-09-03T05:05:11.693Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?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-09-03T05:05:11.711Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-03T05:05:41.711Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 4ce0389b-38c0-4320-aac7-25c202bacca8 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-09-03T05:05:41.719Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4ce0389b-38c0-4320-aac7-25c202bacca8 and serviceModelVersionId: ebbfa781-f396-4e24-aee4-1be6eff4d8e1
2022-09-03T05:05:41.719Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27
2022-09-03T05:05:41.720Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?depth=0
2022-09-03T05:05:41.724Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-09-03T05:05:41.769Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?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-09-03T05:05:41.770Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?depth=0|INFO|500||Invoke
2022-09-03T05:05:43.295Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?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-09-03T05:05:43.296Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?depth=0|INFO|500||Invoke
2022-09-03T05:05:44.832Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?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-09-03T05:05:44.833Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?depth=0|INFO|500||Invoke
2022-09-03T05:05:45.415Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:05:45.416Z||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-09-03T05:05:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T05:05:45.862Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T05:05:45.862Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?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-09-03T05:05:45.863Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T05:05:45.863Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?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-09-03T05:05:45.872Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?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-09-03T05:05:45.873Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4ce0389b-38c0-4320-aac7-25c202bacca8 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T05:05:45.873Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-03T05:05:45.873Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:05:45.875Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:05:45.875Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?depth=0|DEBUG|500||try to send status {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181545873,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-03T05:05:45.943Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:05:45.944Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:05:45.945Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181428374,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-03T05:05:45.946Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:05:45.946Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:05:45.946Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181429403,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:05:45.947Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:05:45.947Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:05:45.947Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181429403,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vfw26e66c834f810_modules.json",
  "status": "NOTIFIED"
}
2022-09-03T05:05:45.948Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:05:45.948Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:05:45.948Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181429403,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-03T05:05:45.949Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:05:45.949Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:05:45.949Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181429403,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:05:45.949Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:05:45.949Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:05:45.950Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181429403,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-03T05:05:45.950Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:05:45.950Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:05:45.950Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181429403,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:05:45.951Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:05:45.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:05:45.952Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181429403,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:05:45.952Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:05:45.952Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:05:45.952Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181440973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:05:45.953Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:05:45.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:05:45.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181444097,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vfw26e66c834f810_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:05:45.954Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:05:45.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:05:45.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181445161,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:05:45.954Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:05:45.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:05:45.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181446260,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:05:45.955Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:05:45.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:05:45.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181447590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vfw26e66c834f810_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-03T05:05:45.956Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:05:45.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:05:45.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181448593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-09-03T05:05:45.957Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:05:45.957Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:05:45.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181449597,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-09-03T05:05:45.957Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:05:45.958Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:05:45.958Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181450600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:05:45.958Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:05:45.975Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:05:45.976Z||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-09-03T05:05:45.976Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:05:45.991Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:05:45.991Z||pool-50-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-03T05:05:46.891Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:05:46.891Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T05:05:46.892Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:05:56.440Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:05:56.441Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:05:56.441Z||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-09-03T05:05:56.442Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T05:06:05.988Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:06:05.988Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:06:05.989Z||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-09-03T05:06:05.989Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T05:06:15.534Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:06:15.535Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:06:15.536Z||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-09-03T05:06:15.536Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T05:06:25.082Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:06:45.413Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:06:45.414Z||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-09-03T05:06:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T05:06:45.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:06:45.415Z||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-09-03T05:06:45.415Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T05:06:46.046Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:06:46.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-03T05:06:46.046Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181545873,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-03T05:06:46.047Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:06:54.960Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:07:45.413Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:07:45.414Z||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-09-03T05:07:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T05:07:45.415Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:07:45.415Z||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-09-03T05:07:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T05:07:54.979Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:07:54.980Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:08:45.413Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:08:45.414Z||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-09-03T05:08:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T05:08:45.415Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:08:45.415Z||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-09-03T05:08:45.415Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T05:08:46.043Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:08:46.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-03T05:08:46.044Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"26031728-9ab8-417c-92d6-4a19f788b2ef","serviceName":"vFW 2022-09-03 05-07-30","serviceVersion":"1.0","serviceUUID":"824688f3-ce73-4251-955f-9c69cac729ce","serviceDescription":"catalog service description","serviceInvariantUUID":"4516813a-c0a1-4e9a-806f-4653fb0f4774","resources":[{"resourceInstanceName":"vFW 852e6d94-3ab5 0","resourceName":"vFW 852e6d94-3ab5","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2ac2cde0-f9b4-490d-86da-a70481152eb1","resourceInvariantUUID":"38d884a4-da92-4bf0-b4db-11b378c822be","resourceCustomizationUUID":"8243f571-1b8d-40e4-92ca-ea3d1ccf3c1f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/vf-license-model.xml","artifactChecksum":"YmU0ZDAwMDZkYzZjN2Y5YWY3MDA4NTExYjk2NjliODM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"28babeb1-157c-437d-87f8-a76f87060b70","artifactVersion":"1"},{"artifactName":"vfw852e6d943ab50_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/vfw852e6d943ab50_modules.json","artifactChecksum":"MWFkMzU4NTNjYTkyY2Y1OTkzOTRjNmUyYzBhMmEzODk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a233b23d-1cb6-4620-8315-25a07618870e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d4b073b8-1d06-43d4-bfd5-68c85a1f02b6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/vendor-license-model.xml","artifactChecksum":"ZDFkYTM1ZTllNmE4MzJmYjc3NGI4YTU4NWM1YmVhMTM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"386e645e-ef78-49c5-8ce2-58ebc8fefc66","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"777cc360-ed88-4467-a2c7-edecd724c0de","artifactVersion":"2","generatedFromUUID":"d4b073b8-1d06-43d4-bfd5-68c85a1f02b6"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220903050730-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220903050730/1.0/artifacts/service-Vfw20220903050730-template.yml","artifactChecksum":"NzQxY2Y3MTI5NjNiNjk5YjRmYWIzYTcwMmMzNjdiNTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"902076d7-7287-44cb-9859-c64e667705ae","artifactVersion":"1"},{"artifactName":"service-Vfw20220903050730-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220903050730/1.0/artifacts/service-Vfw20220903050730-csar.csar","artifactChecksum":"OGRjMzI3MzQxM2JmYzMzZjRiMDUzNmNlZjZhZjAyZGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"185d99c1-d317-4891-b01e-5fdf3b71200b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-03T05:08:46.046Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:08:46.046Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-03T05:08:46.048Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:08:46.048Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181725413,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:08:46.095Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:08:46.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:08:46.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662181702111,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:08:46.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:08:46.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:08:46.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "policy-id",
  "timestamp": 1662181700374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:08:46.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:08:46.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:08:46.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "cds",
  "timestamp": 1662181704190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:08:46.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:08:46.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:08:46.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662181702111,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/vfw852e6d943ab50_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:08:46.100Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:08:46.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:08:46.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "policy-id",
  "timestamp": 1662181700374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/vfw852e6d943ab50_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:08:46.100Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:08:46.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:08:46.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "cds",
  "timestamp": 1662181704190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/vfw852e6d943ab50_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:08:46.100Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:08:46.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:08:46.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662181702111,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:08:46.101Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:08:46.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:08:46.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "policy-id",
  "timestamp": 1662181700374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-03T05:08:46.101Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:08:46.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:08:46.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "cds",
  "timestamp": 1662181704190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:08:46.102Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:08:46.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:08:46.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662181702111,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:08:46.102Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:08:46.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:08:46.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "policy-id",
  "timestamp": 1662181700374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:08:46.103Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:08:46.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:08:46.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "cds",
  "timestamp": 1662181704190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:08:46.103Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:08:46.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:08:46.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662181702111,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:08:46.104Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:08:46.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:08:46.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "policy-id",
  "timestamp": 1662181700374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:08:46.104Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:08:46.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:08:46.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "cds",
  "timestamp": 1662181704190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:08:46.105Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:08:46.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:08:46.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662181702111,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/artifacts/service-Vfw20220903050730-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:08:46.105Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:08:46.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:08:46.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "policy-id",
  "timestamp": 1662181700374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/artifacts/service-Vfw20220903050730-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:08:46.106Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:08:46.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:08:46.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "cds",
  "timestamp": 1662181704190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/artifacts/service-Vfw20220903050730-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:08:46.106Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:08:46.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:08:46.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662181702111,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/artifacts/service-Vfw20220903050730-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:08:46.106Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:08:46.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:08:46.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "policy-id",
  "timestamp": 1662181700374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/artifacts/service-Vfw20220903050730-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:08:46.107Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:08:46.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:08:46.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "aai-ml",
  "timestamp": 1662181709979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:08:46.107Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:08:46.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:08:46.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181710409,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:08:46.108Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:08:46.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:08:46.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "cds",
  "timestamp": 1662181704190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/artifacts/service-Vfw20220903050730-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:08:46.108Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:08:46.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:08:46.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662181711422,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/artifacts/service-Vfw20220903050730-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:08:46.109Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:08:46.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:08:46.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "policy-id",
  "timestamp": 1662181711173,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/artifacts/service-Vfw20220903050730-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:08:46.109Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:08:46.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:08:46.110Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "aai-ml",
  "timestamp": 1662181709979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/vfw852e6d943ab50_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:08:46.110Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:08:46.110Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:08:46.110Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181710409,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/vfw852e6d943ab50_modules.json",
  "status": "NOTIFIED"
}
2022-09-03T05:08:46.110Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:08:46.110Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:08:46.110Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "cds",
  "timestamp": 1662181711931,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/artifacts/service-Vfw20220903050730-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:08:46.111Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:08:46.111Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:08:46.111Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "policy-id",
  "timestamp": 1662181712178,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/artifacts/service-Vfw20220903050730-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:08:46.111Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:08:46.111Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:08:46.111Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "aai-ml",
  "timestamp": 1662181709979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:08:46.112Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:08:46.112Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:08:46.112Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181710409,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-03T05:08:46.112Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:08:46.112Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:08:46.112Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "cds",
  "timestamp": 1662181712938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/artifacts/service-Vfw20220903050730-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-09-03T05:08:46.148Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:08:46.150Z||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-09-03T05:08:46.150Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:08:46.163Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:08:46.164Z||pool-51-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-03T05:08:46.242Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 26031728-9ab8-417c-92d6-4a19f788b2ef
2022-09-03T05:08:46.242Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26031728-9ab8-417c-92d6-4a19f788b2ef 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-09-03T05:08:46.326Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:08:46.327Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "policy-id",
  "timestamp": 1662181713181,
  "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-09-03T05:08:46.351Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 26031728-9ab8-417c-92d6-4a19f788b2ef
2022-09-03T05:08:46.351Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26031728-9ab8-417c-92d6-4a19f788b2ef 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-09-03T05:08:46.377Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:08:46.377Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "aai-ml",
  "timestamp": 1662181709979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:08:46.377Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:08:46.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:08:46.378Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662181712772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:08:46.378Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:08:46.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:08:46.378Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181710409,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:08:46.378Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:08:46.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:08:46.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "clamp",
  "timestamp": 1662181713963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:08:46.379Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:08:46.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:08:46.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "aai-ml",
  "timestamp": 1662181709979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:08:46.379Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:08:46.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:08:46.380Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662181712772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/vfw852e6d943ab50_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:08:46.380Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:08:46.380Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:08:46.380Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181710409,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-03T05:08:46.380Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:08:46.380Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:08:46.380Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662181714849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/artifacts/service-Vfw20220903050730-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:08:46.381Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:08:46.381Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:08:46.381Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "clamp",
  "timestamp": 1662181713963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/vfw852e6d943ab50_modules.json",
  "status": "NOTIFIED"
}
2022-09-03T05:08:46.381Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:08:46.381Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:08:46.381Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "aai-ml",
  "timestamp": 1662181709979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/artifacts/service-Vfw20220903050730-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:08:46.381Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:08:46.381Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:08:46.382Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662181712772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:08:46.382Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:08:46.382Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:08:46.382Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181710409,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/artifacts/service-Vfw20220903050730-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:08:46.382Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:08:46.382Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:08:46.382Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662181715853,
  "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-09-03T05:08:46.398Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 26031728-9ab8-417c-92d6-4a19f788b2ef
2022-09-03T05:08:46.398Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26031728-9ab8-417c-92d6-4a19f788b2ef 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-09-03T05:08:46.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:08:46.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "clamp",
  "timestamp": 1662181713963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:08:46.429Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:08:46.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:08:46.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "aai-ml",
  "timestamp": 1662181709979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/artifacts/service-Vfw20220903050730-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:08:46.430Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:08:46.430Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:08:46.430Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662181712772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:08:46.430Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:08:46.430Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:08:46.430Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181710409,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/artifacts/service-Vfw20220903050730-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:08:46.431Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:08:46.431Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:08:46.431Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "clamp",
  "timestamp": 1662181713963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:08:46.431Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:08:46.431Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:08:46.431Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662181712772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:08:46.431Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:08:46.431Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:08:46.432Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "aai-ml",
  "timestamp": 1662181717807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/artifacts/service-Vfw20220903050730-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:08:46.432Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:08:46.432Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:08:46.432Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181718215,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/vfw852e6d943ab50_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:08:46.432Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:08:46.432Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:08:46.432Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "clamp",
  "timestamp": 1662181713963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:08:46.433Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:08:46.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:08:46.433Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662181712772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/artifacts/service-Vfw20220903050730-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:08:46.433Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:08:46.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:08:46.433Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181719291,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:08:46.433Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:08:46.434Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:08:46.434Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "clamp",
  "timestamp": 1662181713963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/artifacts/service-Vfw20220903050730-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:08:46.434Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:08:46.434Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:08:46.434Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662181712772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/artifacts/service-Vfw20220903050730-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:08:46.434Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:08:46.434Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:08:46.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181720348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:08:46.435Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:08:46.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:08:46.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "clamp",
  "timestamp": 1662181713963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/artifacts/service-Vfw20220903050730-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:08:46.435Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:08:46.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:08:46.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181721386,
  "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-09-03T05:08:46.471Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 26031728-9ab8-417c-92d6-4a19f788b2ef
2022-09-03T05:08:46.472Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26031728-9ab8-417c-92d6-4a19f788b2ef 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-09-03T05:08:46.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:08:46.487Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181722393,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/vfw852e6d943ab50_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-03T05:08:46.488Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:08:46.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:08:46.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "clamp",
  "timestamp": 1662181725191,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/artifacts/service-Vfw20220903050730-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:08:46.488Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:08:47.049Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:08:47.049Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-03T05:08:47.051Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:08:47.051Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181725413,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/vfw852e6d943ab50_modules.json",
  "status": "NOTIFIED"
}
2022-09-03T05:08:47.151Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:08:47.152Z||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-09-03T05:08:47.152Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:08:47.165Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:08:47.165Z||pool-52-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:08:48.052Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:08:48.052Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-03T05:08:48.054Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:08:48.054Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181725413,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-03T05:08:48.155Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-03T05:08:48.156Z||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-09-03T05:08:48.156Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:08:48.170Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:08:48.171Z||pool-53-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:08:49.055Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:08:49.056Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-03T05:08:49.058Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:08:49.058Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181725413,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:08:49.159Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:08:49.159Z||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-09-03T05:08:49.159Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:08:49.174Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:08:49.174Z||pool-54-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:08:50.059Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:08:50.060Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-03T05:08:50.062Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:08:50.062Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181725413,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-03T05:08:50.162Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:08:50.163Z||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-09-03T05:08:50.164Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:08:50.178Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:08:50.178Z||pool-55-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:08:51.063Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:08:51.064Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-03T05:08:51.066Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:08:51.066Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181725413,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/artifacts/service-Vfw20220903050730-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:08:51.170Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-09-03T05:08:51.171Z||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-09-03T05:08:51.171Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:08:51.189Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:08:51.189Z||pool-56-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:08:52.067Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:08:52.068Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-03T05:08:52.070Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:08:52.070Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181725413,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/artifacts/service-Vfw20220903050730-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:08:52.171Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:08:52.172Z||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-09-03T05:08:52.172Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:08:52.185Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:08:52.186Z||pool-57-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:08:53.072Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "serviceName": "vFW 2022-09-03 05-07-30",
  "serviceVersion": "1.0",
  "serviceUUID": "824688f3-ce73-4251-955f-9c69cac729ce",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "4516813a-c0a1-4e9a-806f-4653fb0f4774",
  "resources": [
    {
      "resourceInstanceName": "vFW 852e6d94-3ab5 0",
      "resourceCustomizationUUID": "8243f571-1b8d-40e4-92ca-ea3d1ccf3c1f",
      "resourceName": "vFW 852e6d94-3ab5",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2ac2cde0-f9b4-490d-86da-a70481152eb1",
      "resourceInvariantUUID": "38d884a4-da92-4bf0-b4db-11b378c822be",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw852e6d943ab50_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/vfw852e6d943ab50_modules.json",
          "artifactChecksum": "MWFkMzU4NTNjYTkyY2Y1OTkzOTRjNmUyYzBhMmEzODk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a233b23d-1cb6-4620-8315-25a07618870e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "d4b073b8-1d06-43d4-bfd5-68c85a1f02b6",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "777cc360-ed88-4467-a2c7-edecd724c0de",
            "generatedFromUUID": "d4b073b8-1d06-43d4-bfd5-68c85a1f02b6"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "777cc360-ed88-4467-a2c7-edecd724c0de",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220903050730-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/artifacts/service-Vfw20220903050730-csar.csar",
      "artifactChecksum": "OGRjMzI3MzQxM2JmYzMzZjRiMDUzNmNlZjZhZjAyZGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "185d99c1-d317-4891-b01e-5fdf3b71200b"
    }
  ],
  "workloadContext": "Production"
}
2022-09-03T05:08:53.072Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-03T05:08:53.072Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 824688f3-ce73-4251-955f-9c69cac729ce ASDC
2022-09-03T05:08:53.073Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:26031728-9ab8-417c-92d6-4a19f788b2ef
ServiceName:vFW 2022-09-03 05-07-30
ServiceVersion:1.0
ServiceUUID:824688f3-ce73-4251-955f-9c69cac729ce
ServiceInvariantUUID:4516813a-c0a1-4e9a-806f-4653fb0f4774
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220903050730-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220903050730/1.0/artifacts/service-Vfw20220903050730-csar.csar
ArtifactUUID:185d99c1-d317-4891-b01e-5fdf3b71200b
ArtifactChecksum:OGRjMzI3MzQxM2JmYzMzZjRiMDUzNmNlZjZhZjAyZGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 852e6d94-3ab5 0
ResourceCustomizationUUID:8243f571-1b8d-40e4-92ca-ea3d1ccf3c1f
ResourceInvariantUUID:38d884a4-da92-4bf0-b4db-11b378c822be
ResourceName:vFW 852e6d94-3ab5
ResourceType:VF
ResourceUUID:2ac2cde0-f9b4-490d-86da-a70481152eb1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw852e6d943ab50_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/vfw852e6d943ab50_modules.json
ArtifactUUID:a233b23d-1cb6-4620-8315-25a07618870e
ArtifactChecksum:MWFkMzU4NTNjYTkyY2Y1OTkzOTRjNmUyYzBhMmEzODk=
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/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/base_vfw.yaml
ArtifactUUID:d4b073b8-1d06-43d4-bfd5-68c85a1f02b6
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/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/base_vfw.env
ArtifactUUID:777cc360-ed88-4467-a2c7-edecd724c0de
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/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/base_vfw.env
ArtifactUUID:777cc360-ed88-4467-a2c7-edecd724c0de
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-03T05:08:53.073Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 824688f3-ce73-4251-955f-9c69cac729ce 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-09-03T05:08:53.125Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-03T05:08:53.126Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-03T05:08:53.126Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-03T05:08:53.126Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 185d99c1-d317-4891-b01e-5fdf3b71200b from URL: /sdc/v1/catalog/services/Vfw20220903050730/1.0/artifacts/service-Vfw20220903050730-csar.csar
2022-09-03T05:08:53.126Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-03T05:08:53.127Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220903050730/1.0/artifacts/service-Vfw20220903050730-csar.csar
2022-09-03T05:08:53.195Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-03T05:08:53.200Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220903050730/1.0/artifacts/service-Vfw20220903050730-csar.csar 185d99c1-d317-4891-b01e-5fdf3b71200b 98994
2022-09-03T05:08:53.200Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220903050730/1.0/artifacts/service-Vfw20220903050730-csar.csar ASDC sendASDCNotification
2022-09-03T05:08:53.200Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903050730/1.0/artifacts/service-Vfw20220903050730-csar.csar
2022-09-03T05:08:53.200Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T05:08:53.201Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-03T05:08:53.202Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:08:53.203Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181733200,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/artifacts/service-Vfw20220903050730-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:08:53.303Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:08:53.303Z||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-09-03T05:08:53.303Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:08:53.321Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:08:53.322Z||pool-58-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-09-03T05:08:54.203Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-03T05:08:54.204Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-03T05:08:54.205Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 185d99c1-d317-4891-b01e-5fdf3b71200b, URL: /sdc/v1/catalog/services/Vfw20220903050730/1.0/artifacts/service-Vfw20220903050730-csar.csar to file: /app/ASDC/1/service-Vfw20220903050730-csar.csar
2022-09-03T05:08:54.205Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220903050730-csar.csar
2022-09-03T05:08:54.206Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220903050730-csar.csar
2022-09-03T05:08:54.206Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220903050730-csar.csar
2022-09-03T05:08:54.344Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16407584890731339995/Definitions/service-Vfw20220903050730-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-09-03T05:08:56.333Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-03T05:08:56.333Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-09-03T05:08:56.334Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220903050730-csar.csar
2022-09-03T05:08:56.334Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-09-03T05:08:56.334Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220903050730-csar.csar
2022-09-03T05:08:56.334Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220903050730-csar.csar
2022-09-03T05:08:56.334Z|26031728-9ab8-417c-92d6-4a19f788b2ef|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-Vfw20220903050730-csar.csar
2022-09-03T05:08:56.334Z|26031728-9ab8-417c-92d6-4a19f788b2ef|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-Vfw20220903050730-csar.csar
2022-09-03T05:08:56.334Z|26031728-9ab8-417c-92d6-4a19f788b2ef|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-Vfw20220903050730-csar.csar
2022-09-03T05:08:56.334Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220903050730-csar.csar
2022-09-03T05:08:56.334Z|26031728-9ab8-417c-92d6-4a19f788b2ef|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-Vfw20220903050730-csar.csar
2022-09-03T05:08:56.334Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220903050730-csar.csar
2022-09-03T05:08:56.334Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220903050730-csar.csar
2022-09-03T05:08:56.335Z|26031728-9ab8-417c-92d6-4a19f788b2ef|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-Vfw20220903050730-csar.csar
2022-09-03T05:08:56.335Z|26031728-9ab8-417c-92d6-4a19f788b2ef|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-Vfw20220903050730-csar.csar
2022-09-03T05:08:56.335Z|26031728-9ab8-417c-92d6-4a19f788b2ef|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-Vfw20220903050730-csar.csar
2022-09-03T05:08:56.335Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 852e6d94-3ab5 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220903050730-csar.csar
2022-09-03T05:08:56.335Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-09-03T05:08:56.335Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:08:56.335Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-09-03 05-07-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:08:56.335Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template vFW 852e6d94-3ab5 0 is matching search criteria
2022-09-03T05:08:56.336Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-09-03T05:08:56.336Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 852e6d94-3ab5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-03T05:08:56.336Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:08:56.336Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-09-03 05-07-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:08:56.336Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template vFW 852e6d94-3ab5 0 is matching search criteria
2022-09-03T05:08:56.336Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-09-03T05:08:56.337Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 852e6d94-3ab5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-03T05:08:56.337Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:08:56.337Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-09-03 05-07-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:08:56.337Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:08:56.337Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template vFW 852e6d94-3ab5 0 is not matching search criteria
2022-09-03T05:08:56.337Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-03T05:08:56.337Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-03T05:08:56.338Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:08:56.338Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-03T05:08:56.338Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:08:56.338Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-03T05:08:56.338Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-03T05:08:56.338Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-03T05:08:56.338Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-03T05:08:56.338Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:08:56.339Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-03T05:08:56.339Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-03T05:08:56.339Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-03T05:08:56.339Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-03T05:08:56.339Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:08:56.340Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-03T05:08:56.340Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:08:56.340Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-09-03 05-07-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-03T05:08:56.340Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:08:56.340Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template vFW 852e6d94-3ab5 0 is matching search criteria
2022-09-03T05:08:56.340Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 852e6d94-3ab5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:08:56.340Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:08:56.341Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template vFW 852e6d94-3ab5 0 is matching search criteria
2022-09-03T05:08:56.341Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 852e6d94-3ab5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:08:56.341Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:08:56.341Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template vFW 852e6d94-3ab5 0 is matching search criteria
2022-09-03T05:08:56.341Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 852e6d94-3ab5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:08:56.341Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:08:56.341Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template vFW 852e6d94-3ab5 0 is not matching search criteria
2022-09-03T05:08:56.342Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-03T05:08:56.342Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-03T05:08:56.342Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-03T05:08:56.342Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-03T05:08:56.342Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-03T05:08:56.342Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:08:56.342Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-03T05:08:56.343Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-03T05:08:56.343Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-03T05:08:56.343Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-03T05:08:56.343Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:08:56.343Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ff2fba66-47f0-422d-a215-962e91b2cc7c
2022-09-03T05:08:56.343Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:08:56.343Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template vFW 852e6d94-3ab5 0 is not matching search criteria
2022-09-03T05:08:56.343Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-03T05:08:56.344Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-03T05:08:56.344Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:08:56.344Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-03T05:08:56.344Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:08:56.344Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-03T05:08:56.344Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-03T05:08:56.344Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-03T05:08:56.345Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-03T05:08:56.345Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-03T05:08:56.345Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-03T05:08:56.345Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:08:56.345Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7af6bbb5-fee7-4822-b20a-8cffca214daa
2022-09-03T05:08:56.345Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:08:56.345Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template vFW 852e6d94-3ab5 0 is not matching search criteria
2022-09-03T05:08:56.345Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-03T05:08:56.346Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-03T05:08:56.346Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:08:56.346Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-03T05:08:56.346Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:08:56.346Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-03T05:08:56.346Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-03T05:08:56.346Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-03T05:08:56.346Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-03T05:08:56.347Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:08:56.347Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-03T05:08:56.347Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-03T05:08:56.347Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7ee8fb4a-70aa-492a-b09b-10205fb11c3a
2022-09-03T05:08:56.347Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:08:56.347Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-09-03 05-07-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:08:56.347Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:08:56.348Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-09-03 05-07-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:08:56.348Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:08:56.348Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-09-03 05-07-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:08:56.348Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:08:56.348Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-09-03 05-07-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:08:56.348Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-09-03 05-07-30
Description:catalog service description
Model UUID:824688f3-ce73-4251-955f-9c69cac729ce
Model Version:NULL
Model InvariantUuid:4516813a-c0a1-4e9a-806f-4653fb0f4774
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 852e6d94-3ab5
Model UUID:de5cd5a5-cb70-4115-b895-f9ed318b71b4
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:38d884a4-da92-4bf0-b4db-11b378c822be
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8243f571-1b8d-40e4-92ca-ea3d1ccf3c1f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3e7fe6c1-1e1e-4ae5-baa5-2785c0488797
ModelName:Vfw852e6d943ab5..base_vfw..module-0
ModelUuid:c77ddce9-3ca6-4d7f-a730-9480fea0806c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ff2fba66-47f0-422d-a215-962e91b2cc7c
ModelInvariantUuid:736ddbce-6db3-4efb-8dc9-7bb398077d27
ModelName:vFW 852e6d94-3ab5-nodes.vfwCvfc
ModelUuid:2f5b2f98-3ab5-4882-a9cd-d198feb8e7a8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:89288630-500b-4baf-966a-cdc54788c6b4
ModelInvariantUuid:fc06f5d8-c419-4bf3-8bb5-825a4d9f0f76
ModelName:Vfw852e6d943ab5.compute.nodes.heat.vfw
ModelUuid:ed3c1f79-8b35-4ba7-96c5-86dfdd19555d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7af6bbb5-fee7-4822-b20a-8cffca214daa
ModelInvariantUuid:d7c3e618-bc61-4d72-ac71-b0d9c08a94b7
ModelName:vFW 852e6d94-3ab5-nodes.vsnCvfc
ModelUuid:8d3ae1bb-f08b-4faf-8a2d-af35b835cdd5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:3e535398-bf96-4c4e-b583-2e12df9381cd
ModelInvariantUuid:2cfddb7b-9cb2-4809-a098-09911c54c3e7
ModelName:Vfw852e6d943ab5.compute.nodes.heat.vsn
ModelUuid:05aa0f53-bdfb-4173-ba23-dd5964ceccd7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7ee8fb4a-70aa-492a-b09b-10205fb11c3a
ModelInvariantUuid:e7fa8537-b1c9-4daa-889c-168739ac580c
ModelName:vFW 852e6d94-3ab5-nodes.vpgCvfc
ModelUuid:fc90cbeb-9e11-47a0-81c9-3c2ea7f72131
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:a2261a8c-89f9-4754-bbbb-9f0e0137ea12
ModelInvariantUuid:35bf1c4c-6f16-4c9c-b6b2-d0ac6b40bcfc
ModelName:Vfw852e6d943ab5.compute.nodes.heat.vpg
ModelUuid:fe485129-5957-49e6-801b-08cd0d119300
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-09-03T05:08:56.358Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 2ac2cde0-f9b4-490d-86da-a70481152eb1
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-03T05:08:56.363Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||INFO|500||vFW 852e6d94-3ab5 0
2022-09-03T05:08:56.363Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2ac2cde0-f9b4-490d-86da-a70481152eb1
2022-09-03T05:08:56.363Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a233b23d-1cb6-4620-8315-25a07618870e from URL: /sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/vfw852e6d943ab50_modules.json
2022-09-03T05:08:56.363Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-03T05:08:56.363Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/vfw852e6d943ab50_modules.json
2022-09-03T05:08:56.426Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-03T05:08:56.427Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/vfw852e6d943ab50_modules.json a233b23d-1cb6-4620-8315-25a07618870e 785
2022-09-03T05:08:56.427Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/vfw852e6d943ab50_modules.json ASDC sendASDCNotification
2022-09-03T05:08:56.427Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/vfw852e6d943ab50_modules.json
2022-09-03T05:08:56.427Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T05:08:56.428Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-03T05:08:56.429Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:08:56.429Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181736427,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/vfw852e6d943ab50_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:08:56.530Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-03T05:08:56.531Z||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-09-03T05:08:56.531Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:08:56.546Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:08:56.547Z||pool-59-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:08:57.430Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw852e6d943ab5..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "3e7fe6c1-1e1e-4ae5-baa5-2785c0488797",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c77ddce9-3ca6-4d7f-a730-9480fea0806c",
    "vfModuleModelCustomizationUUID": "c6014c08-d508-4c60-85f3-900cc2363cf9",
    "isBase": true,
    "artifacts": [
      "d4b073b8-1d06-43d4-bfd5-68c85a1f02b6",
      "777cc360-ed88-4467-a2c7-edecd724c0de"
    ],
    "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-09-03T05:08:57.433Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw852e6d943ab5..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c77ddce9-3ca6-4d7f-a730-9480fea0806c
VfModuleModelInvariantUUID:3e7fe6c1-1e1e-4ae5-baa5-2785c0488797
VfModuleModelDescription:NULL
Artifacts UUID List:{
d4b073b8-1d06-43d4-bfd5-68c85a1f02b6
,
777cc360-ed88-4467-a2c7-edecd724c0de

}
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-09-03T05:08:57.435Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw852e6d943ab5..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "3e7fe6c1-1e1e-4ae5-baa5-2785c0488797",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c77ddce9-3ca6-4d7f-a730-9480fea0806c",
    "vfModuleModelCustomizationUUID": "c6014c08-d508-4c60-85f3-900cc2363cf9",
    "isBase": true,
    "artifacts": [
      "d4b073b8-1d06-43d4-bfd5-68c85a1f02b6",
      "777cc360-ed88-4467-a2c7-edecd724c0de"
    ],
    "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-09-03T05:08:57.435Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw852e6d943ab5..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c77ddce9-3ca6-4d7f-a730-9480fea0806c
VfModuleModelInvariantUUID:3e7fe6c1-1e1e-4ae5-baa5-2785c0488797
VfModuleModelDescription:NULL
Artifacts UUID List:{
d4b073b8-1d06-43d4-bfd5-68c85a1f02b6
,
777cc360-ed88-4467-a2c7-edecd724c0de

}
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-09-03T05:08:57.435Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d4b073b8-1d06-43d4-bfd5-68c85a1f02b6 from URL: /sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/base_vfw.yaml
2022-09-03T05:08:57.435Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-03T05:08:57.436Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/base_vfw.yaml
2022-09-03T05:08:57.484Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-03T05:08:57.485Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/base_vfw.yaml d4b073b8-1d06-43d4-bfd5-68c85a1f02b6 20368
2022-09-03T05:08:57.485Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-03T05:08:57.485Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/base_vfw.yaml
2022-09-03T05:08:57.485Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T05:08:57.485Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-03T05:08:57.487Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:08:57.487Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181737485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:08:57.587Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:08:57.588Z||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-09-03T05:08:57.588Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:08:57.605Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:08:57.606Z||pool-60-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:08:58.487Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 777cc360-ed88-4467-a2c7-edecd724c0de from URL: /sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/base_vfw.env
2022-09-03T05:08:58.488Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-03T05:08:58.488Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/base_vfw.env
2022-09-03T05:08:58.538Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-03T05:08:58.539Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/base_vfw.env 777cc360-ed88-4467-a2c7-edecd724c0de 2098
2022-09-03T05:08:58.539Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-03T05:08:58.539Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/base_vfw.env
2022-09-03T05:08:58.540Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T05:08:58.540Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-03T05:08:58.542Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:08:58.542Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181738539,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:08:58.642Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:08:58.643Z||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-09-03T05:08:58.643Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:08:58.658Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:08:58.658Z||pool-61-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:08:59.542Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 824688f3-ce73-4251-955f-9c69cac729ce
2022-09-03T05:08:59.543Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 852e6d94-3ab5 0 2ac2cde0-f9b4-490d-86da-a70481152eb1 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-09-03T05:08:59.573Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@38edb079, org.onap.sdc.toscaparser.api.parameters.Input@5d87189c, org.onap.sdc.toscaparser.api.parameters.Input@500dc87, org.onap.sdc.toscaparser.api.parameters.Input@337cec1c, org.onap.sdc.toscaparser.api.parameters.Input@66c7ec72]
2022-09-03T05:08:59.575Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:08:59.575Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-09-03 05-07-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:08:59.576Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-09-03T05:08:59.576Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 8243f571-1b8d-40e4-92ca-ea3d1ccf3c1f
2022-09-03T05:08:59.576Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8243f571-1b8d-40e4-92ca-ea3d1ccf3c1f matches Tosca VF Customization UUID: 8243f571-1b8d-40e4-92ca-ea3d1ccf3c1f
2022-09-03T05:08:59.577Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 8243f571-1b8d-40e4-92ca-ea3d1ccf3c1f  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-09-03T05:08:59.581Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:08:59.581Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-09-03 05-07-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:08:59.582Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 8243f571-1b8d-40e4-92ca-ea3d1ccf3c1f: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-09-03T05:08:59.582Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@544e5bd1
2022-09-03T05:08:59.583Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:08:59.583Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-09-03 05-07-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-03T05:08:59.584Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c6014c08-d508-4c60-85f3-900cc2363cf9
2022-09-03T05:08:59.584Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c6014c08-d508-4c60-85f3-900cc2363cf9
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-09-03T05:08:59.589Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:08:59.589Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template vFW 852e6d94-3ab5 0 is matching search criteria
2022-09-03T05:08:59.590Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 852e6d94-3ab5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:08:59.590Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:08:59.590Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template vFW 852e6d94-3ab5 0 is matching search criteria
2022-09-03T05:08:59.590Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 852e6d94-3ab5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:08:59.591Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:08:59.591Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template vFW 852e6d94-3ab5 0 is not matching search criteria
2022-09-03T05:08:59.591Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-03T05:08:59.591Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-03T05:08:59.592Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-03T05:08:59.592Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-03T05:08:59.592Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-03T05:08:59.592Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:08:59.593Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-03T05:08:59.593Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-03T05:08:59.593Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-03T05:08:59.593Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-03T05:08:59.593Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:08:59.594Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ff2fba66-47f0-422d-a215-962e91b2cc7c
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-09-03T05:08:59.597Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:08:59.598Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template vFW 852e6d94-3ab5 0 is matching search criteria
2022-09-03T05:08:59.598Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 852e6d94-3ab5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:08:59.598Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:08:59.599Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template vFW 852e6d94-3ab5 0 is not matching search criteria
2022-09-03T05:08:59.599Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-03T05:08:59.599Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-03T05:08:59.600Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:08:59.600Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-03T05:08:59.600Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:08:59.601Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-03T05:08:59.601Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-03T05:08:59.601Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-03T05:08:59.602Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-03T05:08:59.602Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-03T05:08:59.602Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-03T05:08:59.603Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:08:59.603Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7af6bbb5-fee7-4822-b20a-8cffca214daa
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-09-03T05:08:59.606Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:08:59.606Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template vFW 852e6d94-3ab5 0 is matching search criteria
2022-09-03T05:08:59.607Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 852e6d94-3ab5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:08:59.607Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:08:59.607Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template vFW 852e6d94-3ab5 0 is not matching search criteria
2022-09-03T05:08:59.608Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-03T05:08:59.608Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-03T05:08:59.608Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:08:59.609Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-03T05:08:59.609Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:08:59.609Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-03T05:08:59.610Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-03T05:08:59.610Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-03T05:08:59.610Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-03T05:08:59.611Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:08:59.611Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-03T05:08:59.611Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-03T05:08:59.612Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7ee8fb4a-70aa-492a-b09b-10205fb11c3a
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-09-03T05:08:59.614Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:08:59.615Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template vFW 852e6d94-3ab5 0 is matching search criteria
2022-09-03T05:08:59.615Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 852e6d94-3ab5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:08:59.616Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:08:59.616Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Node template vFW 852e6d94-3ab5 0 is matching search criteria
2022-09-03T05:08:59.616Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 852e6d94-3ab5 0] matching following query criteria: sdcType=VF, customizationUUID=8243f571-1b8d-40e4-92ca-ea3d1ccf3c1f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-03T05:08:59.619Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:08:59.619Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-09-03 05-07-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:08:59.619Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 824688f3-ce73-4251-955f-9c69cac729ce: vFW 852e6d94-3ab5
2022-09-03T05:08:59.620Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:08:59.620Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-09-03 05-07-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:08:59.620Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:08:59.620Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-09-03 05-07-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:08:59.621Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:08:59.621Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-09-03 05-07-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:08:59.621Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:08:59.622Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-09-03 05-07-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:08:59.622Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:08:59.622Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-09-03 05-07-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:08:59.623Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-09-03 05-07-30 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-03T05:08:59.987Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 852e6d94-3ab5 2ac2cde0-f9b4-490d-86da-a70481152eb1 1 ASDC deployResourceStructure
2022-09-03T05:08:59.988Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/vfw852e6d943ab50_modules.json ASDC sendASDCNotification
2022-09-03T05:08:59.988Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/vfw852e6d943ab50_modules.json
2022-09-03T05:08:59.988Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T05:08:59.988Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-03T05:08:59.990Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:08:59.990Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181739988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/vfw852e6d943ab50_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-03T05:09:00.090Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:09:00.091Z||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-09-03T05:09:00.091Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:09:00.104Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:09:00.104Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:09:00.991Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-03T05:09:00.992Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/base_vfw.yaml
2022-09-03T05:09:00.992Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T05:09:00.992Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-03T05:09:00.994Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:09:00.994Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181740991,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-09-03T05:09:01.095Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:09:01.096Z||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-09-03T05:09:01.096Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:09:01.112Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:09:01.112Z||pool-63-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:09:01.996Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-03T05:09:01.996Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/base_vfw.env
2022-09-03T05:09:01.996Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T05:09:01.996Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-03T05:09:01.998Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:09:01.998Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181741996,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-09-03T05:09:02.098Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:09:02.099Z||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-09-03T05:09:02.099Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:09:02.113Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:09:02.114Z||pool-64-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-09-03T05:09:02.999Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220903050730/1.0/artifacts/service-Vfw20220903050730-csar.csar ASDC sendASDCNotification
2022-09-03T05:09:03.000Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903050730/1.0/artifacts/service-Vfw20220903050730-csar.csar
2022-09-03T05:09:03.000Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T05:09:03.000Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-03T05:09:03.002Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:09:03.002Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181742999,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/artifacts/service-Vfw20220903050730-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:09:03.103Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:09:03.103Z||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-09-03T05:09:03.103Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:09:03.118Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:09:03.118Z||pool-65-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-09-03T05:09:04.003Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 26031728-9ab8-417c-92d6-4a19f788b2ef
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:09:04.029Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 26031728-9ab8-417c-92d6-4a19f788b2ef
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:09:04.039Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:09:04.039Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-03T05:09:04.039Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-03T05:09:34.039Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 26031728-9ab8-417c-92d6-4a19f788b2ef
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:09:34.060Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 26031728-9ab8-417c-92d6-4a19f788b2ef
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:09:34.069Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:09:34.069Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-03T05:09:34.069Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-03T05:09:45.415Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:09:45.416Z||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-09-03T05:09:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T05:09:45.543Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:09:45.544Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:09:45.544Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "aai-ml",
  "timestamp": 1662181726963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/artifacts/service-Vfw20220903050730-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-09-03T05:09:45.545Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:10:04.070Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 26031728-9ab8-417c-92d6-4a19f788b2ef
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:10:04.082Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 26031728-9ab8-417c-92d6-4a19f788b2ef
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:10:04.085Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:10:04.085Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-03T05:10:04.085Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-03T05:10:34.085Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 26031728-9ab8-417c-92d6-4a19f788b2ef
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:10:34.123Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 26031728-9ab8-417c-92d6-4a19f788b2ef
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:10:34.129Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:10:34.129Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-03T05:10:34.129Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-03T05:10:45.415Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:10:45.417Z||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-09-03T05:10:45.417Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T05:10:45.947Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:10:45.948Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:10:45.948Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181725413,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:10:45.950Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:10:45.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:10:45.950Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "clamp",
  "timestamp": 1662181727200,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/artifacts/service-Vfw20220903050730-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:10:45.950Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:10:45.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:10:45.950Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "aai-ml",
  "timestamp": 1662181727968,
  "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-09-03T05:10:45.973Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 26031728-9ab8-417c-92d6-4a19f788b2ef
2022-09-03T05:10:45.973Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26031728-9ab8-417c-92d6-4a19f788b2ef 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-09-03T05:10:45.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:10:45.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181725413,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/vfw852e6d943ab50_modules.json",
  "status": "NOTIFIED"
}
2022-09-03T05:10:45.999Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:10:45.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:10:45.999Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "clamp",
  "timestamp": 1662181728204,
  "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-09-03T05:10:46.004Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 26031728-9ab8-417c-92d6-4a19f788b2ef
2022-09-03T05:10:46.004Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26031728-9ab8-417c-92d6-4a19f788b2ef 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-09-03T05:10:46.024Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:10:46.025Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181725413,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-03T05:10:46.025Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:10:46.025Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:10:46.025Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181725413,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:10:46.025Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:10:46.025Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:10:46.025Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181725413,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-03T05:10:46.026Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:10:46.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:10:46.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181725413,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/artifacts/service-Vfw20220903050730-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:10:46.026Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:10:46.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:10:46.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181725413,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/artifacts/service-Vfw20220903050730-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:10:46.026Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:10:46.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:10:46.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181733200,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/artifacts/service-Vfw20220903050730-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:10:46.027Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:10:46.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:10:46.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181736427,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/vfw852e6d943ab50_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:10:46.027Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:10:46.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:10:46.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181737485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:10:46.028Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:10:46.028Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:10:46.028Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181738539,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:10:46.028Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:10:46.028Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:10:46.028Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181739988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/vfw852e6d943ab50_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-03T05:10:46.028Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:10:46.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:10:46.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181740991,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-09-03T05:10:46.030Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:10:46.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:10:46.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181741996,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/resourceInstances/vfw852e6d943ab50/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-09-03T05:10:46.030Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:10:46.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:10:46.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181742999,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903050730/1.0/artifacts/service-Vfw20220903050730-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:10:46.031Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:11:04.130Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 26031728-9ab8-417c-92d6-4a19f788b2ef
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:11:04.174Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 26031728-9ab8-417c-92d6-4a19f788b2ef
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:11:04.191Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:11:04.192Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-03T05:11:04.192Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-03T05:11:04.192Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-03T05:11:04.192Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-09-03T05:11:04.192Z|26031728-9ab8-417c-92d6-4a19f788b2ef|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-09-03T05:11:04.235Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-03T05:11:34.235Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 26031728-9ab8-417c-92d6-4a19f788b2ef 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-09-03T05:11:34.249Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 26031728-9ab8-417c-92d6-4a19f788b2ef and serviceModelVersionId: 824688f3-ce73-4251-955f-9c69cac729ce
2022-09-03T05:11:34.249Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4516813a-c0a1-4e9a-806f-4653fb0f4774
2022-09-03T05:11:34.250Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0
2022-09-03T05:11:34.256Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-09-03T05:11:34.311Z|26031728-9ab8-417c-92d6-4a19f788b2ef|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/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?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-09-03T05:11:34.313Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Invoke
2022-09-03T05:11:35.835Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?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-09-03T05:11:35.836Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Invoke
2022-09-03T05:11:37.372Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?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-09-03T05:11:37.374Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Invoke
2022-09-03T05:11:38.406Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T05:11:38.409Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?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-09-03T05:11:38.410Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T05:11:38.410Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?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-09-03T05:11:38.436Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?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-09-03T05:11:38.436Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 26031728-9ab8-417c-92d6-4a19f788b2ef and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T05:11:38.436Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-03T05:11:38.437Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:11:38.439Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:11:38.440Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||try to send status {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181898436,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-03T05:11:38.543Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-09-03T05:11:38.544Z||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-09-03T05:11:38.544Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:11:38.565Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:11:38.565Z||pool-66-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-03T05:11:39.465Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:11:39.465Z||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-09-03T05:11:39.465Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T05:11:43.889Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:11:43.890Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:11:43.890Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"0c98cf6c-0753-44ec-a990-5a5b27837b15","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"e9d8e8f5-7a7d-4683-b896-b25dc60fc153","serviceDescription":"service","serviceInvariantUUID":"ebc20753-8d8c-40f4-89b7-7b069265639d","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"1479f1a3-fcd6-49c9-a253-79452ee026f2","resourceInvariantUUID":"16ed7425-0971-4cf5-93e0-5f9747017ae1","resourceCustomizationUUID":"3b6a765c-022c-4936-8f46-66b934c91a47","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":"ZjdiNTY4YTkyNWUyM2Q0MWEzZGYzNmVkYzJlMGRhOWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"607a603c-1fcc-49c7-97a8-eaff101e5e4a","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NzJhYTc3MTZmNzY2MjdlZTE2YmYzMzE3YTkzYjFmZTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"087ded2d-ab04-4bf1-a1ee-603deef91b4b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-03T05:11:43.893Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:11:43.893Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-03T05:11:43.895Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:11:43.895Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0c98cf6c-0753-44ec-a990-5a5b27837b15",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181899464,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:11:43.995Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:11:43.996Z||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-09-03T05:11:43.996Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:11:44.014Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:11:44.014Z||pool-67-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:11:44.896Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:11:44.897Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-03T05:11:44.900Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:11:44.900Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0c98cf6c-0753-44ec-a990-5a5b27837b15",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181899464,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:11:45.000Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:11:45.001Z||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-09-03T05:11:45.001Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:11:45.028Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:11:45.029Z||pool-68-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:11:45.415Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:11:45.416Z||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-09-03T05:11:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T05:11:45.902Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "0c98cf6c-0753-44ec-a990-5a5b27837b15",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "e9d8e8f5-7a7d-4683-b896-b25dc60fc153",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ebc20753-8d8c-40f4-89b7-7b069265639d",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "3b6a765c-022c-4936-8f46-66b934c91a47",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "1479f1a3-fcd6-49c9-a253-79452ee026f2",
      "resourceInvariantUUID": "16ed7425-0971-4cf5-93e0-5f9747017ae1",
      "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": "NzJhYTc3MTZmNzY2MjdlZTE2YmYzMzE3YTkzYjFmZTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "087ded2d-ab04-4bf1-a1ee-603deef91b4b"
    }
  ],
  "workloadContext": "Production"
}
2022-09-03T05:11:45.902Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-03T05:11:45.902Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e9d8e8f5-7a7d-4683-b896-b25dc60fc153 ASDC
2022-09-03T05:11:45.903Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:0c98cf6c-0753-44ec-a990-5a5b27837b15
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:e9d8e8f5-7a7d-4683-b896-b25dc60fc153
ServiceInvariantUUID:ebc20753-8d8c-40f4-89b7-7b069265639d
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:087ded2d-ab04-4bf1-a1ee-603deef91b4b
ArtifactChecksum:NzJhYTc3MTZmNzY2MjdlZTE2YmYzMzE3YTkzYjFmZTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:3b6a765c-022c-4936-8f46-66b934c91a47
ResourceInvariantUUID:16ed7425-0971-4cf5-93e0-5f9747017ae1
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:1479f1a3-fcd6-49c9-a253-79452ee026f2
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-09-03T05:11:45.903Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e9d8e8f5-7a7d-4683-b896-b25dc60fc153 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-09-03T05:11:45.956Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-03T05:11:45.957Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-03T05:11:45.957Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-03T05:11:45.957Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 087ded2d-ab04-4bf1-a1ee-603deef91b4b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-03T05:11:45.958Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-03T05:11:45.958Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-03T05:11:46.049Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:11:46.050Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T05:11:46.050Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c98cf6c-0753-44ec-a990-5a5b27837b15",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662181892772,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:11:46.051Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:11:46.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T05:11:46.052Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c98cf6c-0753-44ec-a990-5a5b27837b15",
  "consumerID": "aai-ml",
  "timestamp": 1662181889978,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:11:46.052Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:11:46.052Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T05:11:46.052Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c98cf6c-0753-44ec-a990-5a5b27837b15",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181890408,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:11:46.052Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:11:46.052Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T05:11:46.052Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c98cf6c-0753-44ec-a990-5a5b27837b15",
  "consumerID": "clamp",
  "timestamp": 1662181893963,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:11:46.053Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:11:46.053Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T05:11:46.053Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c98cf6c-0753-44ec-a990-5a5b27837b15",
  "consumerID": "aai-ml",
  "timestamp": 1662181889978,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:11:46.053Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:11:46.053Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T05:11:46.053Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c98cf6c-0753-44ec-a990-5a5b27837b15",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662181892772,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:11:46.054Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:11:46.054Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T05:11:46.054Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c98cf6c-0753-44ec-a990-5a5b27837b15",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181890408,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:11:46.054Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:11:46.054Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T05:11:46.054Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c98cf6c-0753-44ec-a990-5a5b27837b15",
  "consumerID": "clamp",
  "timestamp": 1662181893963,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:11:46.054Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:11:46.055Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T05:11:46.055Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c98cf6c-0753-44ec-a990-5a5b27837b15",
  "consumerID": "aai-ml",
  "timestamp": 1662181896765,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:11:46.055Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:11:46.055Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T05:11:46.055Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26031728-9ab8-417c-92d6-4a19f788b2ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181898436,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-03T05:11:46.055Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:11:46.056Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T05:11:46.056Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c98cf6c-0753-44ec-a990-5a5b27837b15",
  "consumerID": "cds",
  "timestamp": 1662181899191,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:11:46.056Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:11:46.056Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T05:11:46.056Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c98cf6c-0753-44ec-a990-5a5b27837b15",
  "consumerID": "cds",
  "timestamp": 1662181899191,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:11:46.056Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:11:46.057Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T05:11:46.057Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c98cf6c-0753-44ec-a990-5a5b27837b15",
  "consumerID": "aai-ml",
  "timestamp": 1662181900941,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-09-03T05:11:46.057Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:11:46.057Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T05:11:46.057Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c98cf6c-0753-44ec-a990-5a5b27837b15",
  "consumerID": "policy-id",
  "timestamp": 1662181900377,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:11:46.057Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:11:46.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T05:11:46.058Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c98cf6c-0753-44ec-a990-5a5b27837b15",
  "consumerID": "aai-ml",
  "timestamp": 1662181901945,
  "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-09-03T05:11:46.078Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 0c98cf6c-0753-44ec-a990-5a5b27837b15
2022-09-03T05:11:46.078Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c98cf6c-0753-44ec-a990-5a5b27837b15 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-09-03T05:11:46.094Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T05:11:46.094Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c98cf6c-0753-44ec-a990-5a5b27837b15",
  "consumerID": "cds",
  "timestamp": 1662181901996,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:11:46.094Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:11:46.094Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T05:11:46.095Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c98cf6c-0753-44ec-a990-5a5b27837b15",
  "consumerID": "policy-id",
  "timestamp": 1662181900377,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:11:46.095Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:11:46.095Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T05:11:46.095Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c98cf6c-0753-44ec-a990-5a5b27837b15",
  "consumerID": "cds",
  "timestamp": 1662181903004,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-09-03T05:11:46.103Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-03T05:11:46.106Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 087ded2d-ab04-4bf1-a1ee-603deef91b4b 52515
2022-09-03T05:11:46.107Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-09-03T05:11:46.107Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-03T05:11:46.107Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T05:11:46.108Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-03T05:11:46.110Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-03T05:11:46.110Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0c98cf6c-0753-44ec-a990-5a5b27837b15",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181906107,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:11:46.116Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0c98cf6c-0753-44ec-a990-5a5b27837b15
2022-09-03T05:11:46.116Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c98cf6c-0753-44ec-a990-5a5b27837b15 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-09-03T05:11:46.133Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T05:11:46.134Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c98cf6c-0753-44ec-a990-5a5b27837b15",
  "consumerID": "policy-id",
  "timestamp": 1662181903152,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:11:46.134Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:11:46.134Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T05:11:46.134Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c98cf6c-0753-44ec-a990-5a5b27837b15",
  "consumerID": "policy-id",
  "timestamp": 1662181904157,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:11:46.135Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:11:46.135Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T05:11:46.135Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c98cf6c-0753-44ec-a990-5a5b27837b15",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181899464,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:11:46.135Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:11:46.135Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T05:11:46.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c98cf6c-0753-44ec-a990-5a5b27837b15",
  "consumerID": "clamp",
  "timestamp": 1662181905223,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:11:46.136Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:11:46.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T05:11:46.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c98cf6c-0753-44ec-a990-5a5b27837b15",
  "consumerID": "policy-id",
  "timestamp": 1662181905160,
  "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-09-03T05:11:46.143Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0c98cf6c-0753-44ec-a990-5a5b27837b15
2022-09-03T05:11:46.143Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c98cf6c-0753-44ec-a990-5a5b27837b15 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-09-03T05:11:46.193Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T05:11:46.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c98cf6c-0753-44ec-a990-5a5b27837b15",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181899464,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:11:46.194Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:11:46.210Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-03T05:11:46.211Z||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-09-03T05:11:46.211Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:11:46.226Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:11:46.227Z||pool-69-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:11:47.111Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-03T05:11:47.112Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-03T05:11:47.112Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 087ded2d-ab04-4bf1-a1ee-603deef91b4b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-03T05:11:47.112Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-09-03T05:11:47.113Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-03T05:11:47.113Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-03T05:11:47.271Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8301427287870932080/Definitions/service-BasicNetwork-template.yml
2022-09-03T05:11:47.750Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-03T05:11:47.750Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-09-03T05:11:47.751Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-03T05:11:47.751Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-09-03T05:11:47.751Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||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-09-03T05:11:47.751Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||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-09-03T05:11:47.751Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||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-09-03T05:11:47.751Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||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-09-03T05:11:47.751Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|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-BasicNetwork-csar.csar
2022-09-03T05:11:47.751Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||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-09-03T05:11:47.751Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||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-09-03T05:11:47.751Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||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-09-03T05:11:47.751Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-09-03T05:11:47.752Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:11:47.752Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:11:47.752Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-09-03T05:11:47.752Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-09-03T05:11:47.752Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-03T05:11:47.753Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:11:47.753Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:11:47.753Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-09-03T05:11:47.753Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-09-03T05:11:47.753Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-03T05:11:47.753Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:11:47.753Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:11:47.754Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:11:47.754Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:11:47.754Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:11:47.754Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:11:47.754Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:11:47.755Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:11:47.755Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:11:47.755Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:11:47.755Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:e9d8e8f5-7a7d-4683-b896-b25dc60fc153
Model Version:NULL
Model InvariantUuid:ebc20753-8d8c-40f4-89b7-7b069265639d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:16ed7425-0971-4cf5-93e0-5f9747017ae1
Model UUID:cbf33b9d-8e03-42bb-9cbe-5c1521d36559
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:3b6a765c-022c-4936-8f46-66b934c91a47
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-09-03T05:11:47.793Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: 1479f1a3-fcd6-49c9-a253-79452ee026f2
2022-09-03T05:11:47.793Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||INFO|500||No resources found for Service: e9d8e8f5-7a7d-4683-b896-b25dc60fc153
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-03T05:11:47.798Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||INFO|500||
2022-09-03T05:11:47.798Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-09-03T05:11:47.799Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||No resources found for Service: e9d8e8f5-7a7d-4683-b896-b25dc60fc153
2022-09-03T05:11:47.799Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: e9d8e8f5-7a7d-4683-b896-b25dc60fc153
2022-09-03T05:11:47.799Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-09-03T05:11:47.800Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||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-09-03T05:11:47.813Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6d0267bf, org.onap.sdc.toscaparser.api.parameters.Input@53f9bb4e, org.onap.sdc.toscaparser.api.parameters.Input@498e5633, org.onap.sdc.toscaparser.api.parameters.Input@55dc25bf, org.onap.sdc.toscaparser.api.parameters.Input@2b1d9f24]
2022-09-03T05:11:47.814Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:11:47.815Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:11:47.815Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:11:47.815Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:11:47.815Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid e9d8e8f5-7a7d-4683-b896-b25dc60fc153: Generic NeutronNet
2022-09-03T05:11:47.815Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:11:47.816Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:11:47.816Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:11:47.816Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||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-09-03T05:11:47.868Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:11:47.868Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:11:47.868Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:11:47.868Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:11:47.869Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:11:47.869Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:11:47.869Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||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-09-03T05:11:47.983Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-09-03T05:11:47.983Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-09-03T05:11:47.983Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-03T05:11:47.983Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T05:11:47.983Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-03T05:11:47.985Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:11:47.985Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0c98cf6c-0753-44ec-a990-5a5b27837b15",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181907983,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:11:48.085Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:11:48.086Z||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-09-03T05:11:48.086Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:11:48.101Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:11:48.101Z||pool-70-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:11:48.986Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0c98cf6c-0753-44ec-a990-5a5b27837b15
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:11:49.025Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0c98cf6c-0753-44ec-a990-5a5b27837b15
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:11:49.037Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:11:49.037Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-03T05:11:49.037Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-03T05:11:49.037Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-03T05:12:19.038Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0c98cf6c-0753-44ec-a990-5a5b27837b15
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:12:19.066Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0c98cf6c-0753-44ec-a990-5a5b27837b15
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:12:19.069Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:12:19.069Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-03T05:12:19.069Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-03T05:12:19.070Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-03T05:12:45.415Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:12:45.416Z||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-09-03T05:12:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T05:12:45.544Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:12:45.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T05:12:45.544Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c98cf6c-0753-44ec-a990-5a5b27837b15",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181906107,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:12:45.545Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:12:49.070Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0c98cf6c-0753-44ec-a990-5a5b27837b15
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:12:49.081Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0c98cf6c-0753-44ec-a990-5a5b27837b15
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:12:49.083Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:12:49.083Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-03T05:12:49.083Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-03T05:12:49.083Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-03T05:13:19.084Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0c98cf6c-0753-44ec-a990-5a5b27837b15
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:13:19.105Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0c98cf6c-0753-44ec-a990-5a5b27837b15
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:13:19.119Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:13:19.120Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-03T05:13:19.120Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-03T05:13:19.120Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-03T05:13:45.415Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:13:45.416Z||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-09-03T05:13:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T05:13:45.450Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:13:45.452Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.452Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c98cf6c-0753-44ec-a990-5a5b27837b15",
  "consumerID": "clamp",
  "timestamp": 1662181907231,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:13:45.453Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:13:45.453Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.453Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c98cf6c-0753-44ec-a990-5a5b27837b15",
  "consumerID": "clamp",
  "timestamp": 1662181908235,
  "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-09-03T05:13:45.462Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0c98cf6c-0753-44ec-a990-5a5b27837b15
2022-09-03T05:13:45.462Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c98cf6c-0753-44ec-a990-5a5b27837b15 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-09-03T05:13:45.472Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.472Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c98cf6c-0753-44ec-a990-5a5b27837b15",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662181907983,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:13:45.472Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:13:45.472Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.472Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c98cf6c-0753-44ec-a990-5a5b27837b15",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662181912109,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:13:45.472Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:13:45.472Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.473Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c98cf6c-0753-44ec-a990-5a5b27837b15",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662181912109,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:13:45.473Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:13:45.473Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.473Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c98cf6c-0753-44ec-a990-5a5b27837b15",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662181914879,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:13:45.473Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:13:45.473Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.473Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c98cf6c-0753-44ec-a990-5a5b27837b15",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662181916705,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:13:45.473Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:13:45.473Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.473Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c98cf6c-0753-44ec-a990-5a5b27837b15",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662181917709,
  "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-09-03T05:13:45.488Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0c98cf6c-0753-44ec-a990-5a5b27837b15
2022-09-03T05:13:45.488Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c98cf6c-0753-44ec-a990-5a5b27837b15 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-09-03T05:13:45.500Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.500Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "clamp",
  "timestamp": 1662181923963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/resourceInstances/pnf6fbdd748998c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:13:45.500Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:13:45.501Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.501Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "cds",
  "timestamp": 1662181929191,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/resourceInstances/pnf6fbdd748998c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:13:45.501Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:13:45.501Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.501Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "aai-ml",
  "timestamp": 1662181919978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/resourceInstances/pnf6fbdd748998c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:13:45.501Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:13:45.501Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.501Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "policy-id",
  "timestamp": 1662181920374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/resourceInstances/pnf6fbdd748998c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:13:45.501Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:13:45.501Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.501Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181930408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/resourceInstances/pnf6fbdd748998c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:13:45.502Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:13:45.502Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.502Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "aai-ml",
  "timestamp": 1662181919978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/resourceInstances/pnf6fbdd748998c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:13:45.502Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:13:45.502Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.502Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "cds",
  "timestamp": 1662181929191,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/resourceInstances/pnf6fbdd748998c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:13:45.502Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:13:45.502Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.502Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "clamp",
  "timestamp": 1662181923963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/resourceInstances/pnf6fbdd748998c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:13:45.502Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:13:45.503Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.503Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "policy-id",
  "timestamp": 1662181920374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/resourceInstances/pnf6fbdd748998c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:13:45.503Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:13:45.503Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.503Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181930408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/resourceInstances/pnf6fbdd748998c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:13:45.503Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:13:45.503Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.503Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "aai-ml",
  "timestamp": 1662181919978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/resourceInstances/pnf6fbdd748998c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:13:45.504Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:13:45.504Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.504Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "cds",
  "timestamp": 1662181929191,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/resourceInstances/pnf6fbdd748998c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:13:45.504Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:13:45.504Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.504Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "clamp",
  "timestamp": 1662181923963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/resourceInstances/pnf6fbdd748998c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:13:45.504Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:13:45.504Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.504Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "policy-id",
  "timestamp": 1662181920374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/resourceInstances/pnf6fbdd748998c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:13:45.504Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:13:45.504Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.504Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181930408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/resourceInstances/pnf6fbdd748998c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:13:45.504Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:13:45.505Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.505Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "aai-ml",
  "timestamp": 1662181919978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/resourceInstances/pnf6fbdd748998c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:13:45.505Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:13:45.505Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.505Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "clamp",
  "timestamp": 1662181923963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/resourceInstances/pnf6fbdd748998c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:13:45.505Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:13:45.505Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.505Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "cds",
  "timestamp": 1662181929191,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/resourceInstances/pnf6fbdd748998c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:13:45.505Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:13:45.505Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.505Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "policy-id",
  "timestamp": 1662181920374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/resourceInstances/pnf6fbdd748998c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:13:45.505Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:13:45.506Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.506Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662181932773,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/resourceInstances/pnf6fbdd748998c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:13:45.506Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:13:45.506Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.506Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181930408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/resourceInstances/pnf6fbdd748998c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:13:45.506Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:13:45.506Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.506Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "aai-ml",
  "timestamp": 1662181919978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/resourceInstances/pnf6fbdd748998c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:13:45.506Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:13:45.506Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.506Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "clamp",
  "timestamp": 1662181923963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/resourceInstances/pnf6fbdd748998c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:13:45.507Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:13:45.507Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.507Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "cds",
  "timestamp": 1662181929191,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/resourceInstances/pnf6fbdd748998c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:13:45.507Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:13:45.507Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.507Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "policy-id",
  "timestamp": 1662181920374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/resourceInstances/pnf6fbdd748998c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:13:45.507Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:13:45.507Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.507Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662181932773,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/resourceInstances/pnf6fbdd748998c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:13:45.507Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:13:45.507Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.507Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181930408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/resourceInstances/pnf6fbdd748998c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:13:45.508Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:13:45.508Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.508Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "aai-ml",
  "timestamp": 1662181919978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/resourceInstances/pnf6fbdd748998c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:13:45.508Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:13:45.508Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.508Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "clamp",
  "timestamp": 1662181923963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/resourceInstances/pnf6fbdd748998c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:13:45.508Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:13:45.508Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.508Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "cds",
  "timestamp": 1662181929191,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/resourceInstances/pnf6fbdd748998c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:13:45.508Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:13:45.508Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.508Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "policy-id",
  "timestamp": 1662181920374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/resourceInstances/pnf6fbdd748998c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:13:45.509Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:13:45.509Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.509Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662181932773,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/resourceInstances/pnf6fbdd748998c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:13:45.509Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:13:45.509Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.509Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181930408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/resourceInstances/pnf6fbdd748998c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:13:45.509Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:13:45.509Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.509Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "aai-ml",
  "timestamp": 1662181919978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/artifacts/service-DemoPnfOkvuk8monmawhwa5cdha-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:13:45.509Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:13:45.509Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.510Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "clamp",
  "timestamp": 1662181923963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/artifacts/service-DemoPnfOkvuk8monmawhwa5cdha-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:13:45.510Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:13:45.510Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.510Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "cds",
  "timestamp": 1662181929191,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/artifacts/service-DemoPnfOkvuk8monmawhwa5cdha-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:13:45.510Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:13:45.510Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.510Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "policy-id",
  "timestamp": 1662181920374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/artifacts/service-DemoPnfOkvuk8monmawhwa5cdha-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:13:45.510Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:13:45.510Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.510Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662181932773,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/resourceInstances/pnf6fbdd748998c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:13:45.510Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:13:45.510Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.511Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181930408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/artifacts/service-DemoPnfOkvuk8monmawhwa5cdha-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:13:45.511Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:13:45.511Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.511Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "aai-ml",
  "timestamp": 1662181919978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/artifacts/service-DemoPnfOkvuk8monmawhwa5cdha-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:13:45.511Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:13:45.511Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.511Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "clamp",
  "timestamp": 1662181923963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/artifacts/service-DemoPnfOkvuk8monmawhwa5cdha-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:13:45.511Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:13:45.511Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.511Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "cds",
  "timestamp": 1662181929191,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/artifacts/service-DemoPnfOkvuk8monmawhwa5cdha-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:13:45.511Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:13:45.512Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "policy-id",
  "timestamp": 1662181920374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/artifacts/service-DemoPnfOkvuk8monmawhwa5cdha-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:13:45.512Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:13:45.512Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662181932773,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/resourceInstances/pnf6fbdd748998c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:13:45.512Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:13:45.512Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181930408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/artifacts/service-DemoPnfOkvuk8monmawhwa5cdha-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:13:45.512Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:13:45.512Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "aai-ml",
  "timestamp": 1662181938098,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/artifacts/service-DemoPnfOkvuk8monmawhwa5cdha-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:13:45.513Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:13:45.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "policy-id",
  "timestamp": 1662181937878,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/artifacts/service-DemoPnfOkvuk8monmawhwa5cdha-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:13:45.513Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:13:45.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "cds",
  "timestamp": 1662181938277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/artifacts/service-DemoPnfOkvuk8monmawhwa5cdha-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:13:45.513Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:13:45.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662181932773,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/resourceInstances/pnf6fbdd748998c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-09-03T05:13:45.513Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:13:45.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "policy-id",
  "timestamp": 1662181938886,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/artifacts/service-DemoPnfOkvuk8monmawhwa5cdha-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:13:45.514Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:13:45.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "cds",
  "timestamp": 1662181939287,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/artifacts/service-DemoPnfOkvuk8monmawhwa5cdha-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-09-03T05:13:45.531Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 49771f3b-1204-4d0c-bfc6-eb7435a21889
2022-09-03T05:13:45.532Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49771f3b-1204-4d0c-bfc6-eb7435a21889 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-09-03T05:13:45.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662181932773,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/artifacts/service-DemoPnfOkvuk8monmawhwa5cdha-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:13:45.540Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:13:45.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "policy-id",
  "timestamp": 1662181939889,
  "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-09-03T05:13:45.544Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 49771f3b-1204-4d0c-bfc6-eb7435a21889
2022-09-03T05:13:45.545Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49771f3b-1204-4d0c-bfc6-eb7435a21889 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-09-03T05:13:45.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662181932773,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/artifacts/service-DemoPnfOkvuk8monmawhwa5cdha-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:13:45.553Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:13:45.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662181941631,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/resourceInstances/pnf6fbdd748998c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:13:45.553Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:13:45.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662181942109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/resourceInstances/pnf6fbdd748998c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:13:45.553Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:13:45.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662181942936,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/resourceInstances/pnf6fbdd748998c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-09-03T05:13:45.554Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:13:45.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "aai-ml",
  "timestamp": 1662181943245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/artifacts/service-DemoPnfOkvuk8monmawhwa5cdha-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-09-03T05:13:45.554Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:13:45.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662181942109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/resourceInstances/pnf6fbdd748998c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:13:45.554Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:13:45.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662181943940,
  "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-09-03T05:13:45.559Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 49771f3b-1204-4d0c-bfc6-eb7435a21889
2022-09-03T05:13:45.559Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49771f3b-1204-4d0c-bfc6-eb7435a21889 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-09-03T05:13:45.566Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.566Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "aai-ml",
  "timestamp": 1662181944248,
  "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-09-03T05:13:45.570Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 49771f3b-1204-4d0c-bfc6-eb7435a21889
2022-09-03T05:13:45.570Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49771f3b-1204-4d0c-bfc6-eb7435a21889 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-09-03T05:13:45.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662181942109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/resourceInstances/pnf6fbdd748998c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:13:45.578Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:13:45.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "clamp",
  "timestamp": 1662181945230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/artifacts/service-DemoPnfOkvuk8monmawhwa5cdha-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:13:45.578Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:13:45.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662181942109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/resourceInstances/pnf6fbdd748998c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:13:45.579Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:13:45.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662181942109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/resourceInstances/pnf6fbdd748998c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:13:45.579Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:13:45.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "clamp",
  "timestamp": 1662181947243,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/artifacts/service-DemoPnfOkvuk8monmawhwa5cdha-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:13:45.579Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:13:45.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662181942109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/resourceInstances/pnf6fbdd748998c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:13:45.579Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:13:45.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "clamp",
  "timestamp": 1662181948247,
  "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-09-03T05:13:45.583Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 49771f3b-1204-4d0c-bfc6-eb7435a21889
2022-09-03T05:13:45.583Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49771f3b-1204-4d0c-bfc6-eb7435a21889 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-09-03T05:13:45.592Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.592Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662181942109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/artifacts/service-DemoPnfOkvuk8monmawhwa5cdha-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:13:45.592Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:13:45.592Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.592Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662181942109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/artifacts/service-DemoPnfOkvuk8monmawhwa5cdha-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:13:45.593Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:13:45.593Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.593Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662181950911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/artifacts/service-DemoPnfOkvuk8monmawhwa5cdha-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:13:45.593Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:13:45.593Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.593Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662181952883,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/artifacts/service-DemoPnfOkvuk8monmawhwa5cdha-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:13:45.593Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:13:45.593Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:13:45.593Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662181953888,
  "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-09-03T05:13:45.597Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 49771f3b-1204-4d0c-bfc6-eb7435a21889
2022-09-03T05:13:45.598Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49771f3b-1204-4d0c-bfc6-eb7435a21889 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-09-03T05:13:49.120Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0c98cf6c-0753-44ec-a990-5a5b27837b15
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:13:49.132Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0c98cf6c-0753-44ec-a990-5a5b27837b15
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:13:49.157Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:13:49.157Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-03T05:13:49.157Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-03T05:13:49.157Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-03T05:13:49.158Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-09-03T05:13:49.158Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|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-09-03T05:13:49.166Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-03T05:14:19.167Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0c98cf6c-0753-44ec-a990-5a5b27837b15 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-09-03T05:14:19.172Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0c98cf6c-0753-44ec-a990-5a5b27837b15 and serviceModelVersionId: e9d8e8f5-7a7d-4683-b896-b25dc60fc153
2022-09-03T05:14:19.172Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ebc20753-8d8c-40f4-89b7-7b069265639d
2022-09-03T05:14:19.172Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0
2022-09-03T05:14:19.176Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-09-03T05:14:19.219Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?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-09-03T05:14:19.220Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|INFO|500||Invoke
2022-09-03T05:14:20.763Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?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-09-03T05:14:20.764Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|INFO|500||Invoke
2022-09-03T05:14:22.299Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?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-09-03T05:14:22.300Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|INFO|500||Invoke
2022-09-03T05:14:23.334Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T05:14:23.335Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?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-09-03T05:14:23.336Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T05:14:23.336Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?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-09-03T05:14:23.344Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?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-09-03T05:14:23.344Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0c98cf6c-0753-44ec-a990-5a5b27837b15 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T05:14:23.345Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-03T05:14:23.345Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:14:23.347Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:14:23.347Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||try to send status {
  "distributionID": "0c98cf6c-0753-44ec-a990-5a5b27837b15",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182063344,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-03T05:14:23.447Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:14:23.447Z||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-09-03T05:14:23.448Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:14:23.465Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:14:23.466Z||pool-71-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-09-03T05:14:24.369Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:14:24.369Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T05:14:24.370Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:14:28.796Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:14:28.797Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||received message from topic
2022-09-03T05:14:28.797Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"49771f3b-1204-4d0c-bfc6-eb7435a21889","serviceName":"Demo_pNF_oKVuk8MonmAwHWA5CDha","serviceVersion":"1.0","serviceUUID":"f532b93d-f956-4d86-9a77-316ff18c6edd","serviceDescription":"catalog service description","serviceInvariantUUID":"178cb7de-77bb-4e4d-81db-62d586a8480a","resources":[{"resourceInstanceName":"pNF 6fbdd748-998c 0","resourceName":"pNF 6fbdd748-998c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5a6c276d-c7e2-41ae-bc99-be4e0144d22e","resourceInvariantUUID":"a2f5d140-4469-4097-b28b-80bee4bf34c2","resourceCustomizationUUID":"343771e1-978d-4f19-8bb0-95bc1d8dc13b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/resourceInstances/pnf6fbdd748998c0/artifacts/vf-license-model.xml","artifactChecksum":"NTAxYjkzN2FiZGZmZTY5OWRlODJmNTU4YmNiODY2Y2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ce24b19b-69c7-424a-995c-67a1a52963ec","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/resourceInstances/pnf6fbdd748998c0/artifacts/pNF.csar","artifactChecksum":"YTQzMzMxNTQyODkzNmYwOWIyZjM1YjcxZDkzMTkxNjM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d09c8c43-20ba-4e55-bce4-c949acdeb60e","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/resourceInstances/pnf6fbdd748998c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0e557639-5e81-4b22-8070-c808845d9a66","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/resourceInstances/pnf6fbdd748998c0/artifacts/vendor-license-model.xml","artifactChecksum":"M2MwYTY1NWFhYzMwYWUxNWQ4MTgwZDFmY2Q2MTdmNjQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6e33fa22-2995-4f2a-b965-be7497599db2","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/resourceInstances/pnf6fbdd748998c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3b1b9b39-7482-4a26-bfcf-c48c3c142358","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/resourceInstances/pnf6fbdd748998c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0a44b8bf-799c-4469-938d-9f4aba7bc2e6","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfOkvuk8monmawhwa5cdha-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/artifacts/service-DemoPnfOkvuk8monmawhwa5cdha-template.yml","artifactChecksum":"ODcxNGFkNDU1YTM1Zjg3MDQwZTkxODc3NzZjMGIxOWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"33fb2251-cf8a-46ee-aedc-5be1b6550ba6","artifactVersion":"1"},{"artifactName":"service-DemoPnfOkvuk8monmawhwa5cdha-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/artifacts/service-DemoPnfOkvuk8monmawhwa5cdha-csar.csar","artifactChecksum":"OTE3ZjI1YjY2ZDZlYzEwMjIxMzUwNjBiODUxNWQ3NDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ce5acc7b-093f-46d9-a3bf-5f18a5c8b303","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-03T05:14:28.798Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:14:28.799Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:14:28.800Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:14:28.800Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||try to send status {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182064369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/resourceInstances/pnf6fbdd748998c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:28.900Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:14:28.901Z||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-09-03T05:14:28.901Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:14:28.924Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:14:28.925Z||pool-72-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-09-03T05:14:29.801Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:14:29.802Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:14:29.803Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:14:29.804Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||try to send status {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182064369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/resourceInstances/pnf6fbdd748998c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:29.904Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:14:29.904Z||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-09-03T05:14:29.905Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:14:29.925Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:14:29.926Z||pool-73-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:14:30.804Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:14:30.805Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:14:30.807Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:14:30.807Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||try to send status {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182064369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/resourceInstances/pnf6fbdd748998c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:30.907Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:14:30.908Z||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-09-03T05:14:30.908Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:14:30.924Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:14:30.924Z||pool-74-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:14:31.807Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:14:31.808Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:14:31.810Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:14:31.810Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||try to send status {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182064369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/resourceInstances/pnf6fbdd748998c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:31.910Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:14:31.911Z||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-09-03T05:14:31.911Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:14:31.926Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:14:31.926Z||pool-75-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:14:32.810Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:14:32.811Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:14:32.813Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:14:32.813Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||try to send status {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182064369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/resourceInstances/pnf6fbdd748998c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:32.913Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:14:32.914Z||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-09-03T05:14:32.914Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:14:32.927Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:14:32.927Z||pool-76-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:14:33.815Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:14:33.817Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:14:33.818Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:14:33.819Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||try to send status {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182064369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/resourceInstances/pnf6fbdd748998c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:33.919Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:14:33.919Z||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-09-03T05:14:33.920Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:14:33.934Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:14:33.934Z||pool-77-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:14:34.819Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:14:34.820Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:14:34.822Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:14:34.822Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||try to send status {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182064369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/artifacts/service-DemoPnfOkvuk8monmawhwa5cdha-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:34.922Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:14:34.923Z||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-09-03T05:14:34.923Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:14:34.936Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:14:34.936Z||pool-78-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:14:35.822Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:14:35.823Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:14:35.825Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:14:35.825Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||try to send status {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182064369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/artifacts/service-DemoPnfOkvuk8monmawhwa5cdha-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:14:35.925Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:14:35.926Z||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-09-03T05:14:35.926Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:14:35.940Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:14:35.941Z||pool-79-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:14:36.826Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "serviceName": "Demo_pNF_oKVuk8MonmAwHWA5CDha",
  "serviceVersion": "1.0",
  "serviceUUID": "f532b93d-f956-4d86-9a77-316ff18c6edd",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "178cb7de-77bb-4e4d-81db-62d586a8480a",
  "resources": [
    {
      "resourceInstanceName": "pNF 6fbdd748-998c 0",
      "resourceCustomizationUUID": "343771e1-978d-4f19-8bb0-95bc1d8dc13b",
      "resourceName": "pNF 6fbdd748-998c",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5a6c276d-c7e2-41ae-bc99-be4e0144d22e",
      "resourceInvariantUUID": "a2f5d140-4469-4097-b28b-80bee4bf34c2",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfOkvuk8monmawhwa5cdha-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/artifacts/service-DemoPnfOkvuk8monmawhwa5cdha-csar.csar",
      "artifactChecksum": "OTE3ZjI1YjY2ZDZlYzEwMjIxMzUwNjBiODUxNWQ3NDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ce5acc7b-093f-46d9-a3bf-5f18a5c8b303"
    }
  ],
  "workloadContext": "Production"
}
2022-09-03T05:14:36.826Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-03T05:14:36.826Z|0c98cf6c-0753-44ec-a990-5a5b27837b15|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f532b93d-f956-4d86-9a77-316ff18c6edd ASDC
2022-09-03T05:14:36.827Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||ASDC Notification:
DistributionID:49771f3b-1204-4d0c-bfc6-eb7435a21889
ServiceName:Demo_pNF_oKVuk8MonmAwHWA5CDha
ServiceVersion:1.0
ServiceUUID:f532b93d-f956-4d86-9a77-316ff18c6edd
ServiceInvariantUUID:178cb7de-77bb-4e4d-81db-62d586a8480a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfOkvuk8monmawhwa5cdha-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/artifacts/service-DemoPnfOkvuk8monmawhwa5cdha-csar.csar
ArtifactUUID:ce5acc7b-093f-46d9-a3bf-5f18a5c8b303
ArtifactChecksum:OTE3ZjI1YjY2ZDZlYzEwMjIxMzUwNjBiODUxNWQ3NDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 6fbdd748-998c 0
ResourceCustomizationUUID:343771e1-978d-4f19-8bb0-95bc1d8dc13b
ResourceInvariantUUID:a2f5d140-4469-4097-b28b-80bee4bf34c2
ResourceName:pNF 6fbdd748-998c
ResourceType:PNF
ResourceUUID:5a6c276d-c7e2-41ae-bc99-be4e0144d22e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-09-03T05:14:36.827Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f532b93d-f956-4d86-9a77-316ff18c6edd 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-09-03T05:14:36.873Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-03T05:14:36.873Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|INFO|500||MSO config path is: /app
2022-09-03T05:14:36.874Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|INFO|500||MSO config path is: /app
2022-09-03T05:14:36.874Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|INFO|500||Trying to download the artifact UUID: ce5acc7b-093f-46d9-a3bf-5f18a5c8b303 from URL: /sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/artifacts/service-DemoPnfOkvuk8monmawhwa5cdha-csar.csar
2022-09-03T05:14:36.874Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|INFO|500||DistributionClient - download
2022-09-03T05:14:36.874Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/artifacts/service-DemoPnfOkvuk8monmawhwa5cdha-csar.csar
2022-09-03T05:14:36.937Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||GET Response Status 200
2022-09-03T05:14:36.940Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/artifacts/service-DemoPnfOkvuk8monmawhwa5cdha-csar.csar ce5acc7b-093f-46d9-a3bf-5f18a5c8b303 82649
2022-09-03T05:14:36.940Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/artifacts/service-DemoPnfOkvuk8monmawhwa5cdha-csar.csar ASDC sendASDCNotification
2022-09-03T05:14:36.941Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/artifacts/service-DemoPnfOkvuk8monmawhwa5cdha-csar.csar
2022-09-03T05:14:36.941Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T05:14:36.941Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:14:36.942Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:14:36.943Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||try to send status {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182076940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/artifacts/service-DemoPnfOkvuk8monmawhwa5cdha-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:14:37.043Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:14:37.044Z||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-09-03T05:14:37.044Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:14:37.058Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:14:37.059Z||pool-80-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:14:37.943Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-03T05:14:37.944Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|INFO|500||MSO config path is: /app
2022-09-03T05:14:37.945Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|INFO|500||Trying to write artifact UUID: ce5acc7b-093f-46d9-a3bf-5f18a5c8b303, URL: /sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/artifacts/service-DemoPnfOkvuk8monmawhwa5cdha-csar.csar to file: /app/ASDC/1/service-DemoPnfOkvuk8monmawhwa5cdha-csar.csar
2022-09-03T05:14:37.945Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfOkvuk8monmawhwa5cdha-csar.csar
2022-09-03T05:14:37.946Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfOkvuk8monmawhwa5cdha-csar.csar
2022-09-03T05:14:37.946Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfOkvuk8monmawhwa5cdha-csar.csar
2022-09-03T05:14:38.037Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11235219934983860576/Definitions/service-DemoPnfOkvuk8monmawhwa5cdha-template.yml
2022-09-03T05:14:38.736Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-09-03T05:14:38.736Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|WARN|500||####################################################################################################
2022-09-03T05:14:38.736Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfOkvuk8monmawhwa5cdha-csar.csar
2022-09-03T05:14:38.736Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-03T05:14:38.736Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6fbdd748-998c 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-DemoPnfOkvuk8monmawhwa5cdha-csar.csar
2022-09-03T05:14:38.736Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?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-DemoPnfOkvuk8monmawhwa5cdha-csar.csar
2022-09-03T05:14:38.736Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?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-DemoPnfOkvuk8monmawhwa5cdha-csar.csar
2022-09-03T05:14:38.737Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?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-DemoPnfOkvuk8monmawhwa5cdha-csar.csar
2022-09-03T05:14:38.737Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?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-DemoPnfOkvuk8monmawhwa5cdha-csar.csar
2022-09-03T05:14:38.737Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?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-DemoPnfOkvuk8monmawhwa5cdha-csar.csar
2022-09-03T05:14:38.737Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?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-DemoPnfOkvuk8monmawhwa5cdha-csar.csar
2022-09-03T05:14:38.737Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|WARN|500||####################################################################################################
2022-09-03T05:14:38.737Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:14:38.737Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||Service Demo_pNF_oKVuk8MonmAwHWA5CDha is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:14:38.738Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||Node template pNF 6fbdd748-998c 0 is matching search criteria
2022-09-03T05:14:38.738Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||Search for entities recursively
2022-09-03T05:14:38.738Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||Found topology templates [pNF 6fbdd748-998c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-03T05:14:38.738Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:14:38.738Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||Service Demo_pNF_oKVuk8MonmAwHWA5CDha is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:14:38.739Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||Node template pNF 6fbdd748-998c 0 is matching search criteria
2022-09-03T05:14:38.739Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||Search for entities recursively
2022-09-03T05:14:38.739Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||Found topology templates [pNF 6fbdd748-998c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-03T05:14:38.739Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:14:38.740Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||Service Demo_pNF_oKVuk8MonmAwHWA5CDha is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:14:38.740Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:14:38.740Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||Service Demo_pNF_oKVuk8MonmAwHWA5CDha is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:14:38.740Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:14:38.740Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||Service Demo_pNF_oKVuk8MonmAwHWA5CDha is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:14:38.740Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:14:38.740Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||Service Demo_pNF_oKVuk8MonmAwHWA5CDha is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:14:38.740Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:14:38.741Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||Service Demo_pNF_oKVuk8MonmAwHWA5CDha is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:14:38.741Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_oKVuk8MonmAwHWA5CDha
Description:catalog service description
Model UUID:f532b93d-f956-4d86-9a77-316ff18c6edd
Model Version:NULL
Model InvariantUuid:178cb7de-77bb-4e4d-81db-62d586a8480a
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-09-03T05:14:38.751Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: 5a6c276d-c7e2-41ae-bc99-be4e0144d22e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-03T05:14:38.755Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|INFO|500||pNF 6fbdd748-998c 0
2022-09-03T05:14:38.755Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: 5a6c276d-c7e2-41ae-bc99-be4e0144d22e
2022-09-03T05:14:38.755Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||No resources found for Service: f532b93d-f956-4d86-9a77-316ff18c6edd
2022-09-03T05:14:38.755Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||Preparing to deploy Service: f532b93d-f956-4d86-9a77-316ff18c6edd
2022-09-03T05:14:38.755Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 6fbdd748-998c 0 5a6c276d-c7e2-41ae-bc99-be4e0144d22e 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-09-03T05:14:38.761Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3297ab3, org.onap.sdc.toscaparser.api.parameters.Input@557633df, org.onap.sdc.toscaparser.api.parameters.Input@3bad7bb7, org.onap.sdc.toscaparser.api.parameters.Input@564131fa, org.onap.sdc.toscaparser.api.parameters.Input@1e752563]
2022-09-03T05:14:38.761Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:14:38.761Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||Service Demo_pNF_oKVuk8MonmAwHWA5CDha is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:14:38.762Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500|| resourceSeq for service uuid f532b93d-f956-4d86-9a77-316ff18c6edd: pNF 6fbdd748-998c
2022-09-03T05:14:38.762Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|INFO|500||Processing PNF resource: 5a6c276d-c7e2-41ae-bc99-be4e0144d22e
2022-09-03T05:14:38.762Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:14:38.762Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||Service Demo_pNF_oKVuk8MonmAwHWA5CDha is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:14:38.762Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|INFO|500||Resource customization UUID: 343771e1-978d-4f19-8bb0-95bc1d8dc13b is the same as notified resource customizationUUID: 343771e1-978d-4f19-8bb0-95bc1d8dc13b
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-09-03T05:14:38.831Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 6fbdd748-998c 5a6c276d-c7e2-41ae-bc99-be4e0144d22e 0 ASDC deployResourceStructure
2022-09-03T05:14:38.831Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/artifacts/service-DemoPnfOkvuk8monmawhwa5cdha-csar.csar ASDC sendASDCNotification
2022-09-03T05:14:38.831Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/artifacts/service-DemoPnfOkvuk8monmawhwa5cdha-csar.csar
2022-09-03T05:14:38.831Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T05:14:38.832Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:14:38.835Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:14:38.835Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||try to send status {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182078831,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/artifacts/service-DemoPnfOkvuk8monmawhwa5cdha-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:14:38.935Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:14:38.936Z||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-09-03T05:14:38.936Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:14:38.951Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:14:38.951Z||pool-81-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:14:39.835Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 49771f3b-1204-4d0c-bfc6-eb7435a21889
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:14:39.846Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 49771f3b-1204-4d0c-bfc6-eb7435a21889
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:14:39.848Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:14:39.848Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-03T05:14:39.848Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-03T05:14:39.848Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-03T05:14:39.848Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-03T05:14:39.848Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-09-03T05:14:39.848Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?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-09-03T05:14:39.854Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-03T05:14:45.415Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:14:45.416Z||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-09-03T05:14:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T05:14:45.437Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:14:45.459Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.459Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662181972772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.459Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.459Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.460Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662181972109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.460Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.460Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.460Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181970408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.460Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.460Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.460Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "cds",
  "timestamp": 1662181974191,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.460Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.460Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.460Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662181972772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.460Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.460Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.461Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662181972109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.461Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.461Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.461Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181970408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-09-03T05:14:45.461Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.461Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.461Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "cds",
  "timestamp": 1662181974191,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.461Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.461Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.461Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662181972772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.461Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.462Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.462Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662181972109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.462Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.462Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.462Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181970408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-09-03T05:14:45.462Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.462Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.462Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "cds",
  "timestamp": 1662181974191,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.462Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.462Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.462Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662181972772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.462Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.462Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.462Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662181972109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.463Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.463Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.463Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181970408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-09-03T05:14:45.463Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.463Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.463Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "cds",
  "timestamp": 1662181974191,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.463Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.463Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.463Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662181972772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.463Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.463Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.463Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662181972109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.464Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.464Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.464Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181970408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-09-03T05:14:45.464Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.464Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.464Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "cds",
  "timestamp": 1662181974191,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.464Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.464Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.464Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662181972772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.464Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.464Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.465Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662181972109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.465Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.465Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.465Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "cds",
  "timestamp": 1662181974191,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.465Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.465Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.465Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181970408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.465Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.465Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.465Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "aai-ml",
  "timestamp": 1662181979978,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.465Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.465Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.465Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "policy-id",
  "timestamp": 1662181980374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.466Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.466Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.466Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662181972772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.466Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.466Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.466Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662181972109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.466Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.466Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.466Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "cds",
  "timestamp": 1662181974191,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.466Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.466Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.466Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181970408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-09-03T05:14:45.466Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.466Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.466Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "aai-ml",
  "timestamp": 1662181979978,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.467Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.467Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.467Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "policy-id",
  "timestamp": 1662181980374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.467Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.467Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.467Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662181972772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.467Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.467Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.467Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662181972109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.467Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.467Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.467Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "cds",
  "timestamp": 1662181974191,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.467Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.467Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.467Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181970408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.468Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.468Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.468Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "aai-ml",
  "timestamp": 1662181979978,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.468Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.468Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.468Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "policy-id",
  "timestamp": 1662181980374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.468Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.468Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.468Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662181972772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.468Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.468Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.468Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662181972109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:14:45.468Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.468Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.468Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "cds",
  "timestamp": 1662181974191,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:14:45.469Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.469Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.469Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181970408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:14:45.469Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.469Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.469Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "aai-ml",
  "timestamp": 1662181979978,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.469Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.469Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.469Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "policy-id",
  "timestamp": 1662181980374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.469Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.469Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.469Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "cds",
  "timestamp": 1662181984545,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:14:45.469Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:14:45.469Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.469Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662181984548,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:14:45.470Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:14:45.470Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.470Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181984807,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:14:45.470Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:14:45.470Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.470Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "clamp",
  "timestamp": 1662181983963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.470Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.470Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.470Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "aai-ml",
  "timestamp": 1662181979978,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.470Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.470Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.470Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "policy-id",
  "timestamp": 1662181980374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-09-03T05:14:45.470Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.470Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.471Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "cds",
  "timestamp": 1662181985557,
  "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-09-03T05:14:45.494Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4f10c478-4838-415c-8aa2-6b2b01c7ba56
2022-09-03T05:14:45.495Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f10c478-4838-415c-8aa2-6b2b01c7ba56 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-09-03T05:14:45.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.515Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "clamp",
  "timestamp": 1662181983963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.515Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.515Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.515Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "aai-ml",
  "timestamp": 1662181979978,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.516Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.516Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.516Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181985948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:14:45.516Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:14:45.516Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.517Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "policy-id",
  "timestamp": 1662181980374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.517Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.517Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.517Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "clamp",
  "timestamp": 1662181983963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.517Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.520Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "aai-ml",
  "timestamp": 1662181979978,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.520Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.520Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181987016,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:14:45.521Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:14:45.521Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.521Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662181986958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:14:45.521Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:14:45.521Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.521Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "policy-id",
  "timestamp": 1662181980374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.521Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.521Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.521Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "clamp",
  "timestamp": 1662181983963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-09-03T05:14:45.521Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.521Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.521Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "aai-ml",
  "timestamp": 1662181979978,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.522Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.522Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.522Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181988108,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:14:45.522Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:14:45.522Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.522Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662181987962,
  "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-09-03T05:14:45.529Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4f10c478-4838-415c-8aa2-6b2b01c7ba56
2022-09-03T05:14:45.529Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f10c478-4838-415c-8aa2-6b2b01c7ba56 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-09-03T05:14:45.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "policy-id",
  "timestamp": 1662181980374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.543Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "clamp",
  "timestamp": 1662181983963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.543Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "aai-ml",
  "timestamp": 1662181979978,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:14:45.544Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181989220,
  "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-09-03T05:14:45.549Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4f10c478-4838-415c-8aa2-6b2b01c7ba56
2022-09-03T05:14:45.549Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f10c478-4838-415c-8aa2-6b2b01c7ba56 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-09-03T05:14:45.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "policy-id",
  "timestamp": 1662181980374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:14:45.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "clamp",
  "timestamp": 1662181983963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "aai-ml",
  "timestamp": 1662181989756,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:14:45.583Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:14:45.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "cds",
  "timestamp": 1662181989191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.583Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181990252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-03T05:14:45.584Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:14:45.584Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "policy-id",
  "timestamp": 1662181990187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:14:45.584Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:14:45.584Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "clamp",
  "timestamp": 1662181983963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.584Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.584Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "cds",
  "timestamp": 1662181989191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.584Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.584Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "policy-id",
  "timestamp": 1662181991193,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:14:45.585Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:14:45.585Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.585Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "clamp",
  "timestamp": 1662181983963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.585Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.585Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.585Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181991267,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.585Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.585Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.585Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "cds",
  "timestamp": 1662181989191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.585Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.585Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.585Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "policy-id",
  "timestamp": 1662181992200,
  "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-09-03T05:14:45.591Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4f10c478-4838-415c-8aa2-6b2b01c7ba56
2022-09-03T05:14:45.591Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f10c478-4838-415c-8aa2-6b2b01c7ba56 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-09-03T05:14:45.599Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.599Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "clamp",
  "timestamp": 1662181983963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:14:45.599Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.599Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.599Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181991267,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-09-03T05:14:45.599Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.599Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.599Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "cds",
  "timestamp": 1662181989191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.600Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.600Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.600Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181991267,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-03T05:14:45.600Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.600Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.600Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662181992772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.600Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.600Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.600Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "cds",
  "timestamp": 1662181989191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.600Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.600Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.600Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181991267,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.600Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.600Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.601Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662181992772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.601Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.601Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.601Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "cds",
  "timestamp": 1662181989191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.601Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.601Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.601Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181991267,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-03T05:14:45.601Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.601Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.601Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662181992772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.601Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.601Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.602Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "cds",
  "timestamp": 1662181989191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:14:45.602Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.602Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.602Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "aai-ml",
  "timestamp": 1662181996046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-09-03T05:14:45.602Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:14:45.602Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.602Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "clamp",
  "timestamp": 1662181996237,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:14:45.602Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:14:45.602Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.602Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181991267,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.602Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.602Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.603Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662181992772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.603Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.603Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.603Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "cds",
  "timestamp": 1662181996937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:14:45.603Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:14:45.603Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.603Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "aai-ml",
  "timestamp": 1662181997051,
  "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-09-03T05:14:45.609Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 4f10c478-4838-415c-8aa2-6b2b01c7ba56
2022-09-03T05:14:45.609Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f10c478-4838-415c-8aa2-6b2b01c7ba56 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-09-03T05:14:45.623Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.623Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "clamp",
  "timestamp": 1662181997254,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:14:45.624Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:14:45.624Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.624Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181991267,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:14:45.624Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.624Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.624Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662181992772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.624Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.624Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.624Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "cds",
  "timestamp": 1662181997942,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-03T05:14:45.645Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6876dfc9-bf29-4809-9b7f-e833097e9fc8
2022-09-03T05:14:45.645Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6876dfc9-bf29-4809-9b7f-e833097e9fc8 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-09-03T05:14:45.657Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.657Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "clamp",
  "timestamp": 1662181998258,
  "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-09-03T05:14:45.662Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4f10c478-4838-415c-8aa2-6b2b01c7ba56
2022-09-03T05:14:45.662Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f10c478-4838-415c-8aa2-6b2b01c7ba56 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-09-03T05:14:45.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.671Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662181992772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.671Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.671Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662181999097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:14:45.671Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:14:45.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.671Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662181992772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.672Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.672Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662182000171,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:14:45.672Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:14:45.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.672Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662182001218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:14:45.672Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:14:45.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.672Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "policy-id",
  "timestamp": 1662182000376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.673Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.673Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662182002287,
  "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-09-03T05:14:45.678Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6876dfc9-bf29-4809-9b7f-e833097e9fc8
2022-09-03T05:14:45.678Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6876dfc9-bf29-4809-9b7f-e833097e9fc8 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-09-03T05:14:45.687Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.687Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "policy-id",
  "timestamp": 1662182000376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.687Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.687Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.687Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662182002109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.688Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.688Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.688Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662182003294,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-03T05:14:45.688Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:14:45.688Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.689Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "policy-id",
  "timestamp": 1662182000376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-03T05:14:45.689Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.689Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.689Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662182002109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.689Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.689Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.690Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "policy-id",
  "timestamp": 1662182000376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.690Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.690Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.690Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662182002109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.691Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.691Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.691Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "policy-id",
  "timestamp": 1662182000376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.691Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.691Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.692Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662182002109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.692Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.692Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.692Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "policy-id",
  "timestamp": 1662182000376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.692Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.693Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.693Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662182002109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.693Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.693Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.693Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "policy-id",
  "timestamp": 1662182000376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:14:45.694Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.694Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.694Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662182002109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.694Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.694Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.695Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "policy-id",
  "timestamp": 1662182008102,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:14:45.695Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:14:45.695Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.695Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662182002109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:14:45.695Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.696Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.696Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "policy-id",
  "timestamp": 1662182009107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:14:45.696Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:14:45.696Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.696Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662182009826,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:14:45.696Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:14:45.696Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.696Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "policy-id",
  "timestamp": 1662182010110,
  "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-09-03T05:14:45.701Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6876dfc9-bf29-4809-9b7f-e833097e9fc8
2022-09-03T05:14:45.701Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6876dfc9-bf29-4809-9b7f-e833097e9fc8 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-09-03T05:14:45.707Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.707Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "aai-ml",
  "timestamp": 1662182009978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.708Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.708Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.708Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "aai-ml",
  "timestamp": 1662182009978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.708Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.708Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.708Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662182012228,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:14:45.708Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:14:45.709Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.709Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "aai-ml",
  "timestamp": 1662182009978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.709Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.709Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.709Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662182013235,
  "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-09-03T05:14:45.713Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6876dfc9-bf29-4809-9b7f-e833097e9fc8
2022-09-03T05:14:45.713Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6876dfc9-bf29-4809-9b7f-e833097e9fc8 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-09-03T05:14:45.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "aai-ml",
  "timestamp": 1662182009978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.735Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "clamp",
  "timestamp": 1662182013963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.735Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "aai-ml",
  "timestamp": 1662182009978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.736Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.736Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "clamp",
  "timestamp": 1662182013963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-09-03T05:14:45.736Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.736Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "aai-ml",
  "timestamp": 1662182009978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.736Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.736Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "clamp",
  "timestamp": 1662182013963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.736Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.736Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "aai-ml",
  "timestamp": 1662182009978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:14:45.737Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.737Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.737Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "clamp",
  "timestamp": 1662182013963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.737Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.737Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.737Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "aai-ml",
  "timestamp": 1662182017816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:14:45.737Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:14:45.737Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.737Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "clamp",
  "timestamp": 1662182013963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.737Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.737Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.737Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "clamp",
  "timestamp": 1662182013963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:14:45.738Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.738Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "clamp",
  "timestamp": 1662182013963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:14:45.738Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:14:45.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.738Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "aai-ml",
  "timestamp": 1662182024108,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-09-03T05:14:45.738Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:14:45.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.739Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "clamp",
  "timestamp": 1662182024241,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:14:45.739Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:14:45.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:14:45.739Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "aai-ml",
  "timestamp": 1662182025112,
  "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-09-03T05:14:45.744Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 6876dfc9-bf29-4809-9b7f-e833097e9fc8
2022-09-03T05:14:45.744Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6876dfc9-bf29-4809-9b7f-e833097e9fc8 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-09-03T05:15:09.854Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 49771f3b-1204-4d0c-bfc6-eb7435a21889 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-09-03T05:15:09.862Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 49771f3b-1204-4d0c-bfc6-eb7435a21889 and serviceModelVersionId: f532b93d-f956-4d86-9a77-316ff18c6edd
2022-09-03T05:15:09.862Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 178cb7de-77bb-4e4d-81db-62d586a8480a
2022-09-03T05:15:09.863Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0
2022-09-03T05:15:09.867Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebc20753-8d8c-40f4-89b7-7b069265639d/model-vers/model-ver/e9d8e8f5-7a7d-4683-b896-b25dc60fc153?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-09-03T05:15:09.908Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||Invoke
2022-09-03T05:15:09.908Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[49771f3b-1204-4d0c-bfc6-eb7435a21889], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[68d518e3-25f0-42e3-b2d7-43d65149c34c], X-ECOMP-RequestID=[49771f3b-1204-4d0c-bfc6-eb7435a21889], X-TransactionId=[], X-ONAP-RequestID=[49771f3b-1204-4d0c-bfc6-eb7435a21889], Content-Type=[application/merge-patch+json]}
2022-09-03T05:15:11.453Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||Invoke
2022-09-03T05:15:11.454Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[49771f3b-1204-4d0c-bfc6-eb7435a21889], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[45ab10ee-4538-4f09-9ac8-09b6b12519ff], X-ECOMP-RequestID=[49771f3b-1204-4d0c-bfc6-eb7435a21889], X-TransactionId=[], X-ONAP-RequestID=[49771f3b-1204-4d0c-bfc6-eb7435a21889], Content-Type=[application/merge-patch+json]}
2022-09-03T05:15:12.987Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||Invoke
2022-09-03T05:15:12.988Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[49771f3b-1204-4d0c-bfc6-eb7435a21889], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ccee896b-e22f-4d64-81f1-da1246724eb1], X-ECOMP-RequestID=[49771f3b-1204-4d0c-bfc6-eb7435a21889], X-TransactionId=[], X-ONAP-RequestID=[49771f3b-1204-4d0c-bfc6-eb7435a21889], Content-Type=[application/merge-patch+json]}
2022-09-03T05:15:14.021Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T05:15:14.022Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?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-09-03T05:15:14.023Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T05:15:14.023Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?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-09-03T05:15:14.029Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?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-09-03T05:15:14.029Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 49771f3b-1204-4d0c-bfc6-eb7435a21889 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T05:15:14.030Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-03T05:15:14.030Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:15:14.031Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:15:14.031Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||try to send status {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182114029,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-03T05:15:14.132Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:15:14.132Z||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-09-03T05:15:14.133Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:15:14.150Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:15:14.151Z||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-09-03T05:15:15.045Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||received message from topic
2022-09-03T05:15:15.045Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"4f10c478-4838-415c-8aa2-6b2b01c7ba56","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"5eb4a27f-4e4c-4575-a0fc-32137f5c8f00","serviceDescription":"service","serviceInvariantUUID":"8b46a8c1-a1df-4388-9757-cfbeee35adbd","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"aa5a8dc7-f3a8-4325-b4ac-7ee248b9d03e","resourceInvariantUUID":"91b4a45f-256d-4df6-8377-276bc4783f97","resourceCustomizationUUID":"413d176f-b9ad-4d2d-b866-e83e32a47520","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":"YmE4MTQwNjg0MzFiMWY2ODBkNWI4NjE5ZTgzZTNkMjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8a9af003-2ae9-4619-a465-8dba1bd20293","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":"5913542a-5dfc-4607-8874-71c3f76e610c","artifactVersion":"2","generatedFromUUID":"cb611378-5132-4ac4-8b8d-0c9e0a29329a"},{"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":"cb611378-5132-4ac4-8b8d-0c9e0a29329a","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":"ZDJiN2YxYTkxNWE3Njk0NzQ0M2MwN2I0Yzk4YmRmMTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7d080afb-549d-4cee-9cc1-86d499f369a9","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":"a892e56b-d0d0-4cfd-aa49-64b8ebf27c4e","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":"f18494a1-9e10-4634-8085-999dce2928c5","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":"e7315b2b-f498-46a3-8e73-abccfdcbe27a","artifactVersion":"2","generatedFromUUID":"a892e56b-d0d0-4cfd-aa49-64b8ebf27c4e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"OGE1NzgyOTM0ZjRlN2JiM2Q0MzBiNTlhMWM4ODI4ODQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"aa16e409-db9b-48a1-ae8c-c0189360bb98","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YWNhMGQ5YWMzZjc0ZmVmODRkOTE1Y2ZjZDk1YmIwNDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bf2a5c60-ad36-4473-ba2d-94265cad7cd4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-03T05:15:15.045Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:15:15.046Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:15:15.047Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:15:15.047Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||try to send status {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182064369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:15:15.149Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-09-03T05:15:15.150Z||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-09-03T05:15:15.150Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:15:15.165Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:15:15.165Z||pool-83-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-09-03T05:15:16.048Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:15:16.048Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:15:16.051Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:15:16.051Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||try to send status {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182064369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-09-03T05:15:16.151Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:15:16.152Z||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-09-03T05:15:16.152Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:15:16.165Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:15:16.165Z||pool-84-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-09-03T05:15:17.051Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:15:17.052Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:15:17.054Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:15:17.054Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||try to send status {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182064369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-09-03T05:15:17.154Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:15:17.155Z||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-09-03T05:15:17.155Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:15:17.169Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:15:17.170Z||pool-85-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:15:18.054Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:15:18.056Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:15:18.058Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:15:18.058Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||try to send status {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182064369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-09-03T05:15:18.158Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:15:18.159Z||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-09-03T05:15:18.159Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:15:18.172Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:15:18.172Z||pool-86-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:15:19.058Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:15:19.059Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:15:19.060Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:15:19.061Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||try to send status {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182064369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-09-03T05:15:19.161Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:15:19.161Z||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-09-03T05:15:19.161Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:15:19.178Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:15:19.178Z||pool-87-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:15:20.061Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:15:20.062Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:15:20.063Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:15:20.063Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||try to send status {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182064369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:15:20.164Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:15:20.164Z||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-09-03T05:15:20.165Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:15:20.179Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:15:20.179Z||pool-88-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:15:21.064Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:15:21.065Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:15:21.067Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:15:21.067Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||try to send status {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182064369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-09-03T05:15:21.167Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:15:21.168Z||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-09-03T05:15:21.168Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:15:21.182Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:15:21.182Z||pool-89-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:15:22.068Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:15:22.068Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:15:22.070Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:15:22.070Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||try to send status {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182064369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:15:22.170Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:15:22.171Z||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-09-03T05:15:22.171Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:15:22.186Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:15:22.186Z||pool-90-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:15:23.070Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:15:23.071Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:15:23.073Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:15:23.073Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||try to send status {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182064369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:15:23.173Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:15:23.174Z||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-09-03T05:15:23.174Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:15:23.188Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:15:23.189Z||pool-91-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:15:24.074Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "5eb4a27f-4e4c-4575-a0fc-32137f5c8f00",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8b46a8c1-a1df-4388-9757-cfbeee35adbd",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "413d176f-b9ad-4d2d-b866-e83e32a47520",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "aa5a8dc7-f3a8-4325-b4ac-7ee248b9d03e",
      "resourceInvariantUUID": "91b4a45f-256d-4df6-8377-276bc4783f97",
      "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": "5913542a-5dfc-4607-8874-71c3f76e610c",
          "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": "cb611378-5132-4ac4-8b8d-0c9e0a29329a",
          "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": "ZDJiN2YxYTkxNWE3Njk0NzQ0M2MwN2I0Yzk4YmRmMTc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7d080afb-549d-4cee-9cc1-86d499f369a9",
          "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": "a892e56b-d0d0-4cfd-aa49-64b8ebf27c4e",
          "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": "e7315b2b-f498-46a3-8e73-abccfdcbe27a",
            "generatedFromUUID": "a892e56b-d0d0-4cfd-aa49-64b8ebf27c4e"
          },
          "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": "e7315b2b-f498-46a3-8e73-abccfdcbe27a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "YWNhMGQ5YWMzZjc0ZmVmODRkOTE1Y2ZjZDk1YmIwNDA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bf2a5c60-ad36-4473-ba2d-94265cad7cd4"
    }
  ],
  "workloadContext": "Production"
}
2022-09-03T05:15:24.074Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-03T05:15:24.075Z|49771f3b-1204-4d0c-bfc6-eb7435a21889|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 5eb4a27f-4e4c-4575-a0fc-32137f5c8f00 ASDC
2022-09-03T05:15:24.075Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||ASDC Notification:
DistributionID:4f10c478-4838-415c-8aa2-6b2b01c7ba56
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:5eb4a27f-4e4c-4575-a0fc-32137f5c8f00
ServiceInvariantUUID:8b46a8c1-a1df-4388-9757-cfbeee35adbd
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:bf2a5c60-ad36-4473-ba2d-94265cad7cd4
ArtifactChecksum:YWNhMGQ5YWMzZjc0ZmVmODRkOTE1Y2ZjZDk1YmIwNDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:413d176f-b9ad-4d2d-b866-e83e32a47520
ResourceInvariantUUID:91b4a45f-256d-4df6-8377-276bc4783f97
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:aa5a8dc7-f3a8-4325-b4ac-7ee248b9d03e
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:5913542a-5dfc-4607-8874-71c3f76e610c
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:cb611378-5132-4ac4-8b8d-0c9e0a29329a
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:7d080afb-549d-4cee-9cc1-86d499f369a9
ArtifactChecksum:ZDJiN2YxYTkxNWE3Njk0NzQ0M2MwN2I0Yzk4YmRmMTc=
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:a892e56b-d0d0-4cfd-aa49-64b8ebf27c4e
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:e7315b2b-f498-46a3-8e73-abccfdcbe27a
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:e7315b2b-f498-46a3-8e73-abccfdcbe27a
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-03T05:15:24.076Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5eb4a27f-4e4c-4575-a0fc-32137f5c8f00 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-09-03T05:15:24.152Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-03T05:15:24.153Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||MSO config path is: /app
2022-09-03T05:15:24.153Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||MSO config path is: /app
2022-09-03T05:15:24.154Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||Trying to download the artifact UUID: bf2a5c60-ad36-4473-ba2d-94265cad7cd4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-09-03T05:15:24.154Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||DistributionClient - download
2022-09-03T05:15:24.154Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?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-09-03T05:15:24.330Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||GET Response Status 200
2022-09-03T05:15:24.333Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar bf2a5c60-ad36-4473-ba2d-94265cad7cd4 68958
2022-09-03T05:15:24.333Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?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-09-03T05:15:24.333Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?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-09-03T05:15:24.333Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T05:15:24.333Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:15:24.335Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:15:24.335Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||try to send status {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182124333,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:15:24.435Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:15:24.436Z||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-09-03T05:15:24.436Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:15:24.450Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:15:24.450Z||pool-92-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-09-03T05:15:25.336Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-03T05:15:25.336Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||MSO config path is: /app
2022-09-03T05:15:25.337Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||Trying to write artifact UUID: bf2a5c60-ad36-4473-ba2d-94265cad7cd4, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-03T05:15:25.337Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-09-03T05:15:25.337Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-03T05:15:25.337Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-03T05:15:25.466Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11252262269696388406/Definitions/service-BasicCnf-template.yml
2022-09-03T05:15:26.502Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-09-03T05:15:26.503Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|WARN|500||####################################################################################################
2022-09-03T05:15:26.503Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-03T05:15:26.503Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-09-03T05:15:26.503Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?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-09-03T05:15:26.503Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?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-09-03T05:15:26.503Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?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-09-03T05:15:26.503Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-03T05:15:26.503Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|WARN|500||####################################################################################################
2022-09-03T05:15:26.504Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:15:26.504Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:15:26.504Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-03T05:15:26.504Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Search for entities recursively
2022-09-03T05:15:26.504Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-03T05:15:26.504Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:15:26.504Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:15:26.505Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-03T05:15:26.505Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Search for entities recursively
2022-09-03T05:15:26.505Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-03T05:15:26.505Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:15:26.505Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:15:26.505Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:15:26.505Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-09-03T05:15:26.506Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-09-03T05:15:26.506Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Node template dummy is not matching search criteria
2022-09-03T05:15:26.506Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-03T05:15:26.506Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:15:26.506Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-03T05:15:26.506Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:15:26.506Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-03T05:15:26.506Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:15:26.507Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:15:26.507Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-03T05:15:26.507Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:15:26.507Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:15:26.507Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-03T05:15:26.507Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:15:26.508Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:15:26.508Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-09-03T05:15:26.508Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Node template abstract_dummy is matching search criteria
2022-09-03T05:15:26.508Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=7c07e66f-e1c8-401d-996e-97aa7179e62c
2022-09-03T05:15:26.508Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:15:26.508Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:15:26.508Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:15:26.508Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:15:26.509Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:15:26.509Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:15:26.509Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:15:26.509Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:15:26.509Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:5eb4a27f-4e4c-4575-a0fc-32137f5c8f00
Model Version:NULL
Model InvariantUuid:8b46a8c1-a1df-4388-9757-cfbeee35adbd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:6caea729-ff2a-4520-85b5-6a125b4ae5c8
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:91b4a45f-256d-4df6-8377-276bc4783f97
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:413d176f-b9ad-4d2d-b866-e83e32a47520
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3063dc4a-6ad4-45d9-99d1-c88e030375be
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:f08a81f1-c7d0-4f34-921d-7fc1b47f3557
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7c07e66f-e1c8-401d-996e-97aa7179e62c
ModelInvariantUuid:571bc019-d415-4e34-b68d-35c637f22eba
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:37678bd6-069b-4064-85ca-10438ef6216b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:9178001f-2316-4d22-8cee-a33b722da5af
ModelInvariantUuid:70f0708e-7905-4d6d-8f76-c598bcc7b728
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:54d1fe3e-b01f-44cf-a599-e18140d17ef4
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-09-03T05:15:26.541Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: aa5a8dc7-f3a8-4325-b4ac-7ee248b9d03e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-03T05:15:26.573Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||basic_cnf 0
2022-09-03T05:15:26.573Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: aa5a8dc7-f3a8-4325-b4ac-7ee248b9d03e
2022-09-03T05:15:26.573Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||Trying to download the artifact UUID: 5913542a-5dfc-4607-8874-71c3f76e610c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-09-03T05:15:26.573Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||DistributionClient - download
2022-09-03T05:15:26.574Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?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-09-03T05:15:26.679Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||GET Response Status 200
2022-09-03T05:15:26.680Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 5913542a-5dfc-4607-8874-71c3f76e610c 12
2022-09-03T05:15:26.680Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?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-09-03T05:15:26.680Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?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-09-03T05:15:26.680Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T05:15:26.680Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:15:26.682Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:15:26.682Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||try to send status {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182126680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:15:26.782Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:15:26.783Z||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-09-03T05:15:26.783Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:15:26.798Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:15:26.798Z||pool-93-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:15:27.683Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||Trying to download the artifact UUID: cb611378-5132-4ac4-8b8d-0c9e0a29329a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-09-03T05:15:27.683Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||DistributionClient - download
2022-09-03T05:15:27.684Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?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-09-03T05:15:27.768Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||GET Response Status 200
2022-09-03T05:15:27.769Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz cb611378-5132-4ac4-8b8d-0c9e0a29329a 2688
2022-09-03T05:15:27.769Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?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-09-03T05:15:27.769Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?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-09-03T05:15:27.769Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T05:15:27.770Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:15:27.772Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:15:27.773Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||try to send status {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182127769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:15:27.872Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-03T05:15:27.873Z||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-09-03T05:15:27.873Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:15:27.887Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:15:27.888Z||pool-94-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:15:28.774Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||Trying to download the artifact UUID: 7d080afb-549d-4cee-9cc1-86d499f369a9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-09-03T05:15:28.774Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||DistributionClient - download
2022-09-03T05:15:28.774Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?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-09-03T05:15:28.826Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||GET Response Status 200
2022-09-03T05:15:28.826Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 7d080afb-549d-4cee-9cc1-86d499f369a9 828
2022-09-03T05:15:28.826Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?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-09-03T05:15:28.826Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?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-09-03T05:15:28.827Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T05:15:28.827Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:15:28.828Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:15:28.829Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||try to send status {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182128826,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:15:28.929Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:15:28.930Z||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-09-03T05:15:28.930Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:15:28.946Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:15:28.946Z||pool-95-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:15:29.829Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "3063dc4a-6ad4-45d9-99d1-c88e030375be",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f08a81f1-c7d0-4f34-921d-7fc1b47f3557",
    "vfModuleModelCustomizationUUID": "fea3aa79-b8c3-4a3c-8c1b-98fd4ec84140",
    "isBase": true,
    "artifacts": [
      "a892e56b-d0d0-4cfd-aa49-64b8ebf27c4e",
      "cb611378-5132-4ac4-8b8d-0c9e0a29329a",
      "e7315b2b-f498-46a3-8e73-abccfdcbe27a"
    ],
    "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-09-03T05:15:29.833Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f08a81f1-c7d0-4f34-921d-7fc1b47f3557
VfModuleModelInvariantUUID:3063dc4a-6ad4-45d9-99d1-c88e030375be
VfModuleModelDescription:NULL
Artifacts UUID List:{
a892e56b-d0d0-4cfd-aa49-64b8ebf27c4e
,
cb611378-5132-4ac4-8b8d-0c9e0a29329a
,
e7315b2b-f498-46a3-8e73-abccfdcbe27a

}
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-09-03T05:15:29.835Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "3063dc4a-6ad4-45d9-99d1-c88e030375be",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f08a81f1-c7d0-4f34-921d-7fc1b47f3557",
    "vfModuleModelCustomizationUUID": "fea3aa79-b8c3-4a3c-8c1b-98fd4ec84140",
    "isBase": true,
    "artifacts": [
      "a892e56b-d0d0-4cfd-aa49-64b8ebf27c4e",
      "cb611378-5132-4ac4-8b8d-0c9e0a29329a",
      "e7315b2b-f498-46a3-8e73-abccfdcbe27a"
    ],
    "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-09-03T05:15:29.836Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f08a81f1-c7d0-4f34-921d-7fc1b47f3557
VfModuleModelInvariantUUID:3063dc4a-6ad4-45d9-99d1-c88e030375be
VfModuleModelDescription:NULL
Artifacts UUID List:{
a892e56b-d0d0-4cfd-aa49-64b8ebf27c4e
,
cb611378-5132-4ac4-8b8d-0c9e0a29329a
,
e7315b2b-f498-46a3-8e73-abccfdcbe27a

}
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-09-03T05:15:29.836Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||Trying to download the artifact UUID: a892e56b-d0d0-4cfd-aa49-64b8ebf27c4e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-09-03T05:15:29.836Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||DistributionClient - download
2022-09-03T05:15:29.836Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?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-09-03T05:15:29.891Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||GET Response Status 200
2022-09-03T05:15:29.891Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml a892e56b-d0d0-4cfd-aa49-64b8ebf27c4e 1164
2022-09-03T05:15:29.892Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?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-09-03T05:15:29.892Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?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-09-03T05:15:29.892Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T05:15:29.892Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:15:29.894Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:15:29.894Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||try to send status {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182129892,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:15:29.994Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:15:29.995Z||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-09-03T05:15:29.995Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:15:30.010Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:15:30.010Z||pool-96-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-09-03T05:15:30.894Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||Trying to download the artifact UUID: e7315b2b-f498-46a3-8e73-abccfdcbe27a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-09-03T05:15:30.895Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||DistributionClient - download
2022-09-03T05:15:30.895Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?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-09-03T05:15:30.936Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||GET Response Status 200
2022-09-03T05:15:30.936Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env e7315b2b-f498-46a3-8e73-abccfdcbe27a 200
2022-09-03T05:15:30.937Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?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-09-03T05:15:30.937Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?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-09-03T05:15:30.937Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T05:15:30.937Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:15:30.939Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:15:30.939Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||try to send status {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182130937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:15:31.039Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:15:31.041Z||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-09-03T05:15:31.041Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:15:31.056Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:15:31.056Z||pool-97-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:15:31.940Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Preparing to deploy Service: 5eb4a27f-4e4c-4575-a0fc-32137f5c8f00
2022-09-03T05:15:31.941Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 aa5a8dc7-f3a8-4325-b4ac-7ee248b9d03e ASDC
2022-09-03T05:15:31.953Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?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 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-09-03T05:15:31.967Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7b7ccb5b, org.onap.sdc.toscaparser.api.parameters.Input@7d26a148, org.onap.sdc.toscaparser.api.parameters.Input@7fdb3865, org.onap.sdc.toscaparser.api.parameters.Input@7d9eef5c, org.onap.sdc.toscaparser.api.parameters.Input@6025c5a7]
2022-09-03T05:15:31.969Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:15:31.969Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:15:31.969Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||VF Category is: Generic 
2022-09-03T05:15:31.969Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||VFCustomizationUUID= 413d176f-b9ad-4d2d-b866-e83e32a47520
2022-09-03T05:15:31.970Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 413d176f-b9ad-4d2d-b866-e83e32a47520 matches Tosca VF Customization UUID: 413d176f-b9ad-4d2d-b866-e83e32a47520
2022-09-03T05:15:31.970Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||vfCustomizationUUID: 413d176f-b9ad-4d2d-b866-e83e32a47520  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-09-03T05:15:31.972Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:15:31.973Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:15:31.973Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||resource request for resource customization id 413d176f-b9ad-4d2d-b866-e83e32a47520: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-09-03T05:15:31.973Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@491e3eb
2022-09-03T05:15:31.974Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:15:31.974Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-03T05:15:31.974Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fea3aa79-b8c3-4a3c-8c1b-98fd4ec84140
2022-09-03T05:15:31.974Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fea3aa79-b8c3-4a3c-8c1b-98fd4ec84140
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-09-03T05:15:31.977Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:15:31.977Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-03T05:15:31.977Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:15:31.978Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:15:31.978Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-03T05:15:31.978Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:15:31.978Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:15:31.979Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-09-03T05:15:31.979Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Node template abstract_dummy is matching search criteria
2022-09-03T05:15:31.979Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=7c07e66f-e1c8-401d-996e-97aa7179e62c
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-09-03T05:15:31.982Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:15:31.982Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-03T05:15:31.982Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:15:31.982Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:15:31.983Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-03T05:15:31.983Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=413d176f-b9ad-4d2d-b866-e83e32a47520
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-03T05:15:31.985Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:15:31.985Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:15:31.985Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500|| resourceSeq for service uuid 5eb4a27f-4e4c-4575-a0fc-32137f5c8f00: basic_cnf
2022-09-03T05:15:31.986Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:15:31.986Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:15:31.986Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:15:31.986Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:15:31.987Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:15:31.987Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:15:31.987Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:15:31.987Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:15:31.988Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:15:31.988Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:15:31.988Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?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-09-03T05:15:32.079Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf aa5a8dc7-f3a8-4325-b4ac-7ee248b9d03e 1 ASDC deployResourceStructure
2022-09-03T05:15:32.080Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?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-09-03T05:15:32.080Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?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-09-03T05:15:32.080Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-09-03T05:15:32.081Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:15:32.082Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:15:32.082Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||try to send status {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182132079,
  "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-09-03T05:15:32.183Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:15:32.183Z||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-09-03T05:15:32.183Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:15:32.197Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:15:32.197Z||pool-98-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:15:33.083Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?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-09-03T05:15:33.084Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?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-09-03T05:15:33.084Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-09-03T05:15:33.084Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:15:33.086Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:15:33.086Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||try to send status {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182133083,
  "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-09-03T05:15:33.187Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:15:33.187Z||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-09-03T05:15:33.187Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:15:33.201Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:15:33.202Z||pool-99-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:15:34.087Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?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-09-03T05:15:34.088Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?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-09-03T05:15:34.088Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T05:15:34.089Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:15:34.090Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:15:34.091Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||try to send status {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182134087,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-03T05:15:34.191Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:15:34.192Z||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-09-03T05:15:34.192Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:15:34.214Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:15:34.215Z||pool-100-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-09-03T05:15:35.092Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?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-09-03T05:15:35.092Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?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-09-03T05:15:35.092Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T05:15:35.093Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:15:35.094Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:15:35.095Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||try to send status {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182135092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-09-03T05:15:35.195Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:15:35.195Z||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-09-03T05:15:35.195Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:15:35.207Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:15:35.207Z||pool-101-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:15:36.096Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?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-09-03T05:15:36.096Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?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-09-03T05:15:36.097Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T05:15:36.097Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:15:36.099Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:15:36.099Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||try to send status {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182136096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-09-03T05:15:36.199Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:15:36.200Z||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-09-03T05:15:36.200Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:15:36.214Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:15:36.215Z||pool-102-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-09-03T05:15:37.100Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?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-09-03T05:15:37.101Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?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-09-03T05:15:37.101Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T05:15:37.101Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:15:37.103Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:15:37.103Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||try to send status {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182137100,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:15:37.204Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:15:37.204Z||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-09-03T05:15:37.204Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:15:37.219Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:15:37.219Z||pool-103-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:15:38.104Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f10c478-4838-415c-8aa2-6b2b01c7ba56
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:15:38.115Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f10c478-4838-415c-8aa2-6b2b01c7ba56
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:15:38.117Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:15:38.117Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-03T05:15:38.118Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-03T05:15:38.118Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-03T05:15:38.118Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-09-03T05:15:38.118Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?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-09-03T05:15:38.122Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-03T05:15:45.415Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:15:45.416Z||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-09-03T05:15:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T05:15:45.448Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:15:45.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "clamp",
  "timestamp": 1662182027243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:15:45.450Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:15:45.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "clamp",
  "timestamp": 1662182028247,
  "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-09-03T05:15:45.463Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6876dfc9-bf29-4809-9b7f-e833097e9fc8
2022-09-03T05:15:45.463Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6876dfc9-bf29-4809-9b7f-e833097e9fc8 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-09-03T05:15:45.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662182032109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:15:45.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:15:45.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662182030408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:15:45.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:15:45.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662182032772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:15:45.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:15:45.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662182030408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/vfw31aeea2bb9cc0_modules.json",
  "status": "NOTIFIED"
}
2022-09-03T05:15:45.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:15:45.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662182032109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/vfw31aeea2bb9cc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:15:45.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:15:45.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662182032772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/vfw31aeea2bb9cc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:15:45.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:15:45.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "cds",
  "timestamp": 1662182034191,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:15:45.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:15:45.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662182032109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:15:45.483Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:15:45.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662182030408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-03T05:15:45.483Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:15:45.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662182032772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:15:45.483Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:15:45.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "cds",
  "timestamp": 1662182034191,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/vfw31aeea2bb9cc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:15:45.483Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:15:45.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662182032109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:15:45.484Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:15:45.484Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.484Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662182030408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:15:45.484Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:15:45.484Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.484Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662182032772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:15:45.484Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:15:45.484Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.484Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "cds",
  "timestamp": 1662182034191,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:15:45.484Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:15:45.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662182032109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:15:45.485Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:15:45.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662182030408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-03T05:15:45.485Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:15:45.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662182032772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:15:45.485Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:15:45.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "cds",
  "timestamp": 1662182034191,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:15:45.486Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:15:45.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662182032109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/artifacts/service-Vfw20220903051303-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:15:45.486Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:15:45.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662182030408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/artifacts/service-Vfw20220903051303-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:15:45.486Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:15:45.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662182032772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/artifacts/service-Vfw20220903051303-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:15:45.486Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:15:45.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "cds",
  "timestamp": 1662182034191,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:15:45.487Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:15:45.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.487Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662182032109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/artifacts/service-Vfw20220903051303-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:15:45.487Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:15:45.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.487Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662182030408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/artifacts/service-Vfw20220903051303-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:15:45.487Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:15:45.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.487Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662182032772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/artifacts/service-Vfw20220903051303-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:15:45.487Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:15:45.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "cds",
  "timestamp": 1662182034191,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/artifacts/service-Vfw20220903051303-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:15:45.488Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:15:45.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662182040034,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/artifacts/service-Vfw20220903051303-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:15:45.488Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:15:45.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662182040323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/vfw31aeea2bb9cc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:15:45.488Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:15:45.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "aai-ml",
  "timestamp": 1662182039978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:15:45.488Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:15:45.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "cds",
  "timestamp": 1662182034191,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/artifacts/service-Vfw20220903051303-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:15:45.489Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:15:45.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.489Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662182041396,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:15:45.489Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:15:45.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.489Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "policy-id",
  "timestamp": 1662182040374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:15:45.489Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:15:45.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.489Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "aai-ml",
  "timestamp": 1662182039978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/vfw31aeea2bb9cc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:15:45.489Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:15:45.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.489Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "cds",
  "timestamp": 1662182041935,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/artifacts/service-Vfw20220903051303-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:15:45.490Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:15:45.490Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.490Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "policy-id",
  "timestamp": 1662182040374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/vfw31aeea2bb9cc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:15:45.490Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:15:45.490Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.490Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662182042652,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:15:45.490Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:15:45.490Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.490Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "aai-ml",
  "timestamp": 1662182039978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:15:45.490Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:15:45.490Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.490Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "cds",
  "timestamp": 1662182042941,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/artifacts/service-Vfw20220903051303-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-09-03T05:15:45.525Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ffe212e6-0ac0-484c-a01e-8355a242be47
2022-09-03T05:15:45.525Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ffe212e6-0ac0-484c-a01e-8355a242be47 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-09-03T05:15:45.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.539Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "policy-id",
  "timestamp": 1662182040374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-03T05:15:45.539Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:15:45.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.539Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662182043418,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/artifacts/service-Vfw20220903051303-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:15:45.539Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:15:45.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.539Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662182043692,
  "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-09-03T05:15:45.546Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ffe212e6-0ac0-484c-a01e-8355a242be47
2022-09-03T05:15:45.546Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ffe212e6-0ac0-484c-a01e-8355a242be47 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-09-03T05:15:45.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.554Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "aai-ml",
  "timestamp": 1662182039978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:15:45.555Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:15:45.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.555Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "policy-id",
  "timestamp": 1662182040374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:15:45.555Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:15:45.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.555Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662182044422,
  "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-09-03T05:15:45.559Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ffe212e6-0ac0-484c-a01e-8355a242be47
2022-09-03T05:15:45.559Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ffe212e6-0ac0-484c-a01e-8355a242be47 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-09-03T05:15:45.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662182044704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/vfw31aeea2bb9cc0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-03T05:15:45.567Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:15:45.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "clamp",
  "timestamp": 1662182043963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:15:45.568Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:15:45.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "aai-ml",
  "timestamp": 1662182039978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:15:45.568Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:15:45.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "policy-id",
  "timestamp": 1662182040374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:15:45.568Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:15:45.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "clamp",
  "timestamp": 1662182043963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/vfw31aeea2bb9cc0_modules.json",
  "status": "NOTIFIED"
}
2022-09-03T05:15:45.569Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:15:45.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "aai-ml",
  "timestamp": 1662182039978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/artifacts/service-Vfw20220903051303-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:15:45.569Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:15:45.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "policy-id",
  "timestamp": 1662182040374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/artifacts/service-Vfw20220903051303-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:15:45.569Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:15:45.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "clamp",
  "timestamp": 1662182043963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:15:45.569Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:15:45.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "aai-ml",
  "timestamp": 1662182039978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/artifacts/service-Vfw20220903051303-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:15:45.569Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:15:45.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.570Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "policy-id",
  "timestamp": 1662182040374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/artifacts/service-Vfw20220903051303-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:15:45.570Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:15:45.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.570Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "clamp",
  "timestamp": 1662182043963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:15:45.570Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:15:45.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.570Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "aai-ml",
  "timestamp": 1662182047790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/artifacts/service-Vfw20220903051303-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:15:45.570Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:15:45.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.570Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "policy-id",
  "timestamp": 1662182048123,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/artifacts/service-Vfw20220903051303-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:15:45.571Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:15:45.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "clamp",
  "timestamp": 1662182043963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:15:45.571Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:15:45.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "policy-id",
  "timestamp": 1662182049127,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/artifacts/service-Vfw20220903051303-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:15:45.571Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:15:45.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "clamp",
  "timestamp": 1662182043963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/artifacts/service-Vfw20220903051303-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:15:45.571Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:15:45.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "policy-id",
  "timestamp": 1662182050129,
  "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-09-03T05:15:45.576Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ffe212e6-0ac0-484c-a01e-8355a242be47
2022-09-03T05:15:45.576Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ffe212e6-0ac0-484c-a01e-8355a242be47 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-09-03T05:15:45.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.585Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "clamp",
  "timestamp": 1662182043963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/artifacts/service-Vfw20220903051303-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:15:45.585Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:15:45.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.585Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "clamp",
  "timestamp": 1662182055246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/artifacts/service-Vfw20220903051303-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:15:45.585Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:15:45.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.585Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "aai-ml",
  "timestamp": 1662182056626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/artifacts/service-Vfw20220903051303-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-09-03T05:15:45.585Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:15:45.586Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.586Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "clamp",
  "timestamp": 1662182057258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/artifacts/service-Vfw20220903051303-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:15:45.586Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:15:45.586Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.586Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "aai-ml",
  "timestamp": 1662182057629,
  "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-09-03T05:15:45.590Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of ffe212e6-0ac0-484c-a01e-8355a242be47
2022-09-03T05:15:45.590Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ffe212e6-0ac0-484c-a01e-8355a242be47 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-09-03T05:15:45.602Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.602Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "clamp",
  "timestamp": 1662182058262,
  "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-09-03T05:15:45.606Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ffe212e6-0ac0-484c-a01e-8355a242be47
2022-09-03T05:15:45.606Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ffe212e6-0ac0-484c-a01e-8355a242be47 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-09-03T05:15:45.617Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.617Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c98cf6c-0753-44ec-a990-5a5b27837b15",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182063344,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-03T05:15:45.617Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:15:45.617Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.617Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182064369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/resourceInstances/pnf6fbdd748998c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:15:45.617Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:15:45.617Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.617Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182064369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/resourceInstances/pnf6fbdd748998c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:15:45.617Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:15:45.617Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.618Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182064369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/resourceInstances/pnf6fbdd748998c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:15:45.618Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:15:45.618Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.618Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182064369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/resourceInstances/pnf6fbdd748998c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:15:45.618Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:15:45.618Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.618Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182064369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/resourceInstances/pnf6fbdd748998c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:15:45.618Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:15:45.618Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.618Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182064369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/resourceInstances/pnf6fbdd748998c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:15:45.618Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:15:45.618Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.618Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182064369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/artifacts/service-DemoPnfOkvuk8monmawhwa5cdha-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:15:45.619Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:15:45.619Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.619Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182064369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/artifacts/service-DemoPnfOkvuk8monmawhwa5cdha-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:15:45.619Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:15:45.619Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.619Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182076940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/artifacts/service-DemoPnfOkvuk8monmawhwa5cdha-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:15:45.619Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:15:45.619Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:15:45.619Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182078831,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOkvuk8monmawhwa5cdha/1.0/artifacts/service-DemoPnfOkvuk8monmawhwa5cdha-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:15:45.619Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:16:08.123Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 4f10c478-4838-415c-8aa2-6b2b01c7ba56 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-09-03T05:16:08.129Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4f10c478-4838-415c-8aa2-6b2b01c7ba56 and serviceModelVersionId: 5eb4a27f-4e4c-4575-a0fc-32137f5c8f00
2022-09-03T05:16:08.129Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8b46a8c1-a1df-4388-9757-cfbeee35adbd
2022-09-03T05:16:08.130Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0
2022-09-03T05:16:08.133Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/178cb7de-77bb-4e4d-81db-62d586a8480a/model-vers/model-ver/f532b93d-f956-4d86-9a77-316ff18c6edd?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-09-03T05:16:08.174Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|INFO|500||Invoke
2022-09-03T05:16:08.175Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4f10c478-4838-415c-8aa2-6b2b01c7ba56], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[92a5a471-5b57-4f30-9f65-845455b924eb], X-ECOMP-RequestID=[4f10c478-4838-415c-8aa2-6b2b01c7ba56], X-TransactionId=[], X-ONAP-RequestID=[4f10c478-4838-415c-8aa2-6b2b01c7ba56], Content-Type=[application/merge-patch+json]}
2022-09-03T05:16:09.727Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|INFO|500||Invoke
2022-09-03T05:16:09.728Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4f10c478-4838-415c-8aa2-6b2b01c7ba56], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[109732e7-33ce-41be-a6aa-4447ce1d4dd4], X-ECOMP-RequestID=[4f10c478-4838-415c-8aa2-6b2b01c7ba56], X-TransactionId=[], X-ONAP-RequestID=[4f10c478-4838-415c-8aa2-6b2b01c7ba56], Content-Type=[application/merge-patch+json]}
2022-09-03T05:16:11.261Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|INFO|500||Invoke
2022-09-03T05:16:11.261Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4f10c478-4838-415c-8aa2-6b2b01c7ba56], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f9e950bd-c56a-4e6e-8212-c726e2be5909], X-ECOMP-RequestID=[4f10c478-4838-415c-8aa2-6b2b01c7ba56], X-TransactionId=[], X-ONAP-RequestID=[4f10c478-4838-415c-8aa2-6b2b01c7ba56], Content-Type=[application/merge-patch+json]}
2022-09-03T05:16:12.294Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T05:16:12.295Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?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-09-03T05:16:12.295Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T05:16:12.295Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?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-09-03T05:16:12.306Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?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-09-03T05:16:12.306Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4f10c478-4838-415c-8aa2-6b2b01c7ba56 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T05:16:12.307Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-03T05:16:12.307Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:16:12.309Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:16:12.309Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||try to send status {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182172307,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-03T05:16:12.409Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:16:12.409Z||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-09-03T05:16:12.409Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:16:12.423Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:16:12.423Z||pool-104-thread-1|||||INFO|500||cambria reply ok (14 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-09-03T05:16:13.344Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||received message from topic
2022-09-03T05:16:13.344Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"6876dfc9-bf29-4809-9b7f-e833097e9fc8","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"8c6a9852-1f74-4c7c-9119-65a068bdcb07","serviceDescription":"service","serviceInvariantUUID":"fd9632e3-50c1-4855-a471-775f106db4a4","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"77f2e750-9e57-4d2c-bb9c-872188861a98","resourceInvariantUUID":"1407c39b-c567-4858-acaf-004a0fef0116","resourceCustomizationUUID":"601ad606-ee4f-442b-83f1-05561f20b773","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":"N2E4ZmNmNjc0ZDlmMjc1ZGIwMDY1NjllODAwNjFlNDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1942a4f8-2b84-4a32-af50-2f30b8418559","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":"NjhiYTdmOWQwYmU4YmY0MzZiM2Q2ZmEyNzZlOWVjYjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f60184ea-9d20-4c51-a14f-7d17e01b18f3","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":"859d160c-4bc1-4782-b125-c128a620bc06","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":"148bcfd2-7ce8-46f6-8f55-3f5b6abe39d8","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":"19bde6fd-927b-437a-ba9a-38a91f3d34fc","artifactVersion":"2","generatedFromUUID":"859d160c-4bc1-4782-b125-c128a620bc06"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YzRhNTJiOGNjNWM2M2QwNTI5Yjk5MTVmZDdkMjEwYTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"487b8054-3e88-4024-bb84-6b54fe0a489f","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZDRjYzhjYzk4ZTdhYmEyMjQxYzU3ZGZiOGMwMTI1ZDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0042c2a6-1371-4631-9454-aa8b1478ebb8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-03T05:16:13.345Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:16:13.345Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:16:13.347Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:16:13.347Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||try to send status {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182064369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:16:13.447Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:16:13.448Z||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-09-03T05:16:13.448Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:16:13.464Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:16:13.464Z||pool-105-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:16:14.348Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:16:14.348Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:16:14.350Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:16:14.350Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||try to send status {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182064369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-09-03T05:16:14.450Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:16:14.451Z||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-09-03T05:16:14.451Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:16:14.465Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:16:14.466Z||pool-106-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:16:15.351Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:16:15.352Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:16:15.353Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:16:15.353Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||try to send status {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182064369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-03T05:16:15.454Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-03T05:16:15.454Z||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-09-03T05:16:15.454Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:16:15.472Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:16:15.472Z||pool-107-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:16:16.354Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:16:16.355Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:16:16.356Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:16:16.356Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||try to send status {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182064369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:16:16.457Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:16:16.457Z||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-09-03T05:16:16.458Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:16:16.471Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:16:16.471Z||pool-108-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:16:17.357Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:16:17.358Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:16:17.360Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:16:17.361Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||try to send status {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182064369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-03T05:16:17.461Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:16:17.461Z||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-09-03T05:16:17.462Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:16:17.476Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:16:17.476Z||pool-109-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:16:18.361Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:16:18.362Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:16:18.364Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:16:18.364Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||try to send status {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182064369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:16:18.464Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:16:18.465Z||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-09-03T05:16:18.465Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:16:18.483Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:16:18.484Z||pool-110-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-09-03T05:16:19.364Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:16:19.365Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:16:19.367Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:16:19.367Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||try to send status {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182064369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:16:19.468Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-03T05:16:19.468Z||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-09-03T05:16:19.469Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:16:19.482Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:16:19.483Z||pool-111-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:16:20.369Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "8c6a9852-1f74-4c7c-9119-65a068bdcb07",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fd9632e3-50c1-4855-a471-775f106db4a4",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "601ad606-ee4f-442b-83f1-05561f20b773",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "77f2e750-9e57-4d2c-bb9c-872188861a98",
      "resourceInvariantUUID": "1407c39b-c567-4858-acaf-004a0fef0116",
      "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": "NjhiYTdmOWQwYmU4YmY0MzZiM2Q2ZmEyNzZlOWVjYjY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f60184ea-9d20-4c51-a14f-7d17e01b18f3",
          "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": "859d160c-4bc1-4782-b125-c128a620bc06",
          "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": "19bde6fd-927b-437a-ba9a-38a91f3d34fc",
            "generatedFromUUID": "859d160c-4bc1-4782-b125-c128a620bc06"
          },
          "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": "19bde6fd-927b-437a-ba9a-38a91f3d34fc",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZDRjYzhjYzk4ZTdhYmEyMjQxYzU3ZGZiOGMwMTI1ZDA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0042c2a6-1371-4631-9454-aa8b1478ebb8"
    }
  ],
  "workloadContext": "Production"
}
2022-09-03T05:16:20.369Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-03T05:16:20.369Z|4f10c478-4838-415c-8aa2-6b2b01c7ba56|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8c6a9852-1f74-4c7c-9119-65a068bdcb07 ASDC
2022-09-03T05:16:20.370Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||ASDC Notification:
DistributionID:6876dfc9-bf29-4809-9b7f-e833097e9fc8
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:8c6a9852-1f74-4c7c-9119-65a068bdcb07
ServiceInvariantUUID:fd9632e3-50c1-4855-a471-775f106db4a4
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:0042c2a6-1371-4631-9454-aa8b1478ebb8
ArtifactChecksum:ZDRjYzhjYzk4ZTdhYmEyMjQxYzU3ZGZiOGMwMTI1ZDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:601ad606-ee4f-442b-83f1-05561f20b773
ResourceInvariantUUID:1407c39b-c567-4858-acaf-004a0fef0116
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:77f2e750-9e57-4d2c-bb9c-872188861a98
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:f60184ea-9d20-4c51-a14f-7d17e01b18f3
ArtifactChecksum:NjhiYTdmOWQwYmU4YmY0MzZiM2Q2ZmEyNzZlOWVjYjY=
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:859d160c-4bc1-4782-b125-c128a620bc06
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:19bde6fd-927b-437a-ba9a-38a91f3d34fc
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:19bde6fd-927b-437a-ba9a-38a91f3d34fc
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-03T05:16:20.370Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8c6a9852-1f74-4c7c-9119-65a068bdcb07 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-09-03T05:16:20.461Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-03T05:16:20.462Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|INFO|500||MSO config path is: /app
2022-09-03T05:16:20.462Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|INFO|500||MSO config path is: /app
2022-09-03T05:16:20.462Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|INFO|500||Trying to download the artifact UUID: 0042c2a6-1371-4631-9454-aa8b1478ebb8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-09-03T05:16:20.462Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|INFO|500||DistributionClient - download
2022-09-03T05:16:20.463Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?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-09-03T05:16:20.632Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||GET Response Status 200
2022-09-03T05:16:20.635Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 0042c2a6-1371-4631-9454-aa8b1478ebb8 71076
2022-09-03T05:16:20.635Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?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-09-03T05:16:20.636Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?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-09-03T05:16:20.636Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T05:16:20.636Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:16:20.638Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:16:20.638Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||try to send status {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182180635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:16:20.738Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:16:20.739Z||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-09-03T05:16:20.739Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:16:20.756Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:16:20.756Z||pool-112-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:16:21.639Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-03T05:16:21.640Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|INFO|500||MSO config path is: /app
2022-09-03T05:16:21.640Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|INFO|500||Trying to write artifact UUID: 0042c2a6-1371-4631-9454-aa8b1478ebb8, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-09-03T05:16:21.640Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-09-03T05:16:21.641Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-09-03T05:16:21.641Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-09-03T05:16:21.837Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14303966574620429151/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-09-03T05:16:22.803Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-09-03T05:16:22.804Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|WARN|500||####################################################################################################
2022-09-03T05:16:22.804Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-03T05:16:22.805Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-09-03T05:16:22.805Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-03T05:16:22.805Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-03T05:16:22.805Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?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-09-03T05:16:22.806Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-03T05:16:22.806Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?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-09-03T05:16:22.806Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?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-09-03T05:16:22.806Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?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-09-03T05:16:22.807Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-03T05:16:22.807Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?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-09-03T05:16:22.807Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|WARN|500||####################################################################################################
2022-09-03T05:16:22.807Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:16:22.808Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:16:22.808Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-03T05:16:22.808Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Search for entities recursively
2022-09-03T05:16:22.809Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-03T05:16:22.809Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:16:22.809Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:16:22.809Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-03T05:16:22.809Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Search for entities recursively
2022-09-03T05:16:22.810Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-03T05:16:22.810Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:16:22.810Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:16:22.811Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:16:22.811Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-09-03T05:16:22.811Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-09-03T05:16:22.811Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-09-03T05:16:22.812Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-09-03T05:16:22.812Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-03T05:16:22.812Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-03T05:16:22.812Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:16:22.813Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-03T05:16:22.813Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:16:22.813Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-03T05:16:22.813Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:16:22.814Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:16:22.814Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-03T05:16:22.814Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:16:22.815Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:16:22.815Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-03T05:16:22.815Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:16:22.815Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:16:22.816Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-09-03T05:16:22.816Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-09-03T05:16:22.816Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-03T05:16:22.816Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b6e5b453-17e6-491e-8ce7-45372fab53cf
2022-09-03T05:16:22.817Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:16:22.817Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:16:22.817Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:16:22.817Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:16:22.818Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:16:22.818Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:16:22.818Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:16:22.818Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:16:22.819Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:8c6a9852-1f74-4c7c-9119-65a068bdcb07
Model Version:NULL
Model InvariantUuid:fd9632e3-50c1-4855-a471-775f106db4a4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:7d2e50b1-3cb1-4f08-b9fd-19d464fd78a6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1407c39b-c567-4858-acaf-004a0fef0116
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:601ad606-ee4f-442b-83f1-05561f20b773
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:77aa2fce-7c82-4eec-a2e0-eb1938449def
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:3e805ca6-5430-4c11-b29b-60879327bf38
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b6e5b453-17e6-491e-8ce7-45372fab53cf
ModelInvariantUuid:ef8b3e7a-3df7-417b-8ead-58071ff249fb
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:15b36332-734a-40e4-a632-f37056aad90d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:513c51e9-721f-40b4-8114-3ee53bb78ba0
ModelInvariantUuid:68d7246c-45f5-4944-bf31-54c07f9610e5
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:cce8ba2d-a5d9-4151-887c-fe268c75fe57
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-09-03T05:16:22.827Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 77f2e750-9e57-4d2c-bb9c-872188861a98
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-03T05:16:22.830Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|INFO|500||basic_vm 0
2022-09-03T05:16:22.830Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 77f2e750-9e57-4d2c-bb9c-872188861a98
2022-09-03T05:16:22.831Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|INFO|500||Trying to download the artifact UUID: f60184ea-9d20-4c51-a14f-7d17e01b18f3 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-09-03T05:16:22.831Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|INFO|500||DistributionClient - download
2022-09-03T05:16:22.831Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?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-09-03T05:16:22.919Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||GET Response Status 200
2022-09-03T05:16:22.920Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json f60184ea-9d20-4c51-a14f-7d17e01b18f3 787
2022-09-03T05:16:22.920Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?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-09-03T05:16:22.920Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?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-09-03T05:16:22.920Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T05:16:22.920Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:16:22.922Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:16:22.922Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||try to send status {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182182920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:16:23.022Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:16:23.023Z||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-09-03T05:16:23.023Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:16:23.037Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:16:23.037Z||pool-113-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:16:23.922Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "77aa2fce-7c82-4eec-a2e0-eb1938449def",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3e805ca6-5430-4c11-b29b-60879327bf38",
    "vfModuleModelCustomizationUUID": "3c06a8bb-1eeb-429e-9f2d-38aa88d05d3c",
    "isBase": true,
    "artifacts": [
      "859d160c-4bc1-4782-b125-c128a620bc06",
      "19bde6fd-927b-437a-ba9a-38a91f3d34fc"
    ],
    "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-09-03T05:16:23.925Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3e805ca6-5430-4c11-b29b-60879327bf38
VfModuleModelInvariantUUID:77aa2fce-7c82-4eec-a2e0-eb1938449def
VfModuleModelDescription:NULL
Artifacts UUID List:{
859d160c-4bc1-4782-b125-c128a620bc06
,
19bde6fd-927b-437a-ba9a-38a91f3d34fc

}
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-09-03T05:16:23.927Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "77aa2fce-7c82-4eec-a2e0-eb1938449def",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3e805ca6-5430-4c11-b29b-60879327bf38",
    "vfModuleModelCustomizationUUID": "3c06a8bb-1eeb-429e-9f2d-38aa88d05d3c",
    "isBase": true,
    "artifacts": [
      "859d160c-4bc1-4782-b125-c128a620bc06",
      "19bde6fd-927b-437a-ba9a-38a91f3d34fc"
    ],
    "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-09-03T05:16:23.927Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3e805ca6-5430-4c11-b29b-60879327bf38
VfModuleModelInvariantUUID:77aa2fce-7c82-4eec-a2e0-eb1938449def
VfModuleModelDescription:NULL
Artifacts UUID List:{
859d160c-4bc1-4782-b125-c128a620bc06
,
19bde6fd-927b-437a-ba9a-38a91f3d34fc

}
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-09-03T05:16:23.927Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|INFO|500||Trying to download the artifact UUID: 859d160c-4bc1-4782-b125-c128a620bc06 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-09-03T05:16:23.927Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|INFO|500||DistributionClient - download
2022-09-03T05:16:23.927Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?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-09-03T05:16:24.061Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||GET Response Status 200
2022-09-03T05:16:24.061Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 859d160c-4bc1-4782-b125-c128a620bc06 5033
2022-09-03T05:16:24.061Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?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-09-03T05:16:24.062Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?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-09-03T05:16:24.062Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T05:16:24.062Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:16:24.063Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:16:24.063Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||try to send status {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182184061,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:16:24.164Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:16:24.164Z||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-09-03T05:16:24.164Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:16:24.179Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:16:24.180Z||pool-114-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:16:25.064Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|INFO|500||Trying to download the artifact UUID: 19bde6fd-927b-437a-ba9a-38a91f3d34fc from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-09-03T05:16:25.065Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|INFO|500||DistributionClient - download
2022-09-03T05:16:25.065Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?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-09-03T05:16:25.111Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||GET Response Status 200
2022-09-03T05:16:25.111Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 19bde6fd-927b-437a-ba9a-38a91f3d34fc 903
2022-09-03T05:16:25.112Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?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-09-03T05:16:25.112Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?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-09-03T05:16:25.112Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T05:16:25.112Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:16:25.114Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:16:25.114Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||try to send status {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182185112,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:16:25.214Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:16:25.215Z||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-09-03T05:16:25.215Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:16:25.228Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:16:25.229Z||pool-115-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-09-03T05:16:26.114Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Preparing to deploy Service: 8c6a9852-1f74-4c7c-9119-65a068bdcb07
2022-09-03T05:16:26.115Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 77f2e750-9e57-4d2c-bb9c-872188861a98 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-09-03T05:16:26.183Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@26d78eed, org.onap.sdc.toscaparser.api.parameters.Input@2eac587a, org.onap.sdc.toscaparser.api.parameters.Input@361ce977, org.onap.sdc.toscaparser.api.parameters.Input@3ed399a7, org.onap.sdc.toscaparser.api.parameters.Input@24e9c876]
2022-09-03T05:16:26.184Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:16:26.184Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:16:26.184Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||VF Category is: Generic 
2022-09-03T05:16:26.184Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||VFCustomizationUUID= 601ad606-ee4f-442b-83f1-05561f20b773
2022-09-03T05:16:26.184Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 601ad606-ee4f-442b-83f1-05561f20b773 matches Tosca VF Customization UUID: 601ad606-ee4f-442b-83f1-05561f20b773
2022-09-03T05:16:26.185Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||vfCustomizationUUID: 601ad606-ee4f-442b-83f1-05561f20b773  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-09-03T05:16:26.196Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:16:26.197Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:16:26.197Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||resource request for resource customization id 601ad606-ee4f-442b-83f1-05561f20b773: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-09-03T05:16:26.197Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1b709819
2022-09-03T05:16:26.197Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:16:26.198Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-03T05:16:26.198Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3c06a8bb-1eeb-429e-9f2d-38aa88d05d3c
2022-09-03T05:16:26.198Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3c06a8bb-1eeb-429e-9f2d-38aa88d05d3c
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-09-03T05:16:26.220Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:16:26.221Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-03T05:16:26.221Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:16:26.221Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:16:26.221Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-03T05:16:26.222Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:16:26.222Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:16:26.222Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-09-03T05:16:26.222Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-09-03T05:16:26.222Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-03T05:16:26.222Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b6e5b453-17e6-491e-8ce7-45372fab53cf
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-09-03T05:16:26.252Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:16:26.253Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-03T05:16:26.253Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:16:26.253Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:16:26.253Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-03T05:16:26.253Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=601ad606-ee4f-442b-83f1-05561f20b773
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-03T05:16:26.269Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:16:26.270Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:16:26.270Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500|| resourceSeq for service uuid 8c6a9852-1f74-4c7c-9119-65a068bdcb07: basic_vm
2022-09-03T05:16:26.270Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:16:26.270Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:16:26.271Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:16:26.271Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:16:26.271Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:16:26.271Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:16:26.271Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:16:26.272Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:16:26.272Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:16:26.272Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:16:26.272Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?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-09-03T05:16:26.513Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 77f2e750-9e57-4d2c-bb9c-872188861a98 1 ASDC deployResourceStructure
2022-09-03T05:16:26.514Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?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-09-03T05:16:26.514Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?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-09-03T05:16:26.514Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T05:16:26.514Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:16:26.516Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:16:26.516Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||try to send status {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182186514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-03T05:16:26.616Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:16:26.619Z||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-09-03T05:16:26.619Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:16:26.634Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:16:26.634Z||pool-116-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:16:27.517Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?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-09-03T05:16:27.517Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?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-09-03T05:16:27.517Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T05:16:27.517Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:16:27.519Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:16:27.519Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||try to send status {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182187517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-09-03T05:16:27.619Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:16:27.620Z||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-09-03T05:16:27.620Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:16:27.635Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:16:27.636Z||pool-117-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:16:28.520Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?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-09-03T05:16:28.520Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?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-09-03T05:16:28.520Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T05:16:28.520Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:16:28.522Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:16:28.522Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||try to send status {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182188520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-09-03T05:16:28.622Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:16:28.623Z||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-09-03T05:16:28.623Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:16:28.637Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:16:28.638Z||pool-118-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-09-03T05:16:29.523Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?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-09-03T05:16:29.523Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?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-09-03T05:16:29.523Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T05:16:29.524Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:16:29.525Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:16:29.525Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||try to send status {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182189523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:16:29.625Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:16:29.626Z||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-09-03T05:16:29.626Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:16:29.671Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:16:29.671Z||pool-119-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:16:30.526Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6876dfc9-bf29-4809-9b7f-e833097e9fc8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:16:30.539Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6876dfc9-bf29-4809-9b7f-e833097e9fc8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:16:30.541Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:16:30.541Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-03T05:16:30.541Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-03T05:16:30.541Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-03T05:16:30.541Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-09-03T05:16:30.541Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?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-09-03T05:16:30.548Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-03T05:16:45.415Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:16:45.416Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?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-09-03T05:16:45.416Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:16:45.451Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:16:45.452Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:16:45.452Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "49771f3b-1204-4d0c-bfc6-eb7435a21889",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182114029,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-03T05:16:45.453Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:16:45.453Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:16:45.453Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182064369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:16:45.453Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:16:45.453Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:16:45.453Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182064369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-09-03T05:16:45.453Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:16:45.453Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:16:45.453Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182064369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-09-03T05:16:45.454Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:16:45.454Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:16:45.454Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182064369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-09-03T05:16:45.454Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:16:45.454Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:16:45.454Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182064369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-09-03T05:16:45.454Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:16:45.454Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:16:45.454Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182064369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:16:45.454Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:16:45.454Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:16:45.454Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182064369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-09-03T05:16:45.454Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:16:45.455Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:16:45.455Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182064369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:16:45.455Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:16:45.455Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:16:45.455Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182064369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:16:45.455Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:16:45.455Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:16:45.455Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182124333,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:16:45.455Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:16:45.455Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:16:45.455Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182126680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:16:45.455Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:16:45.456Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:16:45.456Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182127769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:16:45.456Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:16:45.456Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:16:45.456Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182128826,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:16:45.456Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:16:45.456Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:16:45.456Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182129892,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:16:45.456Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:16:45.456Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:16:45.456Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182130937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:16:45.456Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:16:45.456Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:16:45.456Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182132079,
  "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-09-03T05:16:45.457Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:16:45.457Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:16:45.457Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182133083,
  "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-09-03T05:16:45.457Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:16:45.457Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:16:45.457Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182134087,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-03T05:16:45.457Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:16:45.457Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:16:45.457Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182135092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-09-03T05:16:45.457Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:16:45.457Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:16:45.457Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182136096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-09-03T05:16:45.457Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:16:45.458Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:16:45.458Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182137100,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:16:45.458Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:17:00.549Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 6876dfc9-bf29-4809-9b7f-e833097e9fc8 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-09-03T05:17:00.556Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6876dfc9-bf29-4809-9b7f-e833097e9fc8 and serviceModelVersionId: 8c6a9852-1f74-4c7c-9119-65a068bdcb07
2022-09-03T05:17:00.556Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fd9632e3-50c1-4855-a471-775f106db4a4
2022-09-03T05:17:00.557Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0
2022-09-03T05:17:00.560Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b46a8c1-a1df-4388-9757-cfbeee35adbd/model-vers/model-ver/5eb4a27f-4e4c-4575-a0fc-32137f5c8f00?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-09-03T05:17:00.596Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||Invoke
2022-09-03T05:17:00.596Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6876dfc9-bf29-4809-9b7f-e833097e9fc8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b2a3f31d-6169-49ef-a61c-64b94668063e], X-ECOMP-RequestID=[6876dfc9-bf29-4809-9b7f-e833097e9fc8], X-TransactionId=[], X-ONAP-RequestID=[6876dfc9-bf29-4809-9b7f-e833097e9fc8], Content-Type=[application/merge-patch+json]}
2022-09-03T05:17:02.140Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||Invoke
2022-09-03T05:17:02.140Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6876dfc9-bf29-4809-9b7f-e833097e9fc8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dba25f9e-8915-47e8-88a6-5b4105cb37eb], X-ECOMP-RequestID=[6876dfc9-bf29-4809-9b7f-e833097e9fc8], X-TransactionId=[], X-ONAP-RequestID=[6876dfc9-bf29-4809-9b7f-e833097e9fc8], Content-Type=[application/merge-patch+json]}
2022-09-03T05:17:03.675Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||Invoke
2022-09-03T05:17:03.676Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6876dfc9-bf29-4809-9b7f-e833097e9fc8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[88502f4a-88c7-43ae-9998-a52973f8cd74], X-ECOMP-RequestID=[6876dfc9-bf29-4809-9b7f-e833097e9fc8], X-TransactionId=[], X-ONAP-RequestID=[6876dfc9-bf29-4809-9b7f-e833097e9fc8], Content-Type=[application/merge-patch+json]}
2022-09-03T05:17:04.709Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T05:17:04.710Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?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-09-03T05:17:04.710Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T05:17:04.710Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?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-09-03T05:17:04.721Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?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-09-03T05:17:04.721Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6876dfc9-bf29-4809-9b7f-e833097e9fc8 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T05:17:04.721Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-03T05:17:04.722Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:17:04.723Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:17:04.723Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||try to send status {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182224721,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-03T05:17:04.823Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:17:04.824Z||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-09-03T05:17:04.824Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:17:04.846Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:17:04.846Z||pool-120-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-03T05:17:05.739Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||received message from topic
2022-09-03T05:17:05.739Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"ffe212e6-0ac0-484c-a01e-8355a242be47","serviceName":"vFW 2022-09-03 05-13-03","serviceVersion":"1.0","serviceUUID":"7c16fa2b-5c08-4b6c-bff4-e37a6967495d","serviceDescription":"catalog service description","serviceInvariantUUID":"707f0707-c67b-41c6-9aef-865e13ab52ce","resources":[{"resourceInstanceName":"vFW 31aeea2b-b9cc 0","resourceName":"vFW 31aeea2b-b9cc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"361391f4-2d96-4dfa-a825-476edb265a89","resourceInvariantUUID":"e489e2a6-90cf-4f68-bcf2-46f42553f4b0","resourceCustomizationUUID":"fad67d7a-6c9e-464f-940c-f2face43f90f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/vf-license-model.xml","artifactChecksum":"NThiMTJlNzUzOTJmNmYyYjgwY2JjODU2Mzk0ZTI1YTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"77586358-f3d7-4934-845a-c228c8741109","artifactVersion":"1"},{"artifactName":"vfw31aeea2bb9cc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/vfw31aeea2bb9cc0_modules.json","artifactChecksum":"ODA3MmFkYThhYzdkY2ZkNjNjNzk2MWZiMzI5NmIzNTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2bcbecac-f50a-437b-8380-998511434997","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5236a6ed-9d5e-448b-9d31-4ddac7dcb4b8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/vendor-license-model.xml","artifactChecksum":"NzFmZGE3MThlOTYyMWRjYmVjNmExZmUwNWMyZmE4MDk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"66662f7f-de13-424f-a464-34bc4fbec20b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0d29ba24-956a-49e2-8673-cf66f52f0071","artifactVersion":"2","generatedFromUUID":"5236a6ed-9d5e-448b-9d31-4ddac7dcb4b8"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220903051303-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220903051303/1.0/artifacts/service-Vfw20220903051303-template.yml","artifactChecksum":"ODI3M2FjNDhiOTQ4M2IzMDAzMzU4YmQzYTA2YjE4NmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"129ee0f7-0408-4360-bd18-8f02c90f71ad","artifactVersion":"1"},{"artifactName":"service-Vfw20220903051303-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220903051303/1.0/artifacts/service-Vfw20220903051303-csar.csar","artifactChecksum":"NTg4ODliNDc3Y2RiY2Q3YTRmMDQyN2Q3MTg5ZTIxZTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d22fa8f0-a5e7-4c40-a82e-878ce225689a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-03T05:17:05.740Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:17:05.740Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:17:05.742Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:17:05.742Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||try to send status {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182064369,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:17:05.842Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:17:05.843Z||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-09-03T05:17:05.843Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:17:05.858Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:17:05.858Z||pool-121-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:17:06.743Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:17:06.743Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:17:06.745Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:17:06.746Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||try to send status {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182064369,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/vfw31aeea2bb9cc0_modules.json",
  "status": "NOTIFIED"
}
2022-09-03T05:17:06.846Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:17:06.847Z||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-09-03T05:17:06.847Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:17:06.865Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:17:06.865Z||pool-122-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:17:07.746Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:17:07.747Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:17:07.748Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:17:07.749Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||try to send status {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182064369,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-03T05:17:07.849Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:17:07.850Z||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-09-03T05:17:07.850Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:17:07.864Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:17:07.864Z||pool-123-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-09-03T05:17:08.750Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:17:08.751Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:17:08.753Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:17:08.753Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||try to send status {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182064369,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:17:08.853Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:17:08.854Z||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-09-03T05:17:08.854Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:17:08.869Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:17:08.870Z||pool-124-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:17:09.755Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:17:09.755Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:17:09.757Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:17:09.757Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||try to send status {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182064369,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-03T05:17:09.857Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:17:09.858Z||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-09-03T05:17:09.858Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:17:09.872Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:17:09.873Z||pool-125-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:17:10.758Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:17:10.758Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:17:10.760Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:17:10.760Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||try to send status {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182064369,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/artifacts/service-Vfw20220903051303-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:17:10.860Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:17:10.862Z||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-09-03T05:17:10.862Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:17:10.876Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:17:10.876Z||pool-126-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:17:11.760Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:17:11.761Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:17:11.763Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:17:11.763Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||try to send status {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182064369,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/artifacts/service-Vfw20220903051303-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:17:11.863Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:17:11.864Z||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-09-03T05:17:11.864Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:17:11.887Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:17:11.887Z||pool-127-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-09-03T05:17:12.764Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "serviceName": "vFW 2022-09-03 05-13-03",
  "serviceVersion": "1.0",
  "serviceUUID": "7c16fa2b-5c08-4b6c-bff4-e37a6967495d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "707f0707-c67b-41c6-9aef-865e13ab52ce",
  "resources": [
    {
      "resourceInstanceName": "vFW 31aeea2b-b9cc 0",
      "resourceCustomizationUUID": "fad67d7a-6c9e-464f-940c-f2face43f90f",
      "resourceName": "vFW 31aeea2b-b9cc",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "361391f4-2d96-4dfa-a825-476edb265a89",
      "resourceInvariantUUID": "e489e2a6-90cf-4f68-bcf2-46f42553f4b0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw31aeea2bb9cc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/vfw31aeea2bb9cc0_modules.json",
          "artifactChecksum": "ODA3MmFkYThhYzdkY2ZkNjNjNzk2MWZiMzI5NmIzNTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2bcbecac-f50a-437b-8380-998511434997",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "5236a6ed-9d5e-448b-9d31-4ddac7dcb4b8",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0d29ba24-956a-49e2-8673-cf66f52f0071",
            "generatedFromUUID": "5236a6ed-9d5e-448b-9d31-4ddac7dcb4b8"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0d29ba24-956a-49e2-8673-cf66f52f0071",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220903051303-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/artifacts/service-Vfw20220903051303-csar.csar",
      "artifactChecksum": "NTg4ODliNDc3Y2RiY2Q3YTRmMDQyN2Q3MTg5ZTIxZTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d22fa8f0-a5e7-4c40-a82e-878ce225689a"
    }
  ],
  "workloadContext": "Production"
}
2022-09-03T05:17:12.765Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-03T05:17:12.765Z|6876dfc9-bf29-4809-9b7f-e833097e9fc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7c16fa2b-5c08-4b6c-bff4-e37a6967495d ASDC
2022-09-03T05:17:12.765Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||ASDC Notification:
DistributionID:ffe212e6-0ac0-484c-a01e-8355a242be47
ServiceName:vFW 2022-09-03 05-13-03
ServiceVersion:1.0
ServiceUUID:7c16fa2b-5c08-4b6c-bff4-e37a6967495d
ServiceInvariantUUID:707f0707-c67b-41c6-9aef-865e13ab52ce
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220903051303-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220903051303/1.0/artifacts/service-Vfw20220903051303-csar.csar
ArtifactUUID:d22fa8f0-a5e7-4c40-a82e-878ce225689a
ArtifactChecksum:NTg4ODliNDc3Y2RiY2Q3YTRmMDQyN2Q3MTg5ZTIxZTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 31aeea2b-b9cc 0
ResourceCustomizationUUID:fad67d7a-6c9e-464f-940c-f2face43f90f
ResourceInvariantUUID:e489e2a6-90cf-4f68-bcf2-46f42553f4b0
ResourceName:vFW 31aeea2b-b9cc
ResourceType:VF
ResourceUUID:361391f4-2d96-4dfa-a825-476edb265a89
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw31aeea2bb9cc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/vfw31aeea2bb9cc0_modules.json
ArtifactUUID:2bcbecac-f50a-437b-8380-998511434997
ArtifactChecksum:ODA3MmFkYThhYzdkY2ZkNjNjNzk2MWZiMzI5NmIzNTE=
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/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/base_vfw.yaml
ArtifactUUID:5236a6ed-9d5e-448b-9d31-4ddac7dcb4b8
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/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/base_vfw.env
ArtifactUUID:0d29ba24-956a-49e2-8673-cf66f52f0071
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/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/base_vfw.env
ArtifactUUID:0d29ba24-956a-49e2-8673-cf66f52f0071
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-03T05:17:12.765Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7c16fa2b-5c08-4b6c-bff4-e37a6967495d 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-09-03T05:17:12.829Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-03T05:17:12.830Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||MSO config path is: /app
2022-09-03T05:17:12.830Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||MSO config path is: /app
2022-09-03T05:17:12.830Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||Trying to download the artifact UUID: d22fa8f0-a5e7-4c40-a82e-878ce225689a from URL: /sdc/v1/catalog/services/Vfw20220903051303/1.0/artifacts/service-Vfw20220903051303-csar.csar
2022-09-03T05:17:12.830Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||DistributionClient - download
2022-09-03T05:17:12.831Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220903051303/1.0/artifacts/service-Vfw20220903051303-csar.csar
2022-09-03T05:17:12.995Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||GET Response Status 200
2022-09-03T05:17:12.999Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220903051303/1.0/artifacts/service-Vfw20220903051303-csar.csar d22fa8f0-a5e7-4c40-a82e-878ce225689a 99018
2022-09-03T05:17:12.999Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220903051303/1.0/artifacts/service-Vfw20220903051303-csar.csar ASDC sendASDCNotification
2022-09-03T05:17:13.000Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903051303/1.0/artifacts/service-Vfw20220903051303-csar.csar
2022-09-03T05:17:13.000Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T05:17:13.000Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:17:13.002Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:17:13.002Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||try to send status {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182232999,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/artifacts/service-Vfw20220903051303-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:17:13.102Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:17:13.103Z||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-09-03T05:17:13.103Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:17:13.119Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:17:13.119Z||pool-128-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:17:14.002Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-03T05:17:14.004Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||MSO config path is: /app
2022-09-03T05:17:14.004Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||Trying to write artifact UUID: d22fa8f0-a5e7-4c40-a82e-878ce225689a, URL: /sdc/v1/catalog/services/Vfw20220903051303/1.0/artifacts/service-Vfw20220903051303-csar.csar to file: /app/ASDC/1/service-Vfw20220903051303-csar.csar
2022-09-03T05:17:14.004Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220903051303-csar.csar
2022-09-03T05:17:14.005Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220903051303-csar.csar
2022-09-03T05:17:14.005Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220903051303-csar.csar
2022-09-03T05:17:14.132Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6892306395452944259/Definitions/service-Vfw20220903051303-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-09-03T05:17:15.951Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-09-03T05:17:15.951Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|WARN|500||####################################################################################################
2022-09-03T05:17:15.952Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220903051303-csar.csar
2022-09-03T05:17:15.952Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-09-03T05:17:15.952Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220903051303-csar.csar
2022-09-03T05:17:15.952Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220903051303-csar.csar
2022-09-03T05:17:15.953Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?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-Vfw20220903051303-csar.csar
2022-09-03T05:17:15.953Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?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-Vfw20220903051303-csar.csar
2022-09-03T05:17:15.953Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?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-Vfw20220903051303-csar.csar
2022-09-03T05:17:15.953Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220903051303-csar.csar
2022-09-03T05:17:15.953Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?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-Vfw20220903051303-csar.csar
2022-09-03T05:17:15.954Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220903051303-csar.csar
2022-09-03T05:17:15.954Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 31aeea2b-b9cc 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220903051303-csar.csar
2022-09-03T05:17:15.954Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220903051303-csar.csar
2022-09-03T05:17:15.954Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?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-Vfw20220903051303-csar.csar
2022-09-03T05:17:15.954Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?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-Vfw20220903051303-csar.csar
2022-09-03T05:17:15.955Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?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-Vfw20220903051303-csar.csar
2022-09-03T05:17:15.955Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|WARN|500||####################################################################################################
2022-09-03T05:17:15.955Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:17:15.955Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Service vFW 2022-09-03 05-13-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:17:15.956Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template vFW 31aeea2b-b9cc 0 is matching search criteria
2022-09-03T05:17:15.956Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Search for entities recursively
2022-09-03T05:17:15.956Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Found topology templates [vFW 31aeea2b-b9cc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-03T05:17:15.956Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:17:15.957Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Service vFW 2022-09-03 05-13-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:17:15.957Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template vFW 31aeea2b-b9cc 0 is matching search criteria
2022-09-03T05:17:15.957Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Search for entities recursively
2022-09-03T05:17:15.957Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Found topology templates [vFW 31aeea2b-b9cc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-03T05:17:15.958Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:17:15.958Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Service vFW 2022-09-03 05-13-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:17:15.958Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:17:15.958Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template vFW 31aeea2b-b9cc 0 is not matching search criteria
2022-09-03T05:17:15.959Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-03T05:17:15.959Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-03T05:17:15.959Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-03T05:17:15.959Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:17:15.960Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-03T05:17:15.960Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:17:15.960Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-09-03T05:17:15.960Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-03T05:17:15.961Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-09-03T05:17:15.961Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:17:15.961Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-03T05:17:15.961Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-03T05:17:15.962Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-03T05:17:15.962Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-09-03T05:17:15.962Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:17:15.962Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-03T05:17:15.963Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:17:15.963Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Service vFW 2022-09-03 05-13-03 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-03T05:17:15.963Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:17:15.963Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template vFW 31aeea2b-b9cc 0 is matching search criteria
2022-09-03T05:17:15.963Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Found topology templates [vFW 31aeea2b-b9cc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:17:15.964Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:17:15.964Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template vFW 31aeea2b-b9cc 0 is matching search criteria
2022-09-03T05:17:15.964Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Found topology templates [vFW 31aeea2b-b9cc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:17:15.965Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:17:15.965Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template vFW 31aeea2b-b9cc 0 is matching search criteria
2022-09-03T05:17:15.965Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Found topology templates [vFW 31aeea2b-b9cc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:17:15.965Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:17:15.966Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template vFW 31aeea2b-b9cc 0 is not matching search criteria
2022-09-03T05:17:15.966Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-03T05:17:15.966Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-03T05:17:15.966Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-03T05:17:15.967Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-03T05:17:15.967Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-09-03T05:17:15.967Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:17:15.967Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-03T05:17:15.968Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-03T05:17:15.968Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-03T05:17:15.968Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-09-03T05:17:15.968Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:17:15.968Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a3514400-c135-440d-bebf-467cd30a3356
2022-09-03T05:17:15.968Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:17:15.968Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template vFW 31aeea2b-b9cc 0 is not matching search criteria
2022-09-03T05:17:15.969Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-03T05:17:15.969Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-03T05:17:15.969Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-03T05:17:15.969Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:17:15.969Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-03T05:17:15.969Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:17:15.969Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-09-03T05:17:15.969Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-03T05:17:15.970Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-03T05:17:15.970Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-03T05:17:15.970Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-09-03T05:17:15.970Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:17:15.970Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=96480ca2-40a3-4bde-8683-b6a74ad9e7b8
2022-09-03T05:17:15.970Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:17:15.970Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template vFW 31aeea2b-b9cc 0 is not matching search criteria
2022-09-03T05:17:15.970Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-03T05:17:15.971Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-03T05:17:15.971Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-03T05:17:15.971Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:17:15.971Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-03T05:17:15.971Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:17:15.971Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-09-03T05:17:15.971Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-03T05:17:15.972Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-09-03T05:17:15.972Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:17:15.972Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-03T05:17:15.972Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-03T05:17:15.972Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5dc26dd8-cf2f-412b-ac96-5feb82791276
2022-09-03T05:17:15.972Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:17:15.972Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Service vFW 2022-09-03 05-13-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:17:15.972Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:17:15.973Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Service vFW 2022-09-03 05-13-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:17:15.973Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:17:15.973Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Service vFW 2022-09-03 05-13-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:17:15.973Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:17:15.973Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Service vFW 2022-09-03 05-13-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:17:15.973Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-09-03 05-13-03
Description:catalog service description
Model UUID:7c16fa2b-5c08-4b6c-bff4-e37a6967495d
Model Version:NULL
Model InvariantUuid:707f0707-c67b-41c6-9aef-865e13ab52ce
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 31aeea2b-b9cc
Model UUID:7a6378fa-e5e8-42b1-9e38-8afed075e7c3
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e489e2a6-90cf-4f68-bcf2-46f42553f4b0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:fad67d7a-6c9e-464f-940c-f2face43f90f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e7f24676-82ef-4fe0-b7ad-5a621c7bc079
ModelName:Vfw31aeea2bB9cc..base_vfw..module-0
ModelUuid:e61cf42b-6305-4b82-aecc-48dc839fd65c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a3514400-c135-440d-bebf-467cd30a3356
ModelInvariantUuid:24fa4ccb-9b1f-4f99-ac6d-13abaf09073b
ModelName:vFW 31aeea2b-b9cc-nodes.vfwCvfc
ModelUuid:377abf49-b1bb-42f8-b612-207ededc38dc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:5dc9a3bc-9621-46e9-a209-cc86de13f109
ModelInvariantUuid:cccf99b0-e2c4-4adf-949f-a14818886b2a
ModelName:Vfw31aeea2bB9cc.compute.nodes.heat.vfw
ModelUuid:413b2aa8-f72b-4bd2-b3f9-eadc547b1ab2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:96480ca2-40a3-4bde-8683-b6a74ad9e7b8
ModelInvariantUuid:7aa68b7d-cc97-4434-a2c5-b4578804c73f
ModelName:vFW 31aeea2b-b9cc-nodes.vsnCvfc
ModelUuid:4665db62-4b32-4b23-a485-ee3e8933d2cb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:59306291-9de3-4168-b859-4e0af617c481
ModelInvariantUuid:36d3c5fe-9c95-487a-9d74-f9999c20e4dd
ModelName:Vfw31aeea2bB9cc.compute.nodes.heat.vsn
ModelUuid:b6995606-0fda-4909-aa49-3034677a5d74
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5dc26dd8-cf2f-412b-ac96-5feb82791276
ModelInvariantUuid:3bdafbfb-1cdb-4d6f-942c-3ce9db9a5394
ModelName:vFW 31aeea2b-b9cc-nodes.vpgCvfc
ModelUuid:30ff409e-8d8a-4cea-887b-05a8fea9942c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:f01a5b58-ce89-4f64-82a2-fb9d9a61fc0f
ModelInvariantUuid:eea8ad0e-01b7-496d-8ea6-2d2064b75217
ModelName:Vfw31aeea2bB9cc.compute.nodes.heat.vpg
ModelUuid:7074f818-ba85-49f4-8c90-7a5b5b7022a7
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-09-03T05:17:15.988Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 361391f4-2d96-4dfa-a825-476edb265a89
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-03T05:17:15.993Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||vFW 31aeea2b-b9cc 0
2022-09-03T05:17:15.993Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 361391f4-2d96-4dfa-a825-476edb265a89
2022-09-03T05:17:15.994Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||Trying to download the artifact UUID: 2bcbecac-f50a-437b-8380-998511434997 from URL: /sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/vfw31aeea2bb9cc0_modules.json
2022-09-03T05:17:15.994Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||DistributionClient - download
2022-09-03T05:17:15.994Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/vfw31aeea2bb9cc0_modules.json
2022-09-03T05:17:16.039Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||GET Response Status 200
2022-09-03T05:17:16.039Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/vfw31aeea2bb9cc0_modules.json 2bcbecac-f50a-437b-8380-998511434997 785
2022-09-03T05:17:16.040Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/vfw31aeea2bb9cc0_modules.json ASDC sendASDCNotification
2022-09-03T05:17:16.040Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/vfw31aeea2bb9cc0_modules.json
2022-09-03T05:17:16.040Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T05:17:16.040Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:17:16.042Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:17:16.042Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||try to send status {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182236040,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/vfw31aeea2bb9cc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:17:16.142Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:17:16.143Z||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-09-03T05:17:16.144Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:17:16.158Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:17:16.159Z||pool-129-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:17:17.043Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw31aeea2bB9cc..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "e7f24676-82ef-4fe0-b7ad-5a621c7bc079",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e61cf42b-6305-4b82-aecc-48dc839fd65c",
    "vfModuleModelCustomizationUUID": "561a37fe-e07c-404b-8907-039a3f36daaf",
    "isBase": true,
    "artifacts": [
      "5236a6ed-9d5e-448b-9d31-4ddac7dcb4b8",
      "0d29ba24-956a-49e2-8673-cf66f52f0071"
    ],
    "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-09-03T05:17:17.046Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw31aeea2bB9cc..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e61cf42b-6305-4b82-aecc-48dc839fd65c
VfModuleModelInvariantUUID:e7f24676-82ef-4fe0-b7ad-5a621c7bc079
VfModuleModelDescription:NULL
Artifacts UUID List:{
5236a6ed-9d5e-448b-9d31-4ddac7dcb4b8
,
0d29ba24-956a-49e2-8673-cf66f52f0071

}
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-09-03T05:17:17.047Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw31aeea2bB9cc..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "e7f24676-82ef-4fe0-b7ad-5a621c7bc079",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e61cf42b-6305-4b82-aecc-48dc839fd65c",
    "vfModuleModelCustomizationUUID": "561a37fe-e07c-404b-8907-039a3f36daaf",
    "isBase": true,
    "artifacts": [
      "5236a6ed-9d5e-448b-9d31-4ddac7dcb4b8",
      "0d29ba24-956a-49e2-8673-cf66f52f0071"
    ],
    "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-09-03T05:17:17.047Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw31aeea2bB9cc..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e61cf42b-6305-4b82-aecc-48dc839fd65c
VfModuleModelInvariantUUID:e7f24676-82ef-4fe0-b7ad-5a621c7bc079
VfModuleModelDescription:NULL
Artifacts UUID List:{
5236a6ed-9d5e-448b-9d31-4ddac7dcb4b8
,
0d29ba24-956a-49e2-8673-cf66f52f0071

}
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-09-03T05:17:17.047Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||Trying to download the artifact UUID: 5236a6ed-9d5e-448b-9d31-4ddac7dcb4b8 from URL: /sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/base_vfw.yaml
2022-09-03T05:17:17.048Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||DistributionClient - download
2022-09-03T05:17:17.048Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/base_vfw.yaml
2022-09-03T05:17:17.154Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||GET Response Status 200
2022-09-03T05:17:17.155Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/base_vfw.yaml 5236a6ed-9d5e-448b-9d31-4ddac7dcb4b8 20368
2022-09-03T05:17:17.155Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-03T05:17:17.155Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/base_vfw.yaml
2022-09-03T05:17:17.155Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T05:17:17.156Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:17:17.157Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:17:17.157Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||try to send status {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182237155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:17:17.258Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:17:17.258Z||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-09-03T05:17:17.259Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:17:17.273Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:17:17.273Z||pool-130-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:17:18.158Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||Trying to download the artifact UUID: 0d29ba24-956a-49e2-8673-cf66f52f0071 from URL: /sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/base_vfw.env
2022-09-03T05:17:18.159Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||DistributionClient - download
2022-09-03T05:17:18.159Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/base_vfw.env
2022-09-03T05:17:18.210Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||GET Response Status 200
2022-09-03T05:17:18.211Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/base_vfw.env 0d29ba24-956a-49e2-8673-cf66f52f0071 2098
2022-09-03T05:17:18.211Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-03T05:17:18.211Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/base_vfw.env
2022-09-03T05:17:18.211Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T05:17:18.211Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:17:18.213Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:17:18.213Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||try to send status {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182238211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:17:18.313Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-03T05:17:18.314Z||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-09-03T05:17:18.314Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:17:18.328Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:17:18.328Z||pool-131-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:17:19.215Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Preparing to deploy Service: 7c16fa2b-5c08-4b6c-bff4-e37a6967495d
2022-09-03T05:17:19.215Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 31aeea2b-b9cc 0 361391f4-2d96-4dfa-a825-476edb265a89 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-09-03T05:17:19.242Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2027abe4, org.onap.sdc.toscaparser.api.parameters.Input@2e4abe68, org.onap.sdc.toscaparser.api.parameters.Input@4fbddb52, org.onap.sdc.toscaparser.api.parameters.Input@4c36dbb5, org.onap.sdc.toscaparser.api.parameters.Input@5153215c]
2022-09-03T05:17:19.243Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:17:19.244Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Service vFW 2022-09-03 05-13-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:17:19.244Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||VF Category is: Generic 
2022-09-03T05:17:19.244Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||VFCustomizationUUID= fad67d7a-6c9e-464f-940c-f2face43f90f
2022-09-03T05:17:19.244Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fad67d7a-6c9e-464f-940c-f2face43f90f matches Tosca VF Customization UUID: fad67d7a-6c9e-464f-940c-f2face43f90f
2022-09-03T05:17:19.244Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||vfCustomizationUUID: fad67d7a-6c9e-464f-940c-f2face43f90f  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-09-03T05:17:19.248Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:17:19.248Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Service vFW 2022-09-03 05-13-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:17:19.249Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||resource request for resource customization id fad67d7a-6c9e-464f-940c-f2face43f90f: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-09-03T05:17:19.249Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7146cc07
2022-09-03T05:17:19.249Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:17:19.249Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Service vFW 2022-09-03 05-13-03 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-03T05:17:19.250Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 561a37fe-e07c-404b-8907-039a3f36daaf
2022-09-03T05:17:19.250Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 561a37fe-e07c-404b-8907-039a3f36daaf
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-09-03T05:17:19.252Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:17:19.252Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template vFW 31aeea2b-b9cc 0 is matching search criteria
2022-09-03T05:17:19.252Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Found topology templates [vFW 31aeea2b-b9cc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:17:19.253Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:17:19.253Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template vFW 31aeea2b-b9cc 0 is matching search criteria
2022-09-03T05:17:19.253Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Found topology templates [vFW 31aeea2b-b9cc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:17:19.253Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:17:19.253Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template vFW 31aeea2b-b9cc 0 is not matching search criteria
2022-09-03T05:17:19.253Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-03T05:17:19.254Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-03T05:17:19.254Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-03T05:17:19.254Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-03T05:17:19.254Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-09-03T05:17:19.254Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:17:19.254Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-03T05:17:19.254Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-03T05:17:19.254Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-03T05:17:19.255Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-09-03T05:17:19.255Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:17:19.255Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a3514400-c135-440d-bebf-467cd30a3356
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-09-03T05:17:19.258Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:17:19.259Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template vFW 31aeea2b-b9cc 0 is matching search criteria
2022-09-03T05:17:19.259Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Found topology templates [vFW 31aeea2b-b9cc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:17:19.259Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:17:19.259Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template vFW 31aeea2b-b9cc 0 is not matching search criteria
2022-09-03T05:17:19.259Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-03T05:17:19.259Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-03T05:17:19.259Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-03T05:17:19.260Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:17:19.260Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-03T05:17:19.260Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:17:19.260Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-09-03T05:17:19.260Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-03T05:17:19.260Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-03T05:17:19.260Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-03T05:17:19.261Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-09-03T05:17:19.261Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:17:19.261Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=96480ca2-40a3-4bde-8683-b6a74ad9e7b8
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-09-03T05:17:19.263Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:17:19.263Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template vFW 31aeea2b-b9cc 0 is matching search criteria
2022-09-03T05:17:19.263Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Found topology templates [vFW 31aeea2b-b9cc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:17:19.264Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:17:19.264Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template vFW 31aeea2b-b9cc 0 is not matching search criteria
2022-09-03T05:17:19.264Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-03T05:17:19.264Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-03T05:17:19.264Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-03T05:17:19.264Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:17:19.264Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-03T05:17:19.264Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:17:19.265Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-09-03T05:17:19.265Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-03T05:17:19.265Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-09-03T05:17:19.265Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:17:19.265Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-03T05:17:19.265Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-03T05:17:19.265Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5dc26dd8-cf2f-412b-ac96-5feb82791276
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-09-03T05:17:19.273Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:17:19.273Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template vFW 31aeea2b-b9cc 0 is matching search criteria
2022-09-03T05:17:19.273Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Found topology templates [vFW 31aeea2b-b9cc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:17:19.273Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:17:19.273Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Node template vFW 31aeea2b-b9cc 0 is matching search criteria
2022-09-03T05:17:19.274Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Found topology templates [vFW 31aeea2b-b9cc 0] matching following query criteria: sdcType=VF, customizationUUID=fad67d7a-6c9e-464f-940c-f2face43f90f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-03T05:17:19.276Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:17:19.277Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Service vFW 2022-09-03 05-13-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:17:19.277Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500|| resourceSeq for service uuid 7c16fa2b-5c08-4b6c-bff4-e37a6967495d: vFW 31aeea2b-b9cc
2022-09-03T05:17:19.277Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:17:19.277Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Service vFW 2022-09-03 05-13-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:17:19.277Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:17:19.277Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Service vFW 2022-09-03 05-13-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:17:19.277Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:17:19.278Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Service vFW 2022-09-03 05-13-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:17:19.278Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:17:19.278Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Service vFW 2022-09-03 05-13-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:17:19.278Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:17:19.278Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Service vFW 2022-09-03 05-13-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:17:19.278Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||Saving Service: vFW 2022-09-03 05-13-03 
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-09-03T05:17:19.585Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 31aeea2b-b9cc 361391f4-2d96-4dfa-a825-476edb265a89 1 ASDC deployResourceStructure
2022-09-03T05:17:19.586Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/vfw31aeea2bb9cc0_modules.json ASDC sendASDCNotification
2022-09-03T05:17:19.586Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/vfw31aeea2bb9cc0_modules.json
2022-09-03T05:17:19.586Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T05:17:19.586Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:17:19.588Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:17:19.589Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||try to send status {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182239586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/vfw31aeea2bb9cc0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-03T05:17:19.689Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:17:19.691Z||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-09-03T05:17:19.691Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:17:19.706Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:17:19.706Z||pool-132-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:17:20.590Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-03T05:17:20.590Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/base_vfw.yaml
2022-09-03T05:17:20.591Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T05:17:20.591Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:17:20.594Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:17:20.594Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||try to send status {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182240590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-09-03T05:17:20.694Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:17:20.695Z||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-09-03T05:17:20.695Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:17:20.708Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:17:20.709Z||pool-133-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:17:21.594Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-03T05:17:21.596Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/base_vfw.env
2022-09-03T05:17:21.596Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T05:17:21.597Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:17:21.600Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:17:21.600Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||try to send status {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182241594,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-09-03T05:17:21.700Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:17:21.701Z||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-09-03T05:17:21.701Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:17:21.715Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:17:21.715Z||pool-134-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:17:22.603Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220903051303/1.0/artifacts/service-Vfw20220903051303-csar.csar ASDC sendASDCNotification
2022-09-03T05:17:22.603Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903051303/1.0/artifacts/service-Vfw20220903051303-csar.csar
2022-09-03T05:17:22.603Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T05:17:22.604Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:17:22.606Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:17:22.606Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||try to send status {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182242603,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/artifacts/service-Vfw20220903051303-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:17:22.706Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:17:22.706Z||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-09-03T05:17:22.707Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:17:22.721Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:17:22.721Z||pool-135-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:17:23.606Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ffe212e6-0ac0-484c-a01e-8355a242be47
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:17:23.620Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ffe212e6-0ac0-484c-a01e-8355a242be47
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:17:23.623Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:17:23.623Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-03T05:17:23.623Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-03T05:17:23.623Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-03T05:17:23.623Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-09-03T05:17:23.623Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?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-09-03T05:17:23.628Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-03T05:17:45.415Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:17:45.416Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?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-09-03T05:17:45.416Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:17:45.448Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:17:45.449Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:17:45.449Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4f10c478-4838-415c-8aa2-6b2b01c7ba56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182172307,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-03T05:17:45.450Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:17:45.450Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:17:45.450Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182064369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:17:45.450Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:17:45.450Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:17:45.450Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182064369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-09-03T05:17:45.450Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:17:45.450Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:17:45.450Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182064369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-03T05:17:45.450Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:17:45.451Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:17:45.451Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182064369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:17:45.451Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:17:45.451Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:17:45.451Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182064369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-03T05:17:45.451Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:17:45.451Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:17:45.451Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182064369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:17:45.451Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:17:45.451Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:17:45.451Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182064369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:17:45.451Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:17:45.452Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:17:45.452Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182180635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:17:45.452Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:17:45.452Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:17:45.452Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182182920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:17:45.452Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:17:45.452Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:17:45.452Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182184061,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:17:45.452Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:17:45.452Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:17:45.452Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182185112,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:17:45.452Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:17:45.453Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:17:45.453Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182186514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-03T05:17:45.453Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:17:45.453Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:17:45.453Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182187517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-09-03T05:17:45.453Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:17:45.453Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:17:45.453Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182188520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-09-03T05:17:45.453Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:17:45.453Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:17:45.453Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182189523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:17:45.454Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:17:53.628Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: ffe212e6-0ac0-484c-a01e-8355a242be47 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-09-03T05:17:53.636Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ffe212e6-0ac0-484c-a01e-8355a242be47 and serviceModelVersionId: 7c16fa2b-5c08-4b6c-bff4-e37a6967495d
2022-09-03T05:17:53.636Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 707f0707-c67b-41c6-9aef-865e13ab52ce
2022-09-03T05:17:53.637Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0
2022-09-03T05:17:53.640Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd9632e3-50c1-4855-a471-775f106db4a4/model-vers/model-ver/8c6a9852-1f74-4c7c-9119-65a068bdcb07?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-09-03T05:17:53.681Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||Invoke
2022-09-03T05:17:53.681Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ffe212e6-0ac0-484c-a01e-8355a242be47], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e81f8123-b733-454f-a1e4-254428e2310c], X-ECOMP-RequestID=[ffe212e6-0ac0-484c-a01e-8355a242be47], X-TransactionId=[], X-ONAP-RequestID=[ffe212e6-0ac0-484c-a01e-8355a242be47], Content-Type=[application/merge-patch+json]}
2022-09-03T05:17:55.196Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||Invoke
2022-09-03T05:17:55.196Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ffe212e6-0ac0-484c-a01e-8355a242be47], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dd350a7c-82f1-493a-a530-453b3f3be839], X-ECOMP-RequestID=[ffe212e6-0ac0-484c-a01e-8355a242be47], X-TransactionId=[], X-ONAP-RequestID=[ffe212e6-0ac0-484c-a01e-8355a242be47], Content-Type=[application/merge-patch+json]}
2022-09-03T05:17:56.736Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||Invoke
2022-09-03T05:17:56.737Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ffe212e6-0ac0-484c-a01e-8355a242be47], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a49e86e6-facc-4ff3-8fa4-e509c24f3677], X-ECOMP-RequestID=[ffe212e6-0ac0-484c-a01e-8355a242be47], X-TransactionId=[], X-ONAP-RequestID=[ffe212e6-0ac0-484c-a01e-8355a242be47], Content-Type=[application/merge-patch+json]}
2022-09-03T05:17:57.767Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T05:17:57.768Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?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-09-03T05:17:57.768Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T05:17:57.769Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?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-09-03T05:17:57.804Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?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-09-03T05:17:57.804Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ffe212e6-0ac0-484c-a01e-8355a242be47 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T05:17:57.805Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-03T05:17:57.805Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:17:57.806Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:17:57.807Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||try to send status {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182277805,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-03T05:17:57.907Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:17:57.908Z||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-09-03T05:17:57.908Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:17:57.922Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:17:57.922Z||pool-136-thread-1|||||INFO|500||cambria reply ok (15 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-09-03T05:17:58.830Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:17:58.830Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T05:17:58.831Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:18:09.123Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:18:09.123Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:18:09.124Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T05:18:09.124Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:18:18.696Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:18:18.696Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:18:18.697Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T05:18:18.697Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:18:28.251Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:18:28.252Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:18:28.252Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T05:18:28.252Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:18:37.793Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:18:37.794Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:18:37.795Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T05:18:37.795Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:18:45.415Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:18:45.416Z||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-09-03T05:18:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T05:18:45.453Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:18:45.454Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:18:45.454Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6876dfc9-bf29-4809-9b7f-e833097e9fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182224721,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-03T05:18:45.454Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:18:45.455Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:18:45.455Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182064369,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:18:45.455Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:18:45.455Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:18:45.455Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182064369,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/vfw31aeea2bb9cc0_modules.json",
  "status": "NOTIFIED"
}
2022-09-03T05:18:45.455Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:18:45.455Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:18:45.455Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182064369,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-03T05:18:45.455Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:18:45.455Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:18:45.455Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182064369,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:18:45.456Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:18:45.456Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:18:45.456Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182064369,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-03T05:18:45.456Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:18:45.456Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:18:45.456Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182064369,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/artifacts/service-Vfw20220903051303-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:18:45.456Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:18:45.456Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:18:45.456Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182064369,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/artifacts/service-Vfw20220903051303-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:18:45.456Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:18:45.456Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:18:45.456Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182232999,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/artifacts/service-Vfw20220903051303-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:18:45.456Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:18:45.456Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:18:45.457Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182236040,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/vfw31aeea2bb9cc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:18:45.457Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:18:45.457Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:18:45.457Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182237155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:18:45.457Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:18:45.457Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:18:45.457Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182238211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:18:45.457Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:18:45.457Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:18:45.457Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182239586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/vfw31aeea2bb9cc0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-03T05:18:45.457Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:18:45.457Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:18:45.458Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182240590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-09-03T05:18:45.458Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:18:45.458Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:18:45.458Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182241594,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/resourceInstances/vfw31aeea2bb9cc0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-09-03T05:18:45.458Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:18:45.458Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:18:45.458Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182242603,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903051303/1.0/artifacts/service-Vfw20220903051303-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:18:45.458Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:18:47.339Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:18:47.339Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:18:47.340Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T05:18:47.340Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:18:56.880Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:18:56.880Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:18:56.881Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T05:18:56.881Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:19:06.421Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:19:06.422Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:19:06.423Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T05:19:06.423Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:19:15.965Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:19:45.413Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:19:45.414Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T05:19:45.414Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:19:45.415Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:19:45.415Z||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-09-03T05:19:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T05:19:45.448Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:19:45.448Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:19:45.449Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffe212e6-0ac0-484c-a01e-8355a242be47",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182277805,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-03T05:19:45.450Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:19:46.043Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:19:46.048Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||received message from topic
2022-09-03T05:19:46.048Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"26b70dc0-1da5-4e89-a728-3600d009a178","serviceName":"Demo_pNF_dNDJeFQHxeEQgYz3Ao7y","serviceVersion":"1.0","serviceUUID":"dbc50f7e-1af3-404f-92f2-17c77e50cfbd","serviceDescription":"catalog service description","serviceInvariantUUID":"8c8d7169-6f3c-4078-bd2b-f3a9820f56fc","resources":[{"resourceInstanceName":"pNF c41db480-a8f3 0","resourceName":"pNF c41db480-a8f3","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"30d85545-19dc-46e5-8439-8c5c744289e1","resourceInvariantUUID":"83b75848-0ce5-4703-a2e1-b1c6cf94d889","resourceCustomizationUUID":"8f35f79d-3d58-4e95-839b-bc6e3a411f46","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/resourceInstances/pnfc41db480a8f30/artifacts/vf-license-model.xml","artifactChecksum":"OTg1NzIxNzNhZjM5OTNmNzgzZWYwOTNlMTYxYjE0NTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7585019c-4517-461e-8a48-be2d5ab99876","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/resourceInstances/pnfc41db480a8f30/artifacts/pNF.csar","artifactChecksum":"YTQzMzMxNTQyODkzNmYwOWIyZjM1YjcxZDkzMTkxNjM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4cc5ed7e-e05c-4b72-b449-ea03db1dfe18","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/resourceInstances/pnfc41db480a8f30/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fdf521f0-aff6-4aa3-ab67-c4daf39e9537","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/resourceInstances/pnfc41db480a8f30/artifacts/vendor-license-model.xml","artifactChecksum":"OGY0NWRjYTRkZWRhODFkNzQwYTg3NzhhNzQ2MWI1MjA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"66533994-734c-46e1-835b-7c1650727d6b","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/resourceInstances/pnfc41db480a8f30/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c49d41bc-3bdf-4d0c-92c7-1cd26e6d47cf","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/resourceInstances/pnfc41db480a8f30/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c1deafde-464e-4aad-b57c-f52c819dcb77","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfDndjefqhxeeqgyz3ao7y-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/artifacts/service-DemoPnfDndjefqhxeeqgyz3ao7y-template.yml","artifactChecksum":"Y2RjMzk5ZjJlOGUwYjRmNjc1ZGZkZjkwYTY2YjA0NGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"69352949-ae92-4956-93dc-59bf6a866886","artifactVersion":"1"},{"artifactName":"service-DemoPnfDndjefqhxeeqgyz3ao7y-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/artifacts/service-DemoPnfDndjefqhxeeqgyz3ao7y-csar.csar","artifactChecksum":"MTUxMDhkN2UyOGFhZTI5OWFmNGVjOWUwOGI3MzBmMDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"aa1a5419-d82c-4369-941b-e12c00e65233","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-03T05:19:46.053Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:19:46.054Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:19:46.058Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:19:46.058Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||try to send status {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182385413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/resourceInstances/pnfc41db480a8f30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:19:46.158Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:19:46.159Z||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-09-03T05:19:46.159Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:19:46.174Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:19:46.174Z||pool-137-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-09-03T05:19:47.059Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:19:47.060Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:19:47.061Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:19:47.062Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||try to send status {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182385413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/resourceInstances/pnfc41db480a8f30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:19:47.162Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:19:47.163Z||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-09-03T05:19:47.163Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:19:47.184Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:19:47.185Z||pool-138-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:19:48.062Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:19:48.063Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:19:48.064Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:19:48.065Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||try to send status {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182385413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/resourceInstances/pnfc41db480a8f30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:19:48.165Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:19:48.165Z||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-09-03T05:19:48.166Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:19:48.180Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:19:48.180Z||pool-139-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-09-03T05:19:49.065Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:19:49.066Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:19:49.067Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:19:49.067Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||try to send status {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182385413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/resourceInstances/pnfc41db480a8f30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:19:49.168Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:19:49.168Z||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-09-03T05:19:49.169Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:19:49.183Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:19:49.184Z||pool-140-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:19:50.071Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:19:50.072Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:19:50.079Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:19:50.079Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||try to send status {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182385413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/resourceInstances/pnfc41db480a8f30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:19:50.175Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-09-03T05:19:50.176Z||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-09-03T05:19:50.176Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:19:50.189Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:19:50.189Z||pool-141-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:19:51.080Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:19:51.080Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:19:51.083Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:19:51.083Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||try to send status {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182385413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/resourceInstances/pnfc41db480a8f30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:19:51.183Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:19:51.183Z||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-09-03T05:19:51.184Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:19:51.196Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:19:51.197Z||pool-142-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:19:52.083Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:19:52.084Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:19:52.086Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:19:52.086Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||try to send status {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182385413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/artifacts/service-DemoPnfDndjefqhxeeqgyz3ao7y-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:19:52.186Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:19:52.187Z||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-09-03T05:19:52.187Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:19:52.202Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:19:52.202Z||pool-143-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-09-03T05:19:53.087Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:19:53.087Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:19:53.089Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:19:53.090Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||try to send status {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182385413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/artifacts/service-DemoPnfDndjefqhxeeqgyz3ao7y-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:19:53.190Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:19:53.191Z||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-09-03T05:19:53.191Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:19:53.206Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:19:53.206Z||pool-144-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:19:54.091Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "serviceName": "Demo_pNF_dNDJeFQHxeEQgYz3Ao7y",
  "serviceVersion": "1.0",
  "serviceUUID": "dbc50f7e-1af3-404f-92f2-17c77e50cfbd",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "8c8d7169-6f3c-4078-bd2b-f3a9820f56fc",
  "resources": [
    {
      "resourceInstanceName": "pNF c41db480-a8f3 0",
      "resourceCustomizationUUID": "8f35f79d-3d58-4e95-839b-bc6e3a411f46",
      "resourceName": "pNF c41db480-a8f3",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "30d85545-19dc-46e5-8439-8c5c744289e1",
      "resourceInvariantUUID": "83b75848-0ce5-4703-a2e1-b1c6cf94d889",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfDndjefqhxeeqgyz3ao7y-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/artifacts/service-DemoPnfDndjefqhxeeqgyz3ao7y-csar.csar",
      "artifactChecksum": "MTUxMDhkN2UyOGFhZTI5OWFmNGVjOWUwOGI3MzBmMDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "aa1a5419-d82c-4369-941b-e12c00e65233"
    }
  ],
  "workloadContext": "Production"
}
2022-09-03T05:19:54.091Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-03T05:19:54.091Z|ffe212e6-0ac0-484c-a01e-8355a242be47|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 dbc50f7e-1af3-404f-92f2-17c77e50cfbd ASDC
2022-09-03T05:19:54.092Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||ASDC Notification:
DistributionID:26b70dc0-1da5-4e89-a728-3600d009a178
ServiceName:Demo_pNF_dNDJeFQHxeEQgYz3Ao7y
ServiceVersion:1.0
ServiceUUID:dbc50f7e-1af3-404f-92f2-17c77e50cfbd
ServiceInvariantUUID:8c8d7169-6f3c-4078-bd2b-f3a9820f56fc
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfDndjefqhxeeqgyz3ao7y-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/artifacts/service-DemoPnfDndjefqhxeeqgyz3ao7y-csar.csar
ArtifactUUID:aa1a5419-d82c-4369-941b-e12c00e65233
ArtifactChecksum:MTUxMDhkN2UyOGFhZTI5OWFmNGVjOWUwOGI3MzBmMDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c41db480-a8f3 0
ResourceCustomizationUUID:8f35f79d-3d58-4e95-839b-bc6e3a411f46
ResourceInvariantUUID:83b75848-0ce5-4703-a2e1-b1c6cf94d889
ResourceName:pNF c41db480-a8f3
ResourceType:PNF
ResourceUUID:30d85545-19dc-46e5-8439-8c5c744289e1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-09-03T05:19:54.092Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dbc50f7e-1af3-404f-92f2-17c77e50cfbd 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-09-03T05:19:54.185Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-03T05:19:54.186Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||MSO config path is: /app
2022-09-03T05:19:54.186Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||MSO config path is: /app
2022-09-03T05:19:54.187Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||Trying to download the artifact UUID: aa1a5419-d82c-4369-941b-e12c00e65233 from URL: /sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/artifacts/service-DemoPnfDndjefqhxeeqgyz3ao7y-csar.csar
2022-09-03T05:19:54.187Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||DistributionClient - download
2022-09-03T05:19:54.187Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/artifacts/service-DemoPnfDndjefqhxeeqgyz3ao7y-csar.csar
2022-09-03T05:19:54.323Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||GET Response Status 200
2022-09-03T05:19:54.327Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/artifacts/service-DemoPnfDndjefqhxeeqgyz3ao7y-csar.csar aa1a5419-d82c-4369-941b-e12c00e65233 82659
2022-09-03T05:19:54.327Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/artifacts/service-DemoPnfDndjefqhxeeqgyz3ao7y-csar.csar ASDC sendASDCNotification
2022-09-03T05:19:54.327Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/artifacts/service-DemoPnfDndjefqhxeeqgyz3ao7y-csar.csar
2022-09-03T05:19:54.327Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T05:19:54.328Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:19:54.329Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:19:54.330Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||try to send status {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182394327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/artifacts/service-DemoPnfDndjefqhxeeqgyz3ao7y-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:19:54.430Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:19:54.430Z||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-09-03T05:19:54.431Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:19:54.445Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:19:54.445Z||pool-145-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-09-03T05:19:55.330Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-03T05:19:55.336Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||MSO config path is: /app
2022-09-03T05:19:55.337Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||Trying to write artifact UUID: aa1a5419-d82c-4369-941b-e12c00e65233, URL: /sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/artifacts/service-DemoPnfDndjefqhxeeqgyz3ao7y-csar.csar to file: /app/ASDC/1/service-DemoPnfDndjefqhxeeqgyz3ao7y-csar.csar
2022-09-03T05:19:55.337Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfDndjefqhxeeqgyz3ao7y-csar.csar
2022-09-03T05:19:55.338Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfDndjefqhxeeqgyz3ao7y-csar.csar
2022-09-03T05:19:55.338Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfDndjefqhxeeqgyz3ao7y-csar.csar
2022-09-03T05:19:55.438Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9588383631746276793/Definitions/service-DemoPnfDndjefqhxeeqgyz3ao7y-template.yml
2022-09-03T05:19:56.107Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-09-03T05:19:56.107Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|WARN|500||####################################################################################################
2022-09-03T05:19:56.107Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfDndjefqhxeeqgyz3ao7y-csar.csar
2022-09-03T05:19:56.108Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-03T05:19:56.108Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?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-DemoPnfDndjefqhxeeqgyz3ao7y-csar.csar
2022-09-03T05:19:56.108Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?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-DemoPnfDndjefqhxeeqgyz3ao7y-csar.csar
2022-09-03T05:19:56.108Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?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-DemoPnfDndjefqhxeeqgyz3ao7y-csar.csar
2022-09-03T05:19:56.108Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c41db480-a8f3 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-DemoPnfDndjefqhxeeqgyz3ao7y-csar.csar
2022-09-03T05:19:56.108Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?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-DemoPnfDndjefqhxeeqgyz3ao7y-csar.csar
2022-09-03T05:19:56.108Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?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-DemoPnfDndjefqhxeeqgyz3ao7y-csar.csar
2022-09-03T05:19:56.109Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?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-DemoPnfDndjefqhxeeqgyz3ao7y-csar.csar
2022-09-03T05:19:56.109Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|WARN|500||####################################################################################################
2022-09-03T05:19:56.109Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:19:56.109Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||Service Demo_pNF_dNDJeFQHxeEQgYz3Ao7y is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:19:56.110Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||Node template pNF c41db480-a8f3 0 is matching search criteria
2022-09-03T05:19:56.110Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||Search for entities recursively
2022-09-03T05:19:56.110Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||Found topology templates [pNF c41db480-a8f3 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-03T05:19:56.110Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:19:56.110Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||Service Demo_pNF_dNDJeFQHxeEQgYz3Ao7y is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:19:56.111Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||Node template pNF c41db480-a8f3 0 is matching search criteria
2022-09-03T05:19:56.111Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||Search for entities recursively
2022-09-03T05:19:56.111Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||Found topology templates [pNF c41db480-a8f3 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-03T05:19:56.111Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:19:56.111Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||Service Demo_pNF_dNDJeFQHxeEQgYz3Ao7y is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:19:56.112Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:19:56.112Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||Service Demo_pNF_dNDJeFQHxeEQgYz3Ao7y is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:19:56.112Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:19:56.112Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||Service Demo_pNF_dNDJeFQHxeEQgYz3Ao7y is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:19:56.112Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:19:56.113Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||Service Demo_pNF_dNDJeFQHxeEQgYz3Ao7y is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:19:56.113Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:19:56.113Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||Service Demo_pNF_dNDJeFQHxeEQgYz3Ao7y is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:19:56.113Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_dNDJeFQHxeEQgYz3Ao7y
Description:catalog service description
Model UUID:dbc50f7e-1af3-404f-92f2-17c77e50cfbd
Model Version:NULL
Model InvariantUuid:8c8d7169-6f3c-4078-bd2b-f3a9820f56fc
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-09-03T05:19:56.122Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: 30d85545-19dc-46e5-8439-8c5c744289e1
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-03T05:19:56.126Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||pNF c41db480-a8f3 0
2022-09-03T05:19:56.126Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: 30d85545-19dc-46e5-8439-8c5c744289e1
2022-09-03T05:19:56.127Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||No resources found for Service: dbc50f7e-1af3-404f-92f2-17c77e50cfbd
2022-09-03T05:19:56.127Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||Preparing to deploy Service: dbc50f7e-1af3-404f-92f2-17c77e50cfbd
2022-09-03T05:19:56.127Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF c41db480-a8f3 0 30d85545-19dc-46e5-8439-8c5c744289e1 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-09-03T05:19:56.136Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@625cc513, org.onap.sdc.toscaparser.api.parameters.Input@41a6f376, org.onap.sdc.toscaparser.api.parameters.Input@6cc926c4, org.onap.sdc.toscaparser.api.parameters.Input@692ddfbe, org.onap.sdc.toscaparser.api.parameters.Input@6dddfbd5]
2022-09-03T05:19:56.137Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:19:56.137Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||Service Demo_pNF_dNDJeFQHxeEQgYz3Ao7y is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:19:56.137Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500|| resourceSeq for service uuid dbc50f7e-1af3-404f-92f2-17c77e50cfbd: pNF c41db480-a8f3
2022-09-03T05:19:56.137Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||Processing PNF resource: 30d85545-19dc-46e5-8439-8c5c744289e1
2022-09-03T05:19:56.138Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:19:56.138Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||Service Demo_pNF_dNDJeFQHxeEQgYz3Ao7y is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:19:56.138Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||Resource customization UUID: 8f35f79d-3d58-4e95-839b-bc6e3a411f46 is the same as notified resource customizationUUID: 8f35f79d-3d58-4e95-839b-bc6e3a411f46
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-09-03T05:19:56.193Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF c41db480-a8f3 30d85545-19dc-46e5-8439-8c5c744289e1 0 ASDC deployResourceStructure
2022-09-03T05:19:56.193Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/artifacts/service-DemoPnfDndjefqhxeeqgyz3ao7y-csar.csar ASDC sendASDCNotification
2022-09-03T05:19:56.193Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/artifacts/service-DemoPnfDndjefqhxeeqgyz3ao7y-csar.csar
2022-09-03T05:19:56.193Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T05:19:56.194Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:19:56.215Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:19:56.215Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||try to send status {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182396193,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/artifacts/service-DemoPnfDndjefqhxeeqgyz3ao7y-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:19:56.296Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 80 ms
2022-09-03T05:19:56.297Z||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-09-03T05:19:56.297Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:19:56.312Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:19:56.312Z||pool-146-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:19:57.216Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 26b70dc0-1da5-4e89-a728-3600d009a178
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:19:57.230Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 26b70dc0-1da5-4e89-a728-3600d009a178
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:19:57.232Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:19:57.232Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-03T05:19:57.232Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-03T05:20:27.232Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 26b70dc0-1da5-4e89-a728-3600d009a178
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:20:27.244Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 26b70dc0-1da5-4e89-a728-3600d009a178
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:20:27.246Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:20:27.246Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-03T05:20:27.246Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-03T05:20:45.415Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:20:45.416Z||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-09-03T05:20:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T05:20:45.445Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:20:45.446Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:20:45.447Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "clamp",
  "timestamp": 1662182373963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/resourceInstances/pnfc41db480a8f30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:20:45.448Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:20:45.448Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:20:45.448Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662182370408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/resourceInstances/pnfc41db480a8f30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:20:45.448Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:20:45.448Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:20:45.449Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "aai-ml",
  "timestamp": 1662182369978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/resourceInstances/pnfc41db480a8f30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:20:45.449Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:20:45.449Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:20:45.449Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662182372772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/resourceInstances/pnfc41db480a8f30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:20:45.449Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:20:45.449Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:20:45.449Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "cds",
  "timestamp": 1662182379191,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/resourceInstances/pnfc41db480a8f30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:20:45.450Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:20:45.450Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:20:45.450Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "clamp",
  "timestamp": 1662182373963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/resourceInstances/pnfc41db480a8f30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:20:45.450Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:20:45.450Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:20:45.450Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662182370408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/resourceInstances/pnfc41db480a8f30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:20:45.450Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:20:45.450Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:20:45.450Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "aai-ml",
  "timestamp": 1662182369978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/resourceInstances/pnfc41db480a8f30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:20:45.450Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:20:45.450Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:20:45.450Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662182372772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/resourceInstances/pnfc41db480a8f30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:20:45.450Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:20:45.451Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:20:45.451Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "cds",
  "timestamp": 1662182379191,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/resourceInstances/pnfc41db480a8f30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:20:45.451Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:20:45.451Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:20:45.451Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "clamp",
  "timestamp": 1662182373963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/resourceInstances/pnfc41db480a8f30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:20:45.451Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:20:45.451Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:20:45.451Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662182370408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/resourceInstances/pnfc41db480a8f30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:20:45.451Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:20:45.451Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:20:45.451Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "aai-ml",
  "timestamp": 1662182369978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/resourceInstances/pnfc41db480a8f30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:20:45.452Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:20:45.452Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:20:45.452Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662182372772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/resourceInstances/pnfc41db480a8f30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:20:45.452Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:20:45.452Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:20:45.452Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "policy-id",
  "timestamp": 1662182380374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/resourceInstances/pnfc41db480a8f30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:20:45.452Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:20:45.452Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:20:45.452Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "cds",
  "timestamp": 1662182379191,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/resourceInstances/pnfc41db480a8f30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:20:45.452Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:20:45.452Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:20:45.452Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "clamp",
  "timestamp": 1662182373963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/resourceInstances/pnfc41db480a8f30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:20:45.453Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:20:45.453Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:20:45.453Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662182370408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/resourceInstances/pnfc41db480a8f30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:20:45.453Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:20:45.453Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:20:45.453Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "aai-ml",
  "timestamp": 1662182369978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/resourceInstances/pnfc41db480a8f30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:20:45.453Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:20:45.453Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:20:45.453Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662182372772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/resourceInstances/pnfc41db480a8f30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:20:45.453Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:20:45.454Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:20:45.454Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "policy-id",
  "timestamp": 1662182380374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/resourceInstances/pnfc41db480a8f30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:20:45.454Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:20:45.454Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:20:45.454Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "cds",
  "timestamp": 1662182379191,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/resourceInstances/pnfc41db480a8f30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:20:45.454Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:20:45.454Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:20:45.454Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "clamp",
  "timestamp": 1662182373963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/resourceInstances/pnfc41db480a8f30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:20:45.454Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:20:45.454Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:20:45.454Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662182370408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/resourceInstances/pnfc41db480a8f30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:20:45.455Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:20:45.455Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:20:45.455Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "aai-ml",
  "timestamp": 1662182369978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/resourceInstances/pnfc41db480a8f30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:20:45.455Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:20:45.455Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:20:45.455Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662182372772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/resourceInstances/pnfc41db480a8f30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:20:45.456Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:20:45.456Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:20:45.456Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "policy-id",
  "timestamp": 1662182380374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/resourceInstances/pnfc41db480a8f30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:20:45.456Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:20:45.456Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:20:45.456Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "cds",
  "timestamp": 1662182379191,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/resourceInstances/pnfc41db480a8f30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:20:45.457Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:20:45.457Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:20:45.457Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "clamp",
  "timestamp": 1662182373963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/resourceInstances/pnfc41db480a8f30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:20:45.457Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:20:45.457Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:20:45.457Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662182370408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/resourceInstances/pnfc41db480a8f30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:20:45.457Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:20:45.458Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:20:45.458Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "aai-ml",
  "timestamp": 1662182369978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/resourceInstances/pnfc41db480a8f30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:20:45.458Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:20:45.458Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:20:45.458Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662182372772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/resourceInstances/pnfc41db480a8f30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-09-03T05:20:45.458Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:20:45.458Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:20:45.459Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "policy-id",
  "timestamp": 1662182380374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/resourceInstances/pnfc41db480a8f30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:20:45.459Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:20:45.459Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:20:45.459Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "cds",
  "timestamp": 1662182379191,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/resourceInstances/pnfc41db480a8f30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:20:45.459Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:20:45.459Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:20:45.460Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "clamp",
  "timestamp": 1662182373963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/artifacts/service-DemoPnfDndjefqhxeeqgyz3ao7y-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:20:45.460Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:20:45.460Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:20:45.460Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662182370408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/artifacts/service-DemoPnfDndjefqhxeeqgyz3ao7y-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:20:45.460Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:20:45.461Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:20:45.461Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "aai-ml",
  "timestamp": 1662182369978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/artifacts/service-DemoPnfDndjefqhxeeqgyz3ao7y-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:20:45.461Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:20:45.461Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:20:45.461Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662182372772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/artifacts/service-DemoPnfDndjefqhxeeqgyz3ao7y-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:20:45.461Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:20:45.461Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:20:45.461Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "policy-id",
  "timestamp": 1662182380374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/resourceInstances/pnfc41db480a8f30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:20:45.462Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:20:45.462Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:20:45.462Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "cds",
  "timestamp": 1662182379191,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/artifacts/service-DemoPnfDndjefqhxeeqgyz3ao7y-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:20:45.462Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:20:45.462Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:20:45.462Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "clamp",
  "timestamp": 1662182373963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/artifacts/service-DemoPnfDndjefqhxeeqgyz3ao7y-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:20:45.462Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:20:45.462Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:20:45.462Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662182370408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/artifacts/service-DemoPnfDndjefqhxeeqgyz3ao7y-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:20:45.463Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:20:45.463Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:20:45.463Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "aai-ml",
  "timestamp": 1662182369978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/artifacts/service-DemoPnfDndjefqhxeeqgyz3ao7y-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:20:45.463Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:20:45.463Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:20:45.463Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662182372772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/artifacts/service-DemoPnfDndjefqhxeeqgyz3ao7y-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:20:45.463Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:20:57.247Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 26b70dc0-1da5-4e89-a728-3600d009a178
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:20:57.259Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 26b70dc0-1da5-4e89-a728-3600d009a178
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:20:57.260Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:20:57.261Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-03T05:20:57.261Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-03T05:21:27.261Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 26b70dc0-1da5-4e89-a728-3600d009a178
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:21:27.270Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 26b70dc0-1da5-4e89-a728-3600d009a178
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:21:27.272Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:21:27.272Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-03T05:21:27.272Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-03T05:21:45.415Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:21:45.416Z||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-09-03T05:21:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T05:21:45.441Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:21:45.441Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:21:45.442Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "policy-id",
  "timestamp": 1662182380374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/resourceInstances/pnfc41db480a8f30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:21:45.442Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:21:57.272Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 26b70dc0-1da5-4e89-a728-3600d009a178
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:21:57.286Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 26b70dc0-1da5-4e89-a728-3600d009a178
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:21:57.289Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:21:57.289Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-03T05:21:57.289Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-03T05:22:27.289Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 26b70dc0-1da5-4e89-a728-3600d009a178
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:22:27.305Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 26b70dc0-1da5-4e89-a728-3600d009a178
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:22:27.307Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:22:27.307Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-03T05:22:27.307Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-03T05:22:45.415Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:22:45.416Z||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-09-03T05:22:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T05:22:45.444Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:22:45.445Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:22:45.446Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "cds",
  "timestamp": 1662182379191,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/artifacts/service-DemoPnfDndjefqhxeeqgyz3ao7y-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:22:45.446Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:22:45.446Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:22:45.446Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182385413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/resourceInstances/pnfc41db480a8f30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:22:45.447Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:22:45.447Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:22:45.447Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "aai-ml",
  "timestamp": 1662182387210,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/artifacts/service-DemoPnfDndjefqhxeeqgyz3ao7y-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:22:45.447Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:22:45.447Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:22:45.447Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662182386971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/resourceInstances/pnfc41db480a8f30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:22:45.447Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:22:45.447Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:22:45.447Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "policy-id",
  "timestamp": 1662182380374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/artifacts/service-DemoPnfDndjefqhxeeqgyz3ao7y-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:22:45.447Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:22:45.448Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:22:45.448Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "cds",
  "timestamp": 1662182387966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/artifacts/service-DemoPnfDndjefqhxeeqgyz3ao7y-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:22:45.448Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:22:45.448Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:22:45.448Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182385413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/resourceInstances/pnfc41db480a8f30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:22:45.448Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:22:45.448Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:22:45.448Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662182388004,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/resourceInstances/pnfc41db480a8f30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-09-03T05:22:45.448Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:22:45.448Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:22:45.448Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "policy-id",
  "timestamp": 1662182380374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/artifacts/service-DemoPnfDndjefqhxeeqgyz3ao7y-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:22:45.449Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:22:45.449Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:22:45.449Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "cds",
  "timestamp": 1662182388973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/artifacts/service-DemoPnfDndjefqhxeeqgyz3ao7y-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-09-03T05:22:45.473Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 26b70dc0-1da5-4e89-a728-3600d009a178
2022-09-03T05:22:45.473Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26b70dc0-1da5-4e89-a728-3600d009a178 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-09-03T05:22:45.493Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:22:45.493Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182385413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/resourceInstances/pnfc41db480a8f30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:22:45.493Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:22:45.493Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:22:45.493Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662182389007,
  "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-09-03T05:22:45.503Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 26b70dc0-1da5-4e89-a728-3600d009a178
2022-09-03T05:22:45.503Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26b70dc0-1da5-4e89-a728-3600d009a178 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-09-03T05:22:45.526Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:22:45.526Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "policy-id",
  "timestamp": 1662182389111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/artifacts/service-DemoPnfDndjefqhxeeqgyz3ao7y-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:22:45.527Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:22:45.527Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:22:45.527Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182385413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/resourceInstances/pnfc41db480a8f30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:22:45.527Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:22:45.527Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:22:45.527Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "clamp",
  "timestamp": 1662182390305,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/artifacts/service-DemoPnfDndjefqhxeeqgyz3ao7y-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:22:45.527Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:22:45.527Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:22:45.527Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "policy-id",
  "timestamp": 1662182390116,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/artifacts/service-DemoPnfDndjefqhxeeqgyz3ao7y-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:22:45.528Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:22:45.528Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:22:45.528Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182385413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/resourceInstances/pnfc41db480a8f30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:22:45.528Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:22:45.528Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:22:45.528Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "policy-id",
  "timestamp": 1662182391118,
  "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-09-03T05:22:45.536Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 26b70dc0-1da5-4e89-a728-3600d009a178
2022-09-03T05:22:45.536Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26b70dc0-1da5-4e89-a728-3600d009a178 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-09-03T05:22:45.563Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:22:45.564Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182385413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/resourceInstances/pnfc41db480a8f30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:22:45.564Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:22:45.564Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:22:45.564Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "clamp",
  "timestamp": 1662182392315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/artifacts/service-DemoPnfDndjefqhxeeqgyz3ao7y-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:22:45.564Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:22:45.564Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:22:45.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "aai-ml",
  "timestamp": 1662182392462,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/artifacts/service-DemoPnfDndjefqhxeeqgyz3ao7y-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-09-03T05:22:45.565Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:22:45.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:22:45.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662182392109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/resourceInstances/pnfc41db480a8f30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:22:45.565Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:22:45.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:22:45.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182385413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/artifacts/service-DemoPnfDndjefqhxeeqgyz3ao7y-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:22:45.566Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:22:45.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:22:45.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "clamp",
  "timestamp": 1662182393320,
  "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-09-03T05:22:45.577Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 26b70dc0-1da5-4e89-a728-3600d009a178
2022-09-03T05:22:45.577Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26b70dc0-1da5-4e89-a728-3600d009a178 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-09-03T05:22:45.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:22:45.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "aai-ml",
  "timestamp": 1662182393467,
  "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-09-03T05:22:45.629Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 26b70dc0-1da5-4e89-a728-3600d009a178
2022-09-03T05:22:45.629Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26b70dc0-1da5-4e89-a728-3600d009a178 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-09-03T05:22:45.652Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:22:45.653Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662182392109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/resourceInstances/pnfc41db480a8f30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:22:45.653Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:22:45.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:22:45.653Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182385413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/artifacts/service-DemoPnfDndjefqhxeeqgyz3ao7y-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:22:45.653Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:22:45.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:22:45.653Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662182392109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/resourceInstances/pnfc41db480a8f30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:22:45.653Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:22:45.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:22:45.654Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182394327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/artifacts/service-DemoPnfDndjefqhxeeqgyz3ao7y-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:22:45.654Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:22:45.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:22:45.654Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662182392109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/resourceInstances/pnfc41db480a8f30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:22:45.654Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:22:45.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:22:45.654Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662182392109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/resourceInstances/pnfc41db480a8f30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:22:45.654Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:22:45.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:22:45.654Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182396193,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/artifacts/service-DemoPnfDndjefqhxeeqgyz3ao7y-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:22:45.654Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:22:45.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:22:45.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662182392109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/resourceInstances/pnfc41db480a8f30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:22:45.655Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:22:45.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:22:45.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662182392109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/artifacts/service-DemoPnfDndjefqhxeeqgyz3ao7y-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:22:45.655Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:22:45.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:22:45.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662182392109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/artifacts/service-DemoPnfDndjefqhxeeqgyz3ao7y-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:22:45.655Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:22:45.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:22:45.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662182400858,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/artifacts/service-DemoPnfDndjefqhxeeqgyz3ao7y-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:22:45.656Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:22:45.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:22:45.656Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662182402869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDndjefqhxeeqgyz3ao7y/1.0/artifacts/service-DemoPnfDndjefqhxeeqgyz3ao7y-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:22:45.656Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:22:45.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:22:45.656Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662182403872,
  "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-09-03T05:22:45.693Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 26b70dc0-1da5-4e89-a728-3600d009a178
2022-09-03T05:22:45.694Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26b70dc0-1da5-4e89-a728-3600d009a178 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-09-03T05:22:57.309Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 26b70dc0-1da5-4e89-a728-3600d009a178
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:22:57.332Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 26b70dc0-1da5-4e89-a728-3600d009a178
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:22:57.335Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:22:57.335Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-03T05:22:57.335Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-03T05:22:57.335Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-03T05:22:57.335Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-03T05:22:57.336Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-09-03T05:22:57.336Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?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-09-03T05:22:57.343Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-03T05:23:27.344Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 26b70dc0-1da5-4e89-a728-3600d009a178 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-09-03T05:23:27.350Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 26b70dc0-1da5-4e89-a728-3600d009a178 and serviceModelVersionId: dbc50f7e-1af3-404f-92f2-17c77e50cfbd
2022-09-03T05:23:27.350Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8c8d7169-6f3c-4078-bd2b-f3a9820f56fc
2022-09-03T05:23:27.351Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0
2022-09-03T05:23:27.357Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-09-03T05:23:27.398Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/707f0707-c67b-41c6-9aef-865e13ab52ce/model-vers/model-ver/7c16fa2b-5c08-4b6c-bff4-e37a6967495d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?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-09-03T05:23:27.400Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|INFO|500||Invoke
2022-09-03T05:23:28.928Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?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-09-03T05:23:28.929Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|INFO|500||Invoke
2022-09-03T05:23:30.463Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?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-09-03T05:23:30.465Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|INFO|500||Invoke
2022-09-03T05:23:31.499Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T05:23:31.500Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?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-09-03T05:23:31.500Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T05:23:31.500Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?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-09-03T05:23:31.540Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?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-09-03T05:23:31.541Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 26b70dc0-1da5-4e89-a728-3600d009a178 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T05:23:31.541Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-03T05:23:31.541Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:23:31.543Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:23:31.543Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||try to send status {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182611541,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-03T05:23:31.643Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:23:31.644Z||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-09-03T05:23:31.645Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:23:31.663Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:23:31.663Z||pool-147-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-09-03T05:23:32.567Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:23:32.568Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T05:23:32.568Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:23:36.986Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:23:36.987Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||received message from topic
2022-09-03T05:23:36.987Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"d3acdba1-89d8-41ac-b2fe-aed951adf5d8","serviceName":"Demo_pNF_uGSKM93m0BzigJFOuizi","serviceVersion":"1.0","serviceUUID":"c34feea9-be9f-4853-887f-a2159d8b85c4","serviceDescription":"catalog service description","serviceInvariantUUID":"303658b1-4620-4b54-ba9c-19fd56e10448","resources":[{"resourceInstanceName":"pNF 1ff5b8a1-52b5 0","resourceName":"pNF 1ff5b8a1-52b5","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1b0ab9f3-0cc6-4602-8724-0b2fa2468462","resourceInvariantUUID":"7c6f32d8-11ec-4f80-93fd-1fecc8d15e7c","resourceCustomizationUUID":"971fb3e6-2221-41ef-a2b0-767fc2d3f894","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/resourceInstances/pnf1ff5b8a152b50/artifacts/vf-license-model.xml","artifactChecksum":"NGFhMWUxZjEwOTMwMTkyOTU3ZWU5ZGFmZGEzM2EyMjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cb35df90-f5d9-40b5-968e-6511b7c5bc86","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/resourceInstances/pnf1ff5b8a152b50/artifacts/pNF.csar","artifactChecksum":"YTQzMzMxNTQyODkzNmYwOWIyZjM1YjcxZDkzMTkxNjM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f4731f93-8e1a-45eb-b705-ad82a9f60ff5","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/resourceInstances/pnf1ff5b8a152b50/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6ba92326-9cb7-4bb5-a507-ed4830e5122c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/resourceInstances/pnf1ff5b8a152b50/artifacts/vendor-license-model.xml","artifactChecksum":"MDQxZjVhYTY1MGIzMTUwMTJiZmRmNDU4ZTc0NGI1MWI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9fd2cf8b-4eed-4a23-ab25-36ea7709ece4","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/resourceInstances/pnf1ff5b8a152b50/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c7ad5ee9-f633-44c5-a43a-33b314596b8b","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/resourceInstances/pnf1ff5b8a152b50/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"03ca0735-3de3-4dd0-9b20-3c8a0cb7d9e2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUgskm93m0bzigjfouizi-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/artifacts/service-DemoPnfUgskm93m0bzigjfouizi-template.yml","artifactChecksum":"YjViNDBiNmJkZTZmYzQxNmUxMzI2M2JmNTliZjNhMWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c88e2ed-5288-4314-af24-f4e50bbe8bf0","artifactVersion":"1"},{"artifactName":"service-DemoPnfUgskm93m0bzigjfouizi-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/artifacts/service-DemoPnfUgskm93m0bzigjfouizi-csar.csar","artifactChecksum":"NjQ3YzJiMzMxMzdkYmRmNTAwODkwMWIzZGY1MjBkN2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"451bad4d-22bf-4cfb-aa98-a6ea865cac04","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-03T05:23:36.989Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:23:36.989Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:23:36.993Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:23:36.993Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||try to send status {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182612567,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/resourceInstances/pnf1ff5b8a152b50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:23:37.093Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:23:37.094Z||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-09-03T05:23:37.094Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:23:37.118Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:23:37.118Z||pool-148-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:23:37.994Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:23:37.994Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:23:37.996Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:23:37.996Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||try to send status {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182612567,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/resourceInstances/pnf1ff5b8a152b50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:23:38.096Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-03T05:23:38.097Z||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-09-03T05:23:38.098Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:23:38.113Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:23:38.113Z||pool-149-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:23:38.997Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:23:38.998Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:23:38.999Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:23:39.000Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||try to send status {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182612567,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/resourceInstances/pnf1ff5b8a152b50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:23:39.100Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:23:39.101Z||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-09-03T05:23:39.101Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:23:39.122Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:23:39.123Z||pool-150-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:23:40.000Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:23:40.001Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:23:40.003Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:23:40.003Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||try to send status {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182612567,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/resourceInstances/pnf1ff5b8a152b50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:23:40.104Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:23:40.105Z||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-09-03T05:23:40.105Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:23:40.121Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:23:40.121Z||pool-151-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-09-03T05:23:41.004Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:23:41.005Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:23:41.007Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:23:41.007Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||try to send status {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182612567,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/resourceInstances/pnf1ff5b8a152b50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:23:41.107Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:23:41.108Z||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-09-03T05:23:41.108Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:23:41.155Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:23:41.155Z||pool-152-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:23:42.007Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:23:42.008Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:23:42.010Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:23:42.010Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||try to send status {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182612567,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/resourceInstances/pnf1ff5b8a152b50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:23:42.111Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-03T05:23:42.111Z||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-09-03T05:23:42.111Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:23:42.127Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:23:42.128Z||pool-153-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:23:43.011Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:23:43.012Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:23:43.014Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:23:43.014Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||try to send status {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182612567,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/artifacts/service-DemoPnfUgskm93m0bzigjfouizi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:23:43.114Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:23:43.115Z||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-09-03T05:23:43.115Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:23:43.147Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:23:43.147Z||pool-154-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":7,"count":1}
2022-09-03T05:23:44.015Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:23:44.015Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:23:44.017Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:23:44.017Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||try to send status {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182612567,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/artifacts/service-DemoPnfUgskm93m0bzigjfouizi-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:23:44.118Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:23:44.119Z||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-09-03T05:23:44.119Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:23:44.133Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:23:44.134Z||pool-155-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:23:45.018Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "serviceName": "Demo_pNF_uGSKM93m0BzigJFOuizi",
  "serviceVersion": "1.0",
  "serviceUUID": "c34feea9-be9f-4853-887f-a2159d8b85c4",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "303658b1-4620-4b54-ba9c-19fd56e10448",
  "resources": [
    {
      "resourceInstanceName": "pNF 1ff5b8a1-52b5 0",
      "resourceCustomizationUUID": "971fb3e6-2221-41ef-a2b0-767fc2d3f894",
      "resourceName": "pNF 1ff5b8a1-52b5",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "1b0ab9f3-0cc6-4602-8724-0b2fa2468462",
      "resourceInvariantUUID": "7c6f32d8-11ec-4f80-93fd-1fecc8d15e7c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfUgskm93m0bzigjfouizi-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/artifacts/service-DemoPnfUgskm93m0bzigjfouizi-csar.csar",
      "artifactChecksum": "NjQ3YzJiMzMxMzdkYmRmNTAwODkwMWIzZGY1MjBkN2Q\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "451bad4d-22bf-4cfb-aa98-a6ea865cac04"
    }
  ],
  "workloadContext": "Production"
}
2022-09-03T05:23:45.019Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-03T05:23:45.019Z|26b70dc0-1da5-4e89-a728-3600d009a178|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c34feea9-be9f-4853-887f-a2159d8b85c4 ASDC
2022-09-03T05:23:45.019Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||ASDC Notification:
DistributionID:d3acdba1-89d8-41ac-b2fe-aed951adf5d8
ServiceName:Demo_pNF_uGSKM93m0BzigJFOuizi
ServiceVersion:1.0
ServiceUUID:c34feea9-be9f-4853-887f-a2159d8b85c4
ServiceInvariantUUID:303658b1-4620-4b54-ba9c-19fd56e10448
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUgskm93m0bzigjfouizi-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/artifacts/service-DemoPnfUgskm93m0bzigjfouizi-csar.csar
ArtifactUUID:451bad4d-22bf-4cfb-aa98-a6ea865cac04
ArtifactChecksum:NjQ3YzJiMzMxMzdkYmRmNTAwODkwMWIzZGY1MjBkN2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 1ff5b8a1-52b5 0
ResourceCustomizationUUID:971fb3e6-2221-41ef-a2b0-767fc2d3f894
ResourceInvariantUUID:7c6f32d8-11ec-4f80-93fd-1fecc8d15e7c
ResourceName:pNF 1ff5b8a1-52b5
ResourceType:PNF
ResourceUUID:1b0ab9f3-0cc6-4602-8724-0b2fa2468462
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-09-03T05:23:45.020Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c34feea9-be9f-4853-887f-a2159d8b85c4 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-09-03T05:23:45.060Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-03T05:23:45.061Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|INFO|500||MSO config path is: /app
2022-09-03T05:23:45.061Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|INFO|500||MSO config path is: /app
2022-09-03T05:23:45.061Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|INFO|500||Trying to download the artifact UUID: 451bad4d-22bf-4cfb-aa98-a6ea865cac04 from URL: /sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/artifacts/service-DemoPnfUgskm93m0bzigjfouizi-csar.csar
2022-09-03T05:23:45.061Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|INFO|500||DistributionClient - download
2022-09-03T05:23:45.062Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/artifacts/service-DemoPnfUgskm93m0bzigjfouizi-csar.csar
2022-09-03T05:23:45.163Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||GET Response Status 200
2022-09-03T05:23:45.166Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/artifacts/service-DemoPnfUgskm93m0bzigjfouizi-csar.csar 451bad4d-22bf-4cfb-aa98-a6ea865cac04 82650
2022-09-03T05:23:45.167Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/artifacts/service-DemoPnfUgskm93m0bzigjfouizi-csar.csar ASDC sendASDCNotification
2022-09-03T05:23:45.167Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/artifacts/service-DemoPnfUgskm93m0bzigjfouizi-csar.csar
2022-09-03T05:23:45.167Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T05:23:45.167Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:23:45.169Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:23:45.169Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||try to send status {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182625167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/artifacts/service-DemoPnfUgskm93m0bzigjfouizi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:23:45.269Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:23:45.271Z||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-09-03T05:23:45.271Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:23:45.287Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:23:45.287Z||pool-156-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-09-03T05:23:45.415Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:23:45.416Z||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-09-03T05:23:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T05:23:45.444Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:23:45.446Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.446Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "aai-ml",
  "timestamp": 1662182459978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/resourceInstances/pnf1ff5b8a152b50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:23:45.446Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:23:45.447Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.447Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "policy-id",
  "timestamp": 1662182460374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/resourceInstances/pnf1ff5b8a152b50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:23:45.447Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:23:45.447Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.447Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "clamp",
  "timestamp": 1662182463963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/resourceInstances/pnf1ff5b8a152b50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:23:45.447Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:23:45.447Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.447Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "policy-id",
  "timestamp": 1662182460374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/resourceInstances/pnf1ff5b8a152b50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:23:45.447Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:23:45.447Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.447Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "aai-ml",
  "timestamp": 1662182459978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/resourceInstances/pnf1ff5b8a152b50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:23:45.447Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:23:45.448Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.448Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "clamp",
  "timestamp": 1662182463963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/resourceInstances/pnf1ff5b8a152b50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:23:45.448Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:23:45.448Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.448Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "aai-ml",
  "timestamp": 1662182459978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/resourceInstances/pnf1ff5b8a152b50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:23:45.448Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:23:45.448Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.448Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "policy-id",
  "timestamp": 1662182460374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/resourceInstances/pnf1ff5b8a152b50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:23:45.448Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:23:45.448Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.448Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "clamp",
  "timestamp": 1662182463963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/resourceInstances/pnf1ff5b8a152b50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:23:45.448Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:23:45.449Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.449Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "aai-ml",
  "timestamp": 1662182459978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/resourceInstances/pnf1ff5b8a152b50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:23:45.449Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:23:45.449Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.449Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "policy-id",
  "timestamp": 1662182460374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/resourceInstances/pnf1ff5b8a152b50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:23:45.449Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:23:45.449Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.449Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "clamp",
  "timestamp": 1662182463963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/resourceInstances/pnf1ff5b8a152b50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:23:45.449Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:23:45.450Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.450Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "aai-ml",
  "timestamp": 1662182459978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/resourceInstances/pnf1ff5b8a152b50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:23:45.450Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:23:45.450Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.450Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "policy-id",
  "timestamp": 1662182460374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/resourceInstances/pnf1ff5b8a152b50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:23:45.450Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:23:45.450Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.450Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "clamp",
  "timestamp": 1662182463963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/resourceInstances/pnf1ff5b8a152b50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:23:45.450Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:23:45.450Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.450Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "aai-ml",
  "timestamp": 1662182459978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/resourceInstances/pnf1ff5b8a152b50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:23:45.451Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:23:45.451Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.451Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "policy-id",
  "timestamp": 1662182460374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/resourceInstances/pnf1ff5b8a152b50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:23:45.451Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:23:45.451Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.451Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "clamp",
  "timestamp": 1662182463963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/resourceInstances/pnf1ff5b8a152b50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:23:45.451Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:23:45.451Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.452Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "cds",
  "timestamp": 1662182469191,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/resourceInstances/pnf1ff5b8a152b50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:23:45.452Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:23:45.452Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.452Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "aai-ml",
  "timestamp": 1662182459978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/artifacts/service-DemoPnfUgskm93m0bzigjfouizi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:23:45.452Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:23:45.452Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.452Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "policy-id",
  "timestamp": 1662182460374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/artifacts/service-DemoPnfUgskm93m0bzigjfouizi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:23:45.452Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:23:45.452Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.452Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "clamp",
  "timestamp": 1662182463963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/artifacts/service-DemoPnfUgskm93m0bzigjfouizi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:23:45.453Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:23:45.453Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.453Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662182470408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/resourceInstances/pnf1ff5b8a152b50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:23:45.453Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:23:45.453Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.453Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "cds",
  "timestamp": 1662182469191,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/resourceInstances/pnf1ff5b8a152b50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:23:45.453Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:23:45.453Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.453Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "aai-ml",
  "timestamp": 1662182459978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/artifacts/service-DemoPnfUgskm93m0bzigjfouizi-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:23:45.453Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:23:45.454Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.454Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "policy-id",
  "timestamp": 1662182460374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/artifacts/service-DemoPnfUgskm93m0bzigjfouizi-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:23:45.454Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:23:45.454Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.454Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "clamp",
  "timestamp": 1662182463963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/artifacts/service-DemoPnfUgskm93m0bzigjfouizi-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:23:45.454Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:23:45.454Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.454Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662182470408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/resourceInstances/pnf1ff5b8a152b50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:23:45.454Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:23:45.455Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.455Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "cds",
  "timestamp": 1662182469191,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/resourceInstances/pnf1ff5b8a152b50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:23:45.455Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:23:45.455Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.455Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "aai-ml",
  "timestamp": 1662182472706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/artifacts/service-DemoPnfUgskm93m0bzigjfouizi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:23:45.455Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:23:45.455Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.455Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "policy-id",
  "timestamp": 1662182472394,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/artifacts/service-DemoPnfUgskm93m0bzigjfouizi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:23:45.455Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:23:45.456Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.456Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662182470408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/resourceInstances/pnf1ff5b8a152b50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:23:45.456Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:23:45.456Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.456Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "cds",
  "timestamp": 1662182469191,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/resourceInstances/pnf1ff5b8a152b50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:23:45.456Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:23:45.456Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.456Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662182472772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/resourceInstances/pnf1ff5b8a152b50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:23:45.456Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:23:45.457Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.457Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "policy-id",
  "timestamp": 1662182473399,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/artifacts/service-DemoPnfUgskm93m0bzigjfouizi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:23:45.457Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:23:45.457Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.457Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662182470408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/resourceInstances/pnf1ff5b8a152b50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:23:45.457Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:23:45.457Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.457Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "cds",
  "timestamp": 1662182469191,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/resourceInstances/pnf1ff5b8a152b50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:23:45.457Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:23:45.457Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.458Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662182472772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/resourceInstances/pnf1ff5b8a152b50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:23:45.458Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:23:45.458Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.458Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "policy-id",
  "timestamp": 1662182474402,
  "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-09-03T05:23:45.471Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d3acdba1-89d8-41ac-b2fe-aed951adf5d8
2022-09-03T05:23:45.472Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3acdba1-89d8-41ac-b2fe-aed951adf5d8 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-09-03T05:23:45.525Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.525Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662182470408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/resourceInstances/pnf1ff5b8a152b50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:23:45.526Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:23:45.526Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.526Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "cds",
  "timestamp": 1662182469191,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/resourceInstances/pnf1ff5b8a152b50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:23:45.526Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:23:45.526Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.526Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662182472772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/resourceInstances/pnf1ff5b8a152b50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:23:45.526Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:23:45.526Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.526Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662182470408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/resourceInstances/pnf1ff5b8a152b50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:23:45.527Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:23:45.527Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.527Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "cds",
  "timestamp": 1662182469191,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/artifacts/service-DemoPnfUgskm93m0bzigjfouizi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:23:45.527Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:23:45.527Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.527Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "clamp",
  "timestamp": 1662182476322,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/artifacts/service-DemoPnfUgskm93m0bzigjfouizi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:23:45.527Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:23:45.527Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.527Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662182472772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/resourceInstances/pnf1ff5b8a152b50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:23:45.528Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:23:45.528Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.528Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662182470408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/artifacts/service-DemoPnfUgskm93m0bzigjfouizi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:23:45.528Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:23:45.528Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.528Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "cds",
  "timestamp": 1662182469191,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/artifacts/service-DemoPnfUgskm93m0bzigjfouizi-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:23:45.528Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:23:45.528Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.528Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "clamp",
  "timestamp": 1662182477340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/artifacts/service-DemoPnfUgskm93m0bzigjfouizi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:23:45.529Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:23:45.529Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.529Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662182472772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/resourceInstances/pnf1ff5b8a152b50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:23:45.529Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:23:45.529Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.529Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662182470408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/artifacts/service-DemoPnfUgskm93m0bzigjfouizi-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:23:45.529Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:23:45.529Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.529Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "aai-ml",
  "timestamp": 1662182477904,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/artifacts/service-DemoPnfUgskm93m0bzigjfouizi-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-09-03T05:23:45.530Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:23:45.530Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.530Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "cds",
  "timestamp": 1662182478034,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/artifacts/service-DemoPnfUgskm93m0bzigjfouizi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:23:45.530Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:23:45.530Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.530Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "clamp",
  "timestamp": 1662182478344,
  "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-09-03T05:23:45.560Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d3acdba1-89d8-41ac-b2fe-aed951adf5d8
2022-09-03T05:23:45.560Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3acdba1-89d8-41ac-b2fe-aed951adf5d8 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-09-03T05:23:45.610Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.610Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662182472772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/resourceInstances/pnf1ff5b8a152b50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-09-03T05:23:45.611Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:23:45.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "aai-ml",
  "timestamp": 1662182478908,
  "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-09-03T05:23:45.621Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of d3acdba1-89d8-41ac-b2fe-aed951adf5d8
2022-09-03T05:23:45.621Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3acdba1-89d8-41ac-b2fe-aed951adf5d8 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-09-03T05:23:45.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "cds",
  "timestamp": 1662182479041,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/artifacts/service-DemoPnfUgskm93m0bzigjfouizi-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-09-03T05:23:45.691Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d3acdba1-89d8-41ac-b2fe-aed951adf5d8
2022-09-03T05:23:45.691Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3acdba1-89d8-41ac-b2fe-aed951adf5d8 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-09-03T05:23:45.705Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.705Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662182472772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/artifacts/service-DemoPnfUgskm93m0bzigjfouizi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:23:45.705Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:23:45.705Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.705Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662182472772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/artifacts/service-DemoPnfUgskm93m0bzigjfouizi-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:23:45.706Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:23:45.706Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.706Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662182481521,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/resourceInstances/pnf1ff5b8a152b50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:23:45.706Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:23:45.706Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.706Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662182482109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/resourceInstances/pnf1ff5b8a152b50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:23:45.706Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:23:45.706Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.706Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662182482553,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/resourceInstances/pnf1ff5b8a152b50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-09-03T05:23:45.707Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:23:45.707Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.707Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662182482109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/resourceInstances/pnf1ff5b8a152b50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:23:45.707Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:23:45.707Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.707Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662182483557,
  "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-09-03T05:23:45.720Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of d3acdba1-89d8-41ac-b2fe-aed951adf5d8
2022-09-03T05:23:45.720Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3acdba1-89d8-41ac-b2fe-aed951adf5d8 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-09-03T05:23:45.768Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.768Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662182482109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/resourceInstances/pnf1ff5b8a152b50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:23:45.769Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:23:45.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662182482109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/resourceInstances/pnf1ff5b8a152b50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:23:45.769Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:23:45.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662182482109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/resourceInstances/pnf1ff5b8a152b50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:23:45.769Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:23:45.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662182482109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/resourceInstances/pnf1ff5b8a152b50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:23:45.770Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:23:45.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662182482109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/artifacts/service-DemoPnfUgskm93m0bzigjfouizi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:23:45.770Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:23:45.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662182482109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/artifacts/service-DemoPnfUgskm93m0bzigjfouizi-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:23:45.770Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:23:45.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662182490892,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/artifacts/service-DemoPnfUgskm93m0bzigjfouizi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:23:45.771Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:23:45.771Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.771Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662182492774,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/artifacts/service-DemoPnfUgskm93m0bzigjfouizi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:23:45.771Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:23:45.771Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:23:45.771Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662182493778,
  "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-09-03T05:23:45.783Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d3acdba1-89d8-41ac-b2fe-aed951adf5d8
2022-09-03T05:23:45.783Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3acdba1-89d8-41ac-b2fe-aed951adf5d8 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-09-03T05:23:46.169Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-03T05:23:46.170Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|INFO|500||MSO config path is: /app
2022-09-03T05:23:46.171Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|INFO|500||Trying to write artifact UUID: 451bad4d-22bf-4cfb-aa98-a6ea865cac04, URL: /sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/artifacts/service-DemoPnfUgskm93m0bzigjfouizi-csar.csar to file: /app/ASDC/1/service-DemoPnfUgskm93m0bzigjfouizi-csar.csar
2022-09-03T05:23:46.171Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUgskm93m0bzigjfouizi-csar.csar
2022-09-03T05:23:46.172Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUgskm93m0bzigjfouizi-csar.csar
2022-09-03T05:23:46.172Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUgskm93m0bzigjfouizi-csar.csar
2022-09-03T05:23:46.312Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14563298147248580277/Definitions/service-DemoPnfUgskm93m0bzigjfouizi-template.yml
2022-09-03T05:23:47.070Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-09-03T05:23:47.071Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|WARN|500||####################################################################################################
2022-09-03T05:23:47.071Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUgskm93m0bzigjfouizi-csar.csar
2022-09-03T05:23:47.071Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-03T05:23:47.071Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?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-DemoPnfUgskm93m0bzigjfouizi-csar.csar
2022-09-03T05:23:47.071Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 1ff5b8a1-52b5 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-DemoPnfUgskm93m0bzigjfouizi-csar.csar
2022-09-03T05:23:47.071Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?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-DemoPnfUgskm93m0bzigjfouizi-csar.csar
2022-09-03T05:23:47.071Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?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-DemoPnfUgskm93m0bzigjfouizi-csar.csar
2022-09-03T05:23:47.071Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?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-DemoPnfUgskm93m0bzigjfouizi-csar.csar
2022-09-03T05:23:47.072Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?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-DemoPnfUgskm93m0bzigjfouizi-csar.csar
2022-09-03T05:23:47.072Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?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-DemoPnfUgskm93m0bzigjfouizi-csar.csar
2022-09-03T05:23:47.072Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|WARN|500||####################################################################################################
2022-09-03T05:23:47.072Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:23:47.072Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||Service Demo_pNF_uGSKM93m0BzigJFOuizi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:23:47.072Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||Node template pNF 1ff5b8a1-52b5 0 is matching search criteria
2022-09-03T05:23:47.072Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||Search for entities recursively
2022-09-03T05:23:47.072Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||Found topology templates [pNF 1ff5b8a1-52b5 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-03T05:23:47.073Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:23:47.073Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||Service Demo_pNF_uGSKM93m0BzigJFOuizi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:23:47.073Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||Node template pNF 1ff5b8a1-52b5 0 is matching search criteria
2022-09-03T05:23:47.073Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||Search for entities recursively
2022-09-03T05:23:47.073Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||Found topology templates [pNF 1ff5b8a1-52b5 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-03T05:23:47.073Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:23:47.073Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||Service Demo_pNF_uGSKM93m0BzigJFOuizi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:23:47.073Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:23:47.074Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||Service Demo_pNF_uGSKM93m0BzigJFOuizi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:23:47.074Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:23:47.074Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||Service Demo_pNF_uGSKM93m0BzigJFOuizi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:23:47.074Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:23:47.074Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||Service Demo_pNF_uGSKM93m0BzigJFOuizi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:23:47.074Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:23:47.074Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||Service Demo_pNF_uGSKM93m0BzigJFOuizi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:23:47.074Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_uGSKM93m0BzigJFOuizi
Description:catalog service description
Model UUID:c34feea9-be9f-4853-887f-a2159d8b85c4
Model Version:NULL
Model InvariantUuid:303658b1-4620-4b54-ba9c-19fd56e10448
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-09-03T05:23:47.087Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: 1b0ab9f3-0cc6-4602-8724-0b2fa2468462
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-03T05:23:47.090Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|INFO|500||pNF 1ff5b8a1-52b5 0
2022-09-03T05:23:47.090Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: 1b0ab9f3-0cc6-4602-8724-0b2fa2468462
2022-09-03T05:23:47.090Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||No resources found for Service: c34feea9-be9f-4853-887f-a2159d8b85c4
2022-09-03T05:23:47.090Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||Preparing to deploy Service: c34feea9-be9f-4853-887f-a2159d8b85c4
2022-09-03T05:23:47.090Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 1ff5b8a1-52b5 0 1b0ab9f3-0cc6-4602-8724-0b2fa2468462 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-09-03T05:23:47.094Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3251b209, org.onap.sdc.toscaparser.api.parameters.Input@60b74ac0, org.onap.sdc.toscaparser.api.parameters.Input@1eaab6a0, org.onap.sdc.toscaparser.api.parameters.Input@4e87f442, org.onap.sdc.toscaparser.api.parameters.Input@71f9c661]
2022-09-03T05:23:47.094Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:23:47.094Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||Service Demo_pNF_uGSKM93m0BzigJFOuizi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:23:47.095Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500|| resourceSeq for service uuid c34feea9-be9f-4853-887f-a2159d8b85c4: pNF 1ff5b8a1-52b5
2022-09-03T05:23:47.095Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|INFO|500||Processing PNF resource: 1b0ab9f3-0cc6-4602-8724-0b2fa2468462
2022-09-03T05:23:47.095Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:23:47.095Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||Service Demo_pNF_uGSKM93m0BzigJFOuizi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:23:47.095Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|INFO|500||Resource customization UUID: 971fb3e6-2221-41ef-a2b0-767fc2d3f894 is the same as notified resource customizationUUID: 971fb3e6-2221-41ef-a2b0-767fc2d3f894
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-09-03T05:23:47.156Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 1ff5b8a1-52b5 1b0ab9f3-0cc6-4602-8724-0b2fa2468462 0 ASDC deployResourceStructure
2022-09-03T05:23:47.157Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/artifacts/service-DemoPnfUgskm93m0bzigjfouizi-csar.csar ASDC sendASDCNotification
2022-09-03T05:23:47.157Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/artifacts/service-DemoPnfUgskm93m0bzigjfouizi-csar.csar
2022-09-03T05:23:47.157Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T05:23:47.157Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:23:47.159Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:23:47.159Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||try to send status {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182627157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/artifacts/service-DemoPnfUgskm93m0bzigjfouizi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:23:47.260Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:23:47.260Z||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-09-03T05:23:47.260Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:23:47.275Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:23:47.275Z||pool-157-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:23:48.160Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d3acdba1-89d8-41ac-b2fe-aed951adf5d8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:23:48.180Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d3acdba1-89d8-41ac-b2fe-aed951adf5d8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:23:48.184Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:23:48.184Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-03T05:23:48.184Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-03T05:23:48.184Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-03T05:23:48.184Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-03T05:23:48.185Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-09-03T05:23:48.185Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?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-09-03T05:23:48.190Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-03T05:24:18.190Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: d3acdba1-89d8-41ac-b2fe-aed951adf5d8 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-09-03T05:24:18.202Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d3acdba1-89d8-41ac-b2fe-aed951adf5d8 and serviceModelVersionId: c34feea9-be9f-4853-887f-a2159d8b85c4
2022-09-03T05:24:18.202Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 303658b1-4620-4b54-ba9c-19fd56e10448
2022-09-03T05:24:18.203Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0
2022-09-03T05:24:18.207Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8d7169-6f3c-4078-bd2b-f3a9820f56fc/model-vers/model-ver/dbc50f7e-1af3-404f-92f2-17c77e50cfbd?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-09-03T05:24:18.239Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||Invoke
2022-09-03T05:24:18.240Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d3acdba1-89d8-41ac-b2fe-aed951adf5d8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1402c888-6e6b-4ee4-bc47-13581b822b5f], X-ECOMP-RequestID=[d3acdba1-89d8-41ac-b2fe-aed951adf5d8], X-TransactionId=[], X-ONAP-RequestID=[d3acdba1-89d8-41ac-b2fe-aed951adf5d8], Content-Type=[application/merge-patch+json]}
2022-09-03T05:24:19.772Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||Invoke
2022-09-03T05:24:19.772Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d3acdba1-89d8-41ac-b2fe-aed951adf5d8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a0d0e9cb-369f-4c38-956b-1b089a2a1af7], X-ECOMP-RequestID=[d3acdba1-89d8-41ac-b2fe-aed951adf5d8], X-TransactionId=[], X-ONAP-RequestID=[d3acdba1-89d8-41ac-b2fe-aed951adf5d8], Content-Type=[application/merge-patch+json]}
2022-09-03T05:24:21.307Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||Invoke
2022-09-03T05:24:21.308Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d3acdba1-89d8-41ac-b2fe-aed951adf5d8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[636c4048-04d0-4ab1-9a26-e6964292fef7], X-ECOMP-RequestID=[d3acdba1-89d8-41ac-b2fe-aed951adf5d8], X-TransactionId=[], X-ONAP-RequestID=[d3acdba1-89d8-41ac-b2fe-aed951adf5d8], Content-Type=[application/merge-patch+json]}
2022-09-03T05:24:22.342Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T05:24:22.342Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?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-09-03T05:24:22.343Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T05:24:22.343Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?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-09-03T05:24:22.347Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?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-09-03T05:24:22.348Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d3acdba1-89d8-41ac-b2fe-aed951adf5d8 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T05:24:22.348Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-03T05:24:22.348Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:24:22.350Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:24:22.350Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||try to send status {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182662348,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-03T05:24:22.450Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:24:22.451Z||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-09-03T05:24:22.451Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:24:22.470Z||pool-158-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:24:22.470Z||pool-158-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-09-03T05:24:23.375Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||received message from topic
2022-09-03T05:24:23.376Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc","serviceName":"vFW 2022-09-03 05-21-18","serviceVersion":"1.0","serviceUUID":"ea5de153-6acd-42a6-b7d9-5a88c9762f1b","serviceDescription":"catalog service description","serviceInvariantUUID":"f244d819-db4a-4a0b-8cba-be448818a423","resources":[{"resourceInstanceName":"vFW 350dc6ca-80ed 0","resourceName":"vFW 350dc6ca-80ed","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"819a8098-c90a-481b-b6e8-2d59cb1dd05e","resourceInvariantUUID":"5fd65098-ccc5-4b3b-94d3-2c3651c9344b","resourceCustomizationUUID":"d6203a62-cf56-4fcc-9e25-10f1e05f2565","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/vf-license-model.xml","artifactChecksum":"MTRmZDJhMmViMTczMmZiNzk2ZjhhMDUwNTZjOWY1Mzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6b1c431f-d697-45e6-a58d-51da22f06e5e","artifactVersion":"1"},{"artifactName":"vfw350dc6ca80ed0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/vfw350dc6ca80ed0_modules.json","artifactChecksum":"YWRkMTVlNTRiOTNiZDU0ZjI1MTI3MTcyZTZjMmNlMWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"631a8921-a3a3-4655-a489-4f14b403f782","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e338cd34-92b0-4bbb-8ca1-f788d8808afa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/vendor-license-model.xml","artifactChecksum":"MjgyYWEzYzA4NGQzMDlmNDQ5ODZlYmEyYjI5NTI3NDc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"976ed535-40a2-4aab-81ce-2398ded28ea1","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ac529e68-6a2d-4a4d-be9f-8487fd24dc80","artifactVersion":"2","generatedFromUUID":"e338cd34-92b0-4bbb-8ca1-f788d8808afa"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220903052118-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220903052118/1.0/artifacts/service-Vfw20220903052118-template.yml","artifactChecksum":"MGJkNjI1MDQyMmFkMTVhMjI0ZmM4NWEwN2EyMzRhYzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a63848d0-79af-4fbd-9f5a-ce3e6b3f6584","artifactVersion":"1"},{"artifactName":"service-Vfw20220903052118-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220903052118/1.0/artifacts/service-Vfw20220903052118-csar.csar","artifactChecksum":"ZDA1MTMwMDA0ZjM2NWYyMzAxMzc2MjdhOWVjMDM4M2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e7c85815-ac09-4aa1-aa56-ca791d09e7ce","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-03T05:24:23.376Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:24:23.376Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:24:23.378Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:24:23.378Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||try to send status {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182612567,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:24:23.478Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:24:23.479Z||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-09-03T05:24:23.480Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:24:23.493Z||pool-159-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:24:23.494Z||pool-159-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-09-03T05:24:24.378Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:24:24.379Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:24:24.381Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:24:24.381Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||try to send status {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182612567,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/vfw350dc6ca80ed0_modules.json",
  "status": "NOTIFIED"
}
2022-09-03T05:24:24.481Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:24:24.482Z||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-09-03T05:24:24.482Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:24:24.495Z||pool-160-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:24:24.496Z||pool-160-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-09-03T05:24:25.381Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:24:25.383Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:24:25.384Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:24:25.384Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||try to send status {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182612567,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-03T05:24:25.485Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-03T05:24:25.485Z||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-09-03T05:24:25.485Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:24:25.500Z||pool-161-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:24:25.502Z||pool-161-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:24:26.385Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:24:26.385Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:24:26.387Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:24:26.387Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||try to send status {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182612567,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:24:26.487Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:24:26.488Z||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-09-03T05:24:26.488Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:24:26.503Z||pool-162-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:24:26.504Z||pool-162-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-09-03T05:24:27.387Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:24:27.388Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:24:27.390Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:24:27.390Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||try to send status {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182612567,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-03T05:24:27.490Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:24:27.491Z||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-09-03T05:24:27.491Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:24:27.506Z||pool-163-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:24:27.506Z||pool-163-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:24:28.390Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:24:28.391Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:24:28.392Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:24:28.392Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||try to send status {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182612567,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/artifacts/service-Vfw20220903052118-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:24:28.493Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:24:28.493Z||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-09-03T05:24:28.494Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:24:28.507Z||pool-164-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:24:28.508Z||pool-164-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-09-03T05:24:29.393Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:24:29.394Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:24:29.395Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:24:29.396Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||try to send status {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182612567,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/artifacts/service-Vfw20220903052118-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:24:29.496Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:24:29.497Z||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-09-03T05:24:29.497Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:24:29.512Z||pool-165-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:24:29.513Z||pool-165-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:24:30.396Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "serviceName": "vFW 2022-09-03 05-21-18",
  "serviceVersion": "1.0",
  "serviceUUID": "ea5de153-6acd-42a6-b7d9-5a88c9762f1b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f244d819-db4a-4a0b-8cba-be448818a423",
  "resources": [
    {
      "resourceInstanceName": "vFW 350dc6ca-80ed 0",
      "resourceCustomizationUUID": "d6203a62-cf56-4fcc-9e25-10f1e05f2565",
      "resourceName": "vFW 350dc6ca-80ed",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "819a8098-c90a-481b-b6e8-2d59cb1dd05e",
      "resourceInvariantUUID": "5fd65098-ccc5-4b3b-94d3-2c3651c9344b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw350dc6ca80ed0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/vfw350dc6ca80ed0_modules.json",
          "artifactChecksum": "YWRkMTVlNTRiOTNiZDU0ZjI1MTI3MTcyZTZjMmNlMWQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "631a8921-a3a3-4655-a489-4f14b403f782",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "e338cd34-92b0-4bbb-8ca1-f788d8808afa",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ac529e68-6a2d-4a4d-be9f-8487fd24dc80",
            "generatedFromUUID": "e338cd34-92b0-4bbb-8ca1-f788d8808afa"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ac529e68-6a2d-4a4d-be9f-8487fd24dc80",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220903052118-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/artifacts/service-Vfw20220903052118-csar.csar",
      "artifactChecksum": "ZDA1MTMwMDA0ZjM2NWYyMzAxMzc2MjdhOWVjMDM4M2Q\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e7c85815-ac09-4aa1-aa56-ca791d09e7ce"
    }
  ],
  "workloadContext": "Production"
}
2022-09-03T05:24:30.396Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-03T05:24:30.397Z|d3acdba1-89d8-41ac-b2fe-aed951adf5d8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ea5de153-6acd-42a6-b7d9-5a88c9762f1b ASDC
2022-09-03T05:24:30.397Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||ASDC Notification:
DistributionID:ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc
ServiceName:vFW 2022-09-03 05-21-18
ServiceVersion:1.0
ServiceUUID:ea5de153-6acd-42a6-b7d9-5a88c9762f1b
ServiceInvariantUUID:f244d819-db4a-4a0b-8cba-be448818a423
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220903052118-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220903052118/1.0/artifacts/service-Vfw20220903052118-csar.csar
ArtifactUUID:e7c85815-ac09-4aa1-aa56-ca791d09e7ce
ArtifactChecksum:ZDA1MTMwMDA0ZjM2NWYyMzAxMzc2MjdhOWVjMDM4M2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 350dc6ca-80ed 0
ResourceCustomizationUUID:d6203a62-cf56-4fcc-9e25-10f1e05f2565
ResourceInvariantUUID:5fd65098-ccc5-4b3b-94d3-2c3651c9344b
ResourceName:vFW 350dc6ca-80ed
ResourceType:VF
ResourceUUID:819a8098-c90a-481b-b6e8-2d59cb1dd05e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw350dc6ca80ed0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/vfw350dc6ca80ed0_modules.json
ArtifactUUID:631a8921-a3a3-4655-a489-4f14b403f782
ArtifactChecksum:YWRkMTVlNTRiOTNiZDU0ZjI1MTI3MTcyZTZjMmNlMWQ=
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/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/base_vfw.yaml
ArtifactUUID:e338cd34-92b0-4bbb-8ca1-f788d8808afa
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/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/base_vfw.env
ArtifactUUID:ac529e68-6a2d-4a4d-be9f-8487fd24dc80
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/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/base_vfw.env
ArtifactUUID:ac529e68-6a2d-4a4d-be9f-8487fd24dc80
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-03T05:24:30.397Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ea5de153-6acd-42a6-b7d9-5a88c9762f1b 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-09-03T05:24:30.569Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-03T05:24:30.570Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||MSO config path is: /app
2022-09-03T05:24:30.570Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||MSO config path is: /app
2022-09-03T05:24:30.570Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||Trying to download the artifact UUID: e7c85815-ac09-4aa1-aa56-ca791d09e7ce from URL: /sdc/v1/catalog/services/Vfw20220903052118/1.0/artifacts/service-Vfw20220903052118-csar.csar
2022-09-03T05:24:30.570Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||DistributionClient - download
2022-09-03T05:24:30.570Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220903052118/1.0/artifacts/service-Vfw20220903052118-csar.csar
2022-09-03T05:24:30.691Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||GET Response Status 200
2022-09-03T05:24:30.695Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220903052118/1.0/artifacts/service-Vfw20220903052118-csar.csar e7c85815-ac09-4aa1-aa56-ca791d09e7ce 99008
2022-09-03T05:24:30.696Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220903052118/1.0/artifacts/service-Vfw20220903052118-csar.csar ASDC sendASDCNotification
2022-09-03T05:24:30.696Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903052118/1.0/artifacts/service-Vfw20220903052118-csar.csar
2022-09-03T05:24:30.696Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T05:24:30.696Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:24:30.698Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:24:30.698Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||try to send status {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182670695,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/artifacts/service-Vfw20220903052118-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:24:30.798Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:24:30.799Z||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-09-03T05:24:30.799Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:24:30.814Z||pool-166-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:24:30.815Z||pool-166-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:24:31.698Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-03T05:24:31.699Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||MSO config path is: /app
2022-09-03T05:24:31.700Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||Trying to write artifact UUID: e7c85815-ac09-4aa1-aa56-ca791d09e7ce, URL: /sdc/v1/catalog/services/Vfw20220903052118/1.0/artifacts/service-Vfw20220903052118-csar.csar to file: /app/ASDC/1/service-Vfw20220903052118-csar.csar
2022-09-03T05:24:31.700Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220903052118-csar.csar
2022-09-03T05:24:31.700Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220903052118-csar.csar
2022-09-03T05:24:31.700Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220903052118-csar.csar
2022-09-03T05:24:31.869Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4116924804294543230/Definitions/service-Vfw20220903052118-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-09-03T05:24:33.590Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-09-03T05:24:33.590Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|WARN|500||####################################################################################################
2022-09-03T05:24:33.590Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220903052118-csar.csar
2022-09-03T05:24:33.590Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-09-03T05:24:33.590Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220903052118-csar.csar
2022-09-03T05:24:33.590Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220903052118-csar.csar
2022-09-03T05:24:33.591Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?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-Vfw20220903052118-csar.csar
2022-09-03T05:24:33.591Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?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-Vfw20220903052118-csar.csar
2022-09-03T05:24:33.591Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?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-Vfw20220903052118-csar.csar
2022-09-03T05:24:33.591Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220903052118-csar.csar
2022-09-03T05:24:33.591Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?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-Vfw20220903052118-csar.csar
2022-09-03T05:24:33.591Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220903052118-csar.csar
2022-09-03T05:24:33.591Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220903052118-csar.csar
2022-09-03T05:24:33.591Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?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-Vfw20220903052118-csar.csar
2022-09-03T05:24:33.591Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?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-Vfw20220903052118-csar.csar
2022-09-03T05:24:33.591Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?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-Vfw20220903052118-csar.csar
2022-09-03T05:24:33.591Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 350dc6ca-80ed 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220903052118-csar.csar
2022-09-03T05:24:33.591Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|WARN|500||####################################################################################################
2022-09-03T05:24:33.592Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:24:33.592Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Service vFW 2022-09-03 05-21-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:24:33.592Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template vFW 350dc6ca-80ed 0 is matching search criteria
2022-09-03T05:24:33.592Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Search for entities recursively
2022-09-03T05:24:33.592Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Found topology templates [vFW 350dc6ca-80ed 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-03T05:24:33.593Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:24:33.593Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Service vFW 2022-09-03 05-21-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:24:33.593Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template vFW 350dc6ca-80ed 0 is matching search criteria
2022-09-03T05:24:33.593Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Search for entities recursively
2022-09-03T05:24:33.593Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Found topology templates [vFW 350dc6ca-80ed 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-03T05:24:33.593Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:24:33.593Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Service vFW 2022-09-03 05-21-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:24:33.593Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:24:33.594Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template vFW 350dc6ca-80ed 0 is not matching search criteria
2022-09-03T05:24:33.594Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-03T05:24:33.594Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-03T05:24:33.594Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-03T05:24:33.594Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:24:33.594Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:24:33.594Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-09-03T05:24:33.594Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-03T05:24:33.594Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-03T05:24:33.595Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-09-03T05:24:33.595Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:24:33.595Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-03T05:24:33.595Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-03T05:24:33.595Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-03T05:24:33.595Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-09-03T05:24:33.595Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:24:33.595Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-03T05:24:33.596Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:24:33.596Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Service vFW 2022-09-03 05-21-18 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-03T05:24:33.596Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:24:33.596Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template vFW 350dc6ca-80ed 0 is matching search criteria
2022-09-03T05:24:33.596Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Found topology templates [vFW 350dc6ca-80ed 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:24:33.596Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:24:33.597Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template vFW 350dc6ca-80ed 0 is matching search criteria
2022-09-03T05:24:33.597Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Found topology templates [vFW 350dc6ca-80ed 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:24:33.597Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:24:33.597Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template vFW 350dc6ca-80ed 0 is matching search criteria
2022-09-03T05:24:33.597Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Found topology templates [vFW 350dc6ca-80ed 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:24:33.597Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:24:33.599Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template vFW 350dc6ca-80ed 0 is not matching search criteria
2022-09-03T05:24:33.599Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-03T05:24:33.600Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-03T05:24:33.600Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-03T05:24:33.600Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-03T05:24:33.600Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-09-03T05:24:33.601Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:24:33.601Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-03T05:24:33.601Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-03T05:24:33.602Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-03T05:24:33.602Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-09-03T05:24:33.602Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:24:33.603Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=503b7237-c5a9-4fa9-887f-3b50ade04fc2
2022-09-03T05:24:33.603Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:24:33.603Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template vFW 350dc6ca-80ed 0 is not matching search criteria
2022-09-03T05:24:33.604Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-03T05:24:33.604Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-03T05:24:33.604Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-03T05:24:33.604Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:24:33.605Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:24:33.605Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-09-03T05:24:33.605Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-03T05:24:33.606Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-03T05:24:33.606Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-03T05:24:33.606Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-03T05:24:33.606Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-09-03T05:24:33.607Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:24:33.607Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c6842a77-9673-42d6-967f-7a1f5401a4cf
2022-09-03T05:24:33.607Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:24:33.608Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template vFW 350dc6ca-80ed 0 is not matching search criteria
2022-09-03T05:24:33.608Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-03T05:24:33.608Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-03T05:24:33.608Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-03T05:24:33.609Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:24:33.609Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:24:33.609Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-09-03T05:24:33.610Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-03T05:24:33.610Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-03T05:24:33.610Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-09-03T05:24:33.610Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:24:33.610Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-03T05:24:33.610Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-03T05:24:33.611Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b44a2bd6-7f43-4338-9e90-524146277d46
2022-09-03T05:24:33.611Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:24:33.611Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Service vFW 2022-09-03 05-21-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:24:33.611Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:24:33.611Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Service vFW 2022-09-03 05-21-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:24:33.612Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:24:33.612Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Service vFW 2022-09-03 05-21-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:24:33.612Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:24:33.612Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Service vFW 2022-09-03 05-21-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:24:33.612Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-09-03 05-21-18
Description:catalog service description
Model UUID:ea5de153-6acd-42a6-b7d9-5a88c9762f1b
Model Version:NULL
Model InvariantUuid:f244d819-db4a-4a0b-8cba-be448818a423
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 350dc6ca-80ed
Model UUID:6c73faa8-f501-4a42-b722-19c0580651c8
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5fd65098-ccc5-4b3b-94d3-2c3651c9344b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d6203a62-cf56-4fcc-9e25-10f1e05f2565
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:877ed2fc-acf8-4289-8f34-7175e130234f
ModelName:Vfw350dc6ca80ed..base_vfw..module-0
ModelUuid:b64a169f-b7b0-4467-9034-3e382d0d3cf5
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:503b7237-c5a9-4fa9-887f-3b50ade04fc2
ModelInvariantUuid:3216658e-8f36-44b4-ac8a-db0f8546f67f
ModelName:vFW 350dc6ca-80ed-nodes.vfwCvfc
ModelUuid:3890fb21-65cd-4e25-8056-01b32ad8ce6c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:1b42b509-d8dd-4407-aa7b-6991b6f2d24f
ModelInvariantUuid:cfefd7da-ae5d-41b4-94ac-897e98f47a79
ModelName:Vfw350dc6ca80ed.compute.nodes.heat.vfw
ModelUuid:7f24574f-0e75-4d08-85e1-92fc8f75c4f0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c6842a77-9673-42d6-967f-7a1f5401a4cf
ModelInvariantUuid:b9940890-bc23-4fdc-8e23-cadff32c9c7e
ModelName:vFW 350dc6ca-80ed-nodes.vsnCvfc
ModelUuid:d754a4d0-00e3-4805-8129-4ed7eee32dc9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:bc666d82-3e7e-4f6d-bdff-d1df7c23176f
ModelInvariantUuid:739a492e-52f3-4e7c-a8f1-5542a8d89dba
ModelName:Vfw350dc6ca80ed.compute.nodes.heat.vsn
ModelUuid:f2f1fec9-a71b-41ee-9368-d93c578d19b3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:b44a2bd6-7f43-4338-9e90-524146277d46
ModelInvariantUuid:0bf4e196-9f71-4c44-9436-302264161807
ModelName:vFW 350dc6ca-80ed-nodes.vpgCvfc
ModelUuid:c212b9cf-70e1-4bc1-b846-35a918412367
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:1ee291f0-1820-499a-a7cc-3e823df3938b
ModelInvariantUuid:e91b0378-7f33-4398-8c63-abdf0df323f0
ModelName:Vfw350dc6ca80ed.compute.nodes.heat.vpg
ModelUuid:3a8b43f3-832c-4bb0-86ef-6cb6d76c2205
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-09-03T05:24:33.620Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 819a8098-c90a-481b-b6e8-2d59cb1dd05e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-03T05:24:33.622Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||vFW 350dc6ca-80ed 0
2022-09-03T05:24:33.622Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 819a8098-c90a-481b-b6e8-2d59cb1dd05e
2022-09-03T05:24:33.622Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||Trying to download the artifact UUID: 631a8921-a3a3-4655-a489-4f14b403f782 from URL: /sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/vfw350dc6ca80ed0_modules.json
2022-09-03T05:24:33.622Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||DistributionClient - download
2022-09-03T05:24:33.623Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/vfw350dc6ca80ed0_modules.json
2022-09-03T05:24:33.704Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||GET Response Status 200
2022-09-03T05:24:33.705Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/vfw350dc6ca80ed0_modules.json 631a8921-a3a3-4655-a489-4f14b403f782 785
2022-09-03T05:24:33.705Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/vfw350dc6ca80ed0_modules.json ASDC sendASDCNotification
2022-09-03T05:24:33.706Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/vfw350dc6ca80ed0_modules.json
2022-09-03T05:24:33.706Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T05:24:33.706Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:24:33.709Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:24:33.709Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||try to send status {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182673705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/vfw350dc6ca80ed0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:24:33.809Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:24:33.810Z||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-09-03T05:24:33.810Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:24:33.823Z||pool-167-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:24:33.824Z||pool-167-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:24:34.709Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw350dc6ca80ed..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "877ed2fc-acf8-4289-8f34-7175e130234f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b64a169f-b7b0-4467-9034-3e382d0d3cf5",
    "vfModuleModelCustomizationUUID": "041853ab-7d4e-4cb7-888d-290aa907ebee",
    "isBase": true,
    "artifacts": [
      "e338cd34-92b0-4bbb-8ca1-f788d8808afa",
      "ac529e68-6a2d-4a4d-be9f-8487fd24dc80"
    ],
    "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-09-03T05:24:34.714Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw350dc6ca80ed..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b64a169f-b7b0-4467-9034-3e382d0d3cf5
VfModuleModelInvariantUUID:877ed2fc-acf8-4289-8f34-7175e130234f
VfModuleModelDescription:NULL
Artifacts UUID List:{
e338cd34-92b0-4bbb-8ca1-f788d8808afa
,
ac529e68-6a2d-4a4d-be9f-8487fd24dc80

}
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-09-03T05:24:34.716Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw350dc6ca80ed..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "877ed2fc-acf8-4289-8f34-7175e130234f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b64a169f-b7b0-4467-9034-3e382d0d3cf5",
    "vfModuleModelCustomizationUUID": "041853ab-7d4e-4cb7-888d-290aa907ebee",
    "isBase": true,
    "artifacts": [
      "e338cd34-92b0-4bbb-8ca1-f788d8808afa",
      "ac529e68-6a2d-4a4d-be9f-8487fd24dc80"
    ],
    "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-09-03T05:24:34.717Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw350dc6ca80ed..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b64a169f-b7b0-4467-9034-3e382d0d3cf5
VfModuleModelInvariantUUID:877ed2fc-acf8-4289-8f34-7175e130234f
VfModuleModelDescription:NULL
Artifacts UUID List:{
e338cd34-92b0-4bbb-8ca1-f788d8808afa
,
ac529e68-6a2d-4a4d-be9f-8487fd24dc80

}
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-09-03T05:24:34.717Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||Trying to download the artifact UUID: e338cd34-92b0-4bbb-8ca1-f788d8808afa from URL: /sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/base_vfw.yaml
2022-09-03T05:24:34.717Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||DistributionClient - download
2022-09-03T05:24:34.717Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/base_vfw.yaml
2022-09-03T05:24:34.821Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||GET Response Status 200
2022-09-03T05:24:34.822Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/base_vfw.yaml e338cd34-92b0-4bbb-8ca1-f788d8808afa 20368
2022-09-03T05:24:34.822Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-03T05:24:34.822Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/base_vfw.yaml
2022-09-03T05:24:34.822Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T05:24:34.822Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:24:34.824Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:24:34.824Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||try to send status {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182674822,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:24:34.924Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:24:34.925Z||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-09-03T05:24:34.925Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:24:34.939Z||pool-168-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:24:34.941Z||pool-168-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:24:35.824Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||Trying to download the artifact UUID: ac529e68-6a2d-4a4d-be9f-8487fd24dc80 from URL: /sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/base_vfw.env
2022-09-03T05:24:35.825Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||DistributionClient - download
2022-09-03T05:24:35.826Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/base_vfw.env
2022-09-03T05:24:35.873Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||GET Response Status 200
2022-09-03T05:24:35.873Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/base_vfw.env ac529e68-6a2d-4a4d-be9f-8487fd24dc80 2098
2022-09-03T05:24:35.874Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-03T05:24:35.874Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/base_vfw.env
2022-09-03T05:24:35.874Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T05:24:35.874Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:24:35.876Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:24:35.876Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||try to send status {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182675874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:24:35.976Z||pool-169-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:24:35.977Z||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-09-03T05:24:35.977Z||pool-169-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:24:35.992Z||pool-169-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:24:35.992Z||pool-169-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:24:36.877Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Preparing to deploy Service: ea5de153-6acd-42a6-b7d9-5a88c9762f1b
2022-09-03T05:24:36.877Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 350dc6ca-80ed 0 819a8098-c90a-481b-b6e8-2d59cb1dd05e 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-09-03T05:24:36.891Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@18902542, org.onap.sdc.toscaparser.api.parameters.Input@3a1aaf23, org.onap.sdc.toscaparser.api.parameters.Input@12ffcb8d, org.onap.sdc.toscaparser.api.parameters.Input@544d0db4, org.onap.sdc.toscaparser.api.parameters.Input@4d6e884a]
2022-09-03T05:24:36.892Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:24:36.892Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Service vFW 2022-09-03 05-21-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:24:36.893Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||VF Category is: Generic 
2022-09-03T05:24:36.893Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||VFCustomizationUUID= d6203a62-cf56-4fcc-9e25-10f1e05f2565
2022-09-03T05:24:36.893Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d6203a62-cf56-4fcc-9e25-10f1e05f2565 matches Tosca VF Customization UUID: d6203a62-cf56-4fcc-9e25-10f1e05f2565
2022-09-03T05:24:36.893Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||vfCustomizationUUID: d6203a62-cf56-4fcc-9e25-10f1e05f2565  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-09-03T05:24:36.895Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:24:36.895Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Service vFW 2022-09-03 05-21-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:24:36.896Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||resource request for resource customization id d6203a62-cf56-4fcc-9e25-10f1e05f2565: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-09-03T05:24:36.896Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7231d5cd
2022-09-03T05:24:36.896Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:24:36.896Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Service vFW 2022-09-03 05-21-18 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-03T05:24:36.896Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 041853ab-7d4e-4cb7-888d-290aa907ebee
2022-09-03T05:24:36.896Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 041853ab-7d4e-4cb7-888d-290aa907ebee
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-09-03T05:24:36.898Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:24:36.898Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template vFW 350dc6ca-80ed 0 is matching search criteria
2022-09-03T05:24:36.899Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Found topology templates [vFW 350dc6ca-80ed 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:24:36.899Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:24:36.899Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template vFW 350dc6ca-80ed 0 is matching search criteria
2022-09-03T05:24:36.899Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Found topology templates [vFW 350dc6ca-80ed 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:24:36.899Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:24:36.899Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template vFW 350dc6ca-80ed 0 is not matching search criteria
2022-09-03T05:24:36.900Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-03T05:24:36.900Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-03T05:24:36.900Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-03T05:24:36.900Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-03T05:24:36.900Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-09-03T05:24:36.900Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:24:36.900Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-03T05:24:36.900Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-03T05:24:36.901Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-03T05:24:36.901Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-09-03T05:24:36.901Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:24:36.901Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=503b7237-c5a9-4fa9-887f-3b50ade04fc2
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-09-03T05:24:36.903Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:24:36.903Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template vFW 350dc6ca-80ed 0 is matching search criteria
2022-09-03T05:24:36.904Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Found topology templates [vFW 350dc6ca-80ed 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:24:36.904Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:24:36.904Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template vFW 350dc6ca-80ed 0 is not matching search criteria
2022-09-03T05:24:36.904Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-03T05:24:36.904Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-03T05:24:36.905Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-03T05:24:36.905Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:24:36.905Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:24:36.905Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-09-03T05:24:36.905Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-03T05:24:36.906Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-03T05:24:36.906Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-03T05:24:36.906Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-03T05:24:36.906Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-09-03T05:24:36.906Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:24:36.907Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c6842a77-9673-42d6-967f-7a1f5401a4cf
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-09-03T05:24:36.908Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:24:36.908Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template vFW 350dc6ca-80ed 0 is matching search criteria
2022-09-03T05:24:36.909Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Found topology templates [vFW 350dc6ca-80ed 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:24:36.909Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:24:36.909Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template vFW 350dc6ca-80ed 0 is not matching search criteria
2022-09-03T05:24:36.909Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-03T05:24:36.910Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-03T05:24:36.910Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-03T05:24:36.910Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:24:36.910Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:24:36.911Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-09-03T05:24:36.911Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-03T05:24:36.911Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-03T05:24:36.911Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-09-03T05:24:36.911Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:24:36.912Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-03T05:24:36.912Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-03T05:24:36.912Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b44a2bd6-7f43-4338-9e90-524146277d46
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-09-03T05:24:36.914Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:24:36.914Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template vFW 350dc6ca-80ed 0 is matching search criteria
2022-09-03T05:24:36.914Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Found topology templates [vFW 350dc6ca-80ed 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:24:36.914Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:24:36.915Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Node template vFW 350dc6ca-80ed 0 is matching search criteria
2022-09-03T05:24:36.915Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Found topology templates [vFW 350dc6ca-80ed 0] matching following query criteria: sdcType=VF, customizationUUID=d6203a62-cf56-4fcc-9e25-10f1e05f2565
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-03T05:24:36.916Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:24:36.917Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Service vFW 2022-09-03 05-21-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:24:36.917Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500|| resourceSeq for service uuid ea5de153-6acd-42a6-b7d9-5a88c9762f1b: vFW 350dc6ca-80ed
2022-09-03T05:24:36.917Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:24:36.917Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Service vFW 2022-09-03 05-21-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:24:36.917Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:24:36.918Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Service vFW 2022-09-03 05-21-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:24:36.918Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:24:36.918Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Service vFW 2022-09-03 05-21-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:24:36.918Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:24:36.918Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Service vFW 2022-09-03 05-21-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:24:36.919Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:24:36.919Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Service vFW 2022-09-03 05-21-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:24:36.919Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||Saving Service: vFW 2022-09-03 05-21-18 
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-09-03T05:24:37.112Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 350dc6ca-80ed 819a8098-c90a-481b-b6e8-2d59cb1dd05e 1 ASDC deployResourceStructure
2022-09-03T05:24:37.112Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/vfw350dc6ca80ed0_modules.json ASDC sendASDCNotification
2022-09-03T05:24:37.112Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/vfw350dc6ca80ed0_modules.json
2022-09-03T05:24:37.112Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T05:24:37.113Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:24:37.114Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:24:37.114Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||try to send status {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182677112,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/vfw350dc6ca80ed0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-03T05:24:37.215Z||pool-170-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-03T05:24:37.215Z||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-09-03T05:24:37.215Z||pool-170-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:24:37.230Z||pool-170-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:24:37.230Z||pool-170-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:24:38.115Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-03T05:24:38.116Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/base_vfw.yaml
2022-09-03T05:24:38.116Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T05:24:38.116Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:24:38.118Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:24:38.118Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||try to send status {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182678115,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-09-03T05:24:38.218Z||pool-171-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:24:38.219Z||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-09-03T05:24:38.219Z||pool-171-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:24:38.234Z||pool-171-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:24:38.234Z||pool-171-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:24:39.118Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-03T05:24:39.119Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/base_vfw.env
2022-09-03T05:24:39.119Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T05:24:39.119Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:24:39.121Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:24:39.121Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||try to send status {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182679118,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-09-03T05:24:39.221Z||pool-172-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:24:39.222Z||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-09-03T05:24:39.222Z||pool-172-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:24:39.241Z||pool-172-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:24:39.241Z||pool-172-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:24:40.122Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220903052118/1.0/artifacts/service-Vfw20220903052118-csar.csar ASDC sendASDCNotification
2022-09-03T05:24:40.122Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903052118/1.0/artifacts/service-Vfw20220903052118-csar.csar
2022-09-03T05:24:40.122Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T05:24:40.122Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:24:40.124Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:24:40.124Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||try to send status {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182680121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/artifacts/service-Vfw20220903052118-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:24:40.224Z||pool-173-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:24:40.225Z||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-09-03T05:24:40.225Z||pool-173-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:24:40.239Z||pool-173-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:24:40.239Z||pool-173-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:24:41.125Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:24:41.138Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:24:41.141Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:24:41.141Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-03T05:24:41.141Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-03T05:24:45.415Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:24:45.416Z||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-09-03T05:24:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T05:24:45.443Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:24:45.444Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:24:45.444Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "clamp",
  "timestamp": 1662182523963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:24:45.445Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:24:45.445Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:24:45.445Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662182530408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:24:45.445Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:24:45.445Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:24:45.445Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "cds",
  "timestamp": 1662182529191,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:24:45.445Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:24:45.445Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:24:45.445Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "clamp",
  "timestamp": 1662182523963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/vfw350dc6ca80ed0_modules.json",
  "status": "NOTIFIED"
}
2022-09-03T05:24:45.445Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:24:45.445Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:24:45.446Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662182530408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/vfw350dc6ca80ed0_modules.json",
  "status": "NOTIFIED"
}
2022-09-03T05:24:45.450Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:24:45.450Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:24:45.451Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "cds",
  "timestamp": 1662182529191,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/vfw350dc6ca80ed0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:24:45.451Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:24:45.451Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:24:45.451Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662182532772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:24:45.451Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:24:45.451Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:24:45.451Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "clamp",
  "timestamp": 1662182523963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:24:45.451Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:24:45.451Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:24:45.451Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662182530408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-03T05:24:45.451Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:24:45.452Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:24:45.452Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "cds",
  "timestamp": 1662182529191,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:24:45.452Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:24:45.452Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:24:45.452Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662182532772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/vfw350dc6ca80ed0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:24:45.452Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:24:45.452Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:24:45.452Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "clamp",
  "timestamp": 1662182523963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:24:45.452Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:24:45.452Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:24:45.452Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662182530408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:24:45.452Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:24:45.452Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:24:45.453Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "cds",
  "timestamp": 1662182529191,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:24:45.453Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:24:45.453Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:24:45.453Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662182532772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:24:45.453Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:24:45.453Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:24:45.453Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "clamp",
  "timestamp": 1662182523963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:24:45.453Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:24:45.453Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:24:45.453Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662182530408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-03T05:24:45.453Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:24:45.453Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:24:45.454Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "cds",
  "timestamp": 1662182529191,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:24:45.454Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:24:45.454Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:24:45.454Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662182532772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:24:45.454Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:24:45.454Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:24:45.454Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "clamp",
  "timestamp": 1662182523963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/artifacts/service-Vfw20220903052118-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:24:45.454Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:24:45.454Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:24:45.454Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662182530408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/artifacts/service-Vfw20220903052118-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:24:45.454Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:24:45.454Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:24:45.455Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "cds",
  "timestamp": 1662182529191,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/artifacts/service-Vfw20220903052118-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:24:45.455Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:24:45.455Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:24:45.455Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662182532772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:24:45.455Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:24:45.455Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:24:45.455Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "clamp",
  "timestamp": 1662182523963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/artifacts/service-Vfw20220903052118-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:24:45.455Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:24:45.455Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:24:45.455Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662182530408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/artifacts/service-Vfw20220903052118-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:24:45.455Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:24:45.456Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:24:45.456Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "cds",
  "timestamp": 1662182529191,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/artifacts/service-Vfw20220903052118-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:24:45.456Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:24:45.456Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:24:45.456Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662182532772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/artifacts/service-Vfw20220903052118-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:24:45.456Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:24:45.456Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:24:45.456Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662182539626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/vfw350dc6ca80ed0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:24:45.456Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:24:45.456Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:24:45.456Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "cds",
  "timestamp": 1662182539394,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/artifacts/service-Vfw20220903052118-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:24:45.456Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:24:45.457Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:24:45.457Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662182532772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/artifacts/service-Vfw20220903052118-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:24:45.457Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:24:45.457Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:24:45.457Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "cds",
  "timestamp": 1662182540399,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/artifacts/service-Vfw20220903052118-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-09-03T05:24:45.468Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc
2022-09-03T05:24:45.468Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc 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-09-03T05:24:45.487Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:24:45.487Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662182540753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:24:45.487Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:24:45.487Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:24:45.487Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "policy-id",
  "timestamp": 1662182540374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:24:45.487Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:24:45.488Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:24:45.488Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662182541829,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:24:45.488Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:24:45.488Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:24:45.488Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "policy-id",
  "timestamp": 1662182540374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/vfw350dc6ca80ed0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:24:45.488Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:24:45.488Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:24:45.488Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662182542866,
  "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-09-03T05:24:45.494Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc
2022-09-03T05:24:45.494Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc 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-09-03T05:24:45.510Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:24:45.510Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662182542109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:24:45.511Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:24:45.511Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:24:45.511Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "policy-id",
  "timestamp": 1662182540374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-03T05:24:45.511Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:24:45.511Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:24:45.511Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662182543870,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/vfw350dc6ca80ed0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-03T05:24:45.512Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:24:45.512Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:24:45.512Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662182542109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/vfw350dc6ca80ed0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:24:45.512Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:24:45.512Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:24:45.512Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "policy-id",
  "timestamp": 1662182540374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:24:45.512Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:24:45.512Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:24:45.513Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662182542109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:24:45.513Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:24:45.513Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:24:45.513Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "policy-id",
  "timestamp": 1662182540374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:24:45.513Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:24:45.513Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:24:45.513Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662182542109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:24:45.513Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:24:45.514Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:24:45.514Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "policy-id",
  "timestamp": 1662182540374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/artifacts/service-Vfw20220903052118-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:24:45.514Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:24:45.514Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:24:45.514Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662182542109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:24:45.514Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:24:45.514Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:24:45.514Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "policy-id",
  "timestamp": 1662182540374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/artifacts/service-Vfw20220903052118-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:24:45.515Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:24:45.515Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:24:45.515Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662182542109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/artifacts/service-Vfw20220903052118-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:24:45.515Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:24:45.515Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:24:45.515Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "policy-id",
  "timestamp": 1662182548122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/artifacts/service-Vfw20220903052118-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:24:45.515Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:24:45.516Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:24:45.516Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662182542109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/artifacts/service-Vfw20220903052118-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:24:45.516Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:24:45.516Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:24:45.516Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "policy-id",
  "timestamp": 1662182549127,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/artifacts/service-Vfw20220903052118-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:24:45.516Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:24:45.516Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:24:45.516Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662182549991,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/artifacts/service-Vfw20220903052118-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:24:45.517Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:24:45.517Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:24:45.517Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "policy-id",
  "timestamp": 1662182550131,
  "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-09-03T05:24:45.524Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc
2022-09-03T05:24:45.524Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc 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-09-03T05:24:45.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:24:45.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "aai-ml",
  "timestamp": 1662182549979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:24:45.533Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:24:45.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:24:45.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "clamp",
  "timestamp": 1662182551331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/artifacts/service-Vfw20220903052118-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:24:45.533Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:24:45.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:24:45.534Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "aai-ml",
  "timestamp": 1662182549979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/vfw350dc6ca80ed0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:24:45.534Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:24:45.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:24:45.534Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "aai-ml",
  "timestamp": 1662182549979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:24:45.534Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:24:45.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:24:45.534Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "clamp",
  "timestamp": 1662182553338,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/artifacts/service-Vfw20220903052118-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:24:45.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:24:45.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:24:45.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662182553395,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/artifacts/service-Vfw20220903052118-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:24:45.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:24:45.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:24:45.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "aai-ml",
  "timestamp": 1662182549979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:24:45.535Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:24:45.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:24:45.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "clamp",
  "timestamp": 1662182554341,
  "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-09-03T05:24:45.541Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc
2022-09-03T05:24:45.541Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc 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-09-03T05:24:45.553Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:24:45.553Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662182554398,
  "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-09-03T05:24:45.566Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc
2022-09-03T05:24:45.566Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc 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-09-03T05:24:45.584Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:24:45.584Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "aai-ml",
  "timestamp": 1662182549979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:24:45.584Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:24:45.584Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:24:45.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "aai-ml",
  "timestamp": 1662182549979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/artifacts/service-Vfw20220903052118-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:24:45.585Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:24:45.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:24:45.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "aai-ml",
  "timestamp": 1662182549979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/artifacts/service-Vfw20220903052118-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:24:45.585Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:24:45.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:24:45.586Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "aai-ml",
  "timestamp": 1662182557803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/artifacts/service-Vfw20220903052118-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:24:45.586Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:25:11.141Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:25:11.159Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:25:11.162Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:25:11.162Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-03T05:25:11.162Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-03T05:25:41.162Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:25:41.184Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:25:41.186Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:25:41.186Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-03T05:25:41.186Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-03T05:25:45.415Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:25:45.416Z||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-09-03T05:25:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T05:25:45.452Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:25:45.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:25:45.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "aai-ml",
  "timestamp": 1662182566967,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/artifacts/service-Vfw20220903052118-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-09-03T05:25:45.454Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:25:45.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:25:45.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "aai-ml",
  "timestamp": 1662182567972,
  "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-09-03T05:25:45.475Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc
2022-09-03T05:25:45.475Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc 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-09-03T05:25:45.491Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:25:45.491Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b70dc0-1da5-4e89-a728-3600d009a178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182611541,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-03T05:25:45.491Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:25:45.491Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:25:45.491Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182612567,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/resourceInstances/pnf1ff5b8a152b50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:25:45.492Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:25:45.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:25:45.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182612567,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/resourceInstances/pnf1ff5b8a152b50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:25:45.492Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:25:45.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:25:45.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182612567,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/resourceInstances/pnf1ff5b8a152b50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:25:45.492Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:25:45.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:25:45.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182612567,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/resourceInstances/pnf1ff5b8a152b50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:25:45.492Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:25:45.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:25:45.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182612567,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/resourceInstances/pnf1ff5b8a152b50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:25:45.493Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:25:45.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:25:45.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182612567,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/resourceInstances/pnf1ff5b8a152b50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:25:45.493Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:25:45.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:25:45.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182612567,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/artifacts/service-DemoPnfUgskm93m0bzigjfouizi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:25:45.493Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:25:45.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:25:45.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182612567,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/artifacts/service-DemoPnfUgskm93m0bzigjfouizi-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:25:45.494Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:25:45.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:25:45.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182625167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/artifacts/service-DemoPnfUgskm93m0bzigjfouizi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:25:45.494Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:26:11.186Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:26:11.202Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:26:11.204Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:26:11.204Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-03T05:26:11.205Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-03T05:26:11.205Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-03T05:26:11.205Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-09-03T05:26:11.205Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?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-09-03T05:26:11.211Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-03T05:26:41.212Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc 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-09-03T05:26:41.223Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc and serviceModelVersionId: ea5de153-6acd-42a6-b7d9-5a88c9762f1b
2022-09-03T05:26:41.223Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f244d819-db4a-4a0b-8cba-be448818a423
2022-09-03T05:26:41.224Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0
2022-09-03T05:26:41.230Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-09-03T05:26:41.270Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/303658b1-4620-4b54-ba9c-19fd56e10448/model-vers/model-ver/c34feea9-be9f-4853-887f-a2159d8b85c4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?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-09-03T05:26:41.272Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Invoke
2022-09-03T05:26:42.815Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?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-09-03T05:26:42.817Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Invoke
2022-09-03T05:26:44.351Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?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-09-03T05:26:44.353Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Invoke
2022-09-03T05:26:45.382Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T05:26:45.383Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?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-09-03T05:26:45.383Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T05:26:45.384Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?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-09-03T05:26:45.388Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?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-09-03T05:26:45.388Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T05:26:45.388Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-03T05:26:45.389Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:26:45.391Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:26:45.391Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||try to send status {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182805388,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-03T05:26:45.415Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:26:45.416Z||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-09-03T05:26:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T05:26:45.491Z||pool-174-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:26:45.492Z||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-09-03T05:26:45.493Z||pool-174-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:26:45.515Z||pool-174-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:26:45.516Z||pool-174-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-09-03T05:26:45.527Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:26:45.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:26:45.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182627157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgskm93m0bzigjfouizi/1.0/artifacts/service-DemoPnfUgskm93m0bzigjfouizi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:26:45.529Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:26:45.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:26:45.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3acdba1-89d8-41ac-b2fe-aed951adf5d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182662348,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-03T05:26:45.529Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:26:45.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:26:45.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182612567,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:26:45.529Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:26:45.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:26:45.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182612567,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/vfw350dc6ca80ed0_modules.json",
  "status": "NOTIFIED"
}
2022-09-03T05:26:45.530Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:26:45.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:26:45.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182612567,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-03T05:26:45.530Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:26:45.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:26:45.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182612567,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:26:45.530Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:26:45.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:26:45.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182612567,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-03T05:26:45.530Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:26:45.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:26:45.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182612567,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/artifacts/service-Vfw20220903052118-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:26:45.531Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:26:45.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:26:45.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182612567,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/artifacts/service-Vfw20220903052118-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:26:45.531Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:26:45.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:26:45.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182670695,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/artifacts/service-Vfw20220903052118-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:26:45.531Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:26:45.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:26:45.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182673705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/vfw350dc6ca80ed0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:26:45.531Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:26:45.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:26:45.532Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182674822,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:26:45.532Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:26:45.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:26:45.532Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182675874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:26:45.532Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:26:45.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:26:45.532Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182677112,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/vfw350dc6ca80ed0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-03T05:26:45.532Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:26:45.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:26:45.533Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182678115,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-09-03T05:26:45.533Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:26:45.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:26:45.533Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182679118,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/resourceInstances/vfw350dc6ca80ed0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-09-03T05:26:45.533Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:26:45.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:26:45.533Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182680121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903052118/1.0/artifacts/service-Vfw20220903052118-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:26:45.534Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-03T05:26:46.406Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:26:46.406Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T05:26:46.407Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:26:56.707Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:26:56.708Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:26:56.709Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T05:26:56.709Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:27:06.252Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:27:06.253Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:27:06.254Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T05:27:06.254Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:27:15.811Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:27:15.812Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:27:15.812Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T05:27:15.812Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:27:25.356Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:27:25.357Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:27:25.358Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T05:27:25.358Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:27:34.898Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:27:34.899Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:27:34.899Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T05:27:34.899Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:27:44.450Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:27:45.413Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:27:45.414Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T05:27:45.414Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:27:45.415Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:27:45.415Z||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-09-03T05:27:45.415Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T05:27:45.941Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:27:45.941Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:27:45.941Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182805388,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-03T05:27:45.942Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:27:54.957Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:28:45.413Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:28:45.414Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T05:28:45.414Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:28:45.415Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:28:45.415Z||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-09-03T05:28:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T05:28:54.982Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:28:54.982Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:29:45.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:29:45.415Z||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-09-03T05:29:45.415Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:29:45.415Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T05:29:45.416Z||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-09-03T05:29:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T05:29:46.052Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:29:46.053Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.053Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:29:46.053Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"bbe85f19-cb6b-4ae8-9d64-2c686fb59b50","serviceName":"Demo_pNF_eUftadiPbr74P4wNwlHv","serviceVersion":"1.0","serviceUUID":"adc7629b-5aa1-4f13-9c61-5bbc4764ed91","serviceDescription":"catalog service description","serviceInvariantUUID":"14ae031d-0665-4d22-b352-f3d6fc45fd53","resources":[{"resourceInstanceName":"pNF bca80faa-edf6 0","resourceName":"pNF bca80faa-edf6","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"85418abd-5b37-40f7-81b6-0152250210c6","resourceInvariantUUID":"2554d88c-eace-4809-987c-0b7773988325","resourceCustomizationUUID":"9beec8aa-0286-47ef-b4b7-6c945d805072","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/resourceInstances/pnfbca80faaedf60/artifacts/vf-license-model.xml","artifactChecksum":"NzliMTJlMGRjMDM0ZWU0NTMzYTRjYTQyNWE5Mjc0NTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"87f4d1f9-4d0b-4339-9c36-d4ecf6638901","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/resourceInstances/pnfbca80faaedf60/artifacts/pNF.csar","artifactChecksum":"YTQzMzMxNTQyODkzNmYwOWIyZjM1YjcxZDkzMTkxNjM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"874ac0dd-690b-4047-9b49-b08d7d3b6bdd","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/resourceInstances/pnfbca80faaedf60/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cb844311-d82d-43e7-b5ce-964bf8829323","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/resourceInstances/pnfbca80faaedf60/artifacts/vendor-license-model.xml","artifactChecksum":"YzI0MzIyYWI4ZmM2MjgwYjgwNWQ0ZDQ4MzY3ZDdmN2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6f8b1108-d701-47dc-aab9-e2f31cf47022","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/resourceInstances/pnfbca80faaedf60/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d7bc2ff8-0a46-49d0-bcce-32ef10085e50","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/resourceInstances/pnfbca80faaedf60/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6ee898e1-27ff-4ef9-ae36-48c63dd6d293","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfEuftadipbr74p4wnwlhv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/artifacts/service-DemoPnfEuftadipbr74p4wnwlhv-template.yml","artifactChecksum":"YjY1YjU1ZjcxMDM4MjIxOWJlMWI1YzhjZDcxMzc5MDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b8462305-9904-41cc-b7e7-6e0d7e376e8a","artifactVersion":"1"},{"artifactName":"service-DemoPnfEuftadipbr74p4wnwlhv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/artifacts/service-DemoPnfEuftadipbr74p4wnwlhv-csar.csar","artifactChecksum":"ZDdiYzhiMmNkNWE3YTg0YjBlNTVkOWQyZmE1OTdmOGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e4fc827b-1fdc-47ee-9516-f6b1c4cf6c99","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-03T05:29:46.055Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.055Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "aai-ml",
  "timestamp": 1662182939978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/resourceInstances/pnfbca80faaedf60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:29:46.056Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:29:46.056Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.056Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "cds",
  "timestamp": 1662182934191,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/resourceInstances/pnfbca80faaedf60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:29:46.057Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:29:46.057Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.057Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:29:46.057Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662182932109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/resourceInstances/pnfbca80faaedf60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:29:46.058Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:29:46.058Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-03T05:29:46.058Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.058Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "policy-id",
  "timestamp": 1662182940374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/resourceInstances/pnfbca80faaedf60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:29:46.058Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:29:46.058Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.058Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662182932772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/resourceInstances/pnfbca80faaedf60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:29:46.058Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:29:46.058Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.058Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "aai-ml",
  "timestamp": 1662182939978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/resourceInstances/pnfbca80faaedf60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:29:46.059Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:29:46.059Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.059Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662182932109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/resourceInstances/pnfbca80faaedf60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:29:46.059Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:29:46.059Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.059Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "cds",
  "timestamp": 1662182934191,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/resourceInstances/pnfbca80faaedf60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:29:46.059Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:29:46.059Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.060Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "policy-id",
  "timestamp": 1662182940374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/resourceInstances/pnfbca80faaedf60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:29:46.060Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:29:46.060Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.060Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662182932772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/resourceInstances/pnfbca80faaedf60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:29:46.060Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:29:46.060Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.060Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "aai-ml",
  "timestamp": 1662182939978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/resourceInstances/pnfbca80faaedf60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:29:46.060Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:29:46.060Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.060Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662182932109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/resourceInstances/pnfbca80faaedf60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:29:46.061Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:29:46.061Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.061Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "cds",
  "timestamp": 1662182934191,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/resourceInstances/pnfbca80faaedf60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:29:46.061Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:29:46.061Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.061Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "policy-id",
  "timestamp": 1662182940374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/resourceInstances/pnfbca80faaedf60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:29:46.061Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:29:46.061Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.061Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662182932772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/resourceInstances/pnfbca80faaedf60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:29:46.062Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:29:46.062Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.062Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "aai-ml",
  "timestamp": 1662182939978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/resourceInstances/pnfbca80faaedf60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:29:46.062Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:29:46.062Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.062Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662182932109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/resourceInstances/pnfbca80faaedf60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:29:46.062Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:29:46.062Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.062Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:29:46.063Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182985413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/resourceInstances/pnfbca80faaedf60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:29:46.062Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "cds",
  "timestamp": 1662182934191,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/resourceInstances/pnfbca80faaedf60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:29:46.063Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:29:46.063Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.063Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "policy-id",
  "timestamp": 1662182940374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/resourceInstances/pnfbca80faaedf60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:29:46.064Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:29:46.064Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.064Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662182932772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/resourceInstances/pnfbca80faaedf60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:29:46.064Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:29:46.064Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.064Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "clamp",
  "timestamp": 1662182943963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/resourceInstances/pnfbca80faaedf60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:29:46.064Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:29:46.065Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.065Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "aai-ml",
  "timestamp": 1662182939978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/resourceInstances/pnfbca80faaedf60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:29:46.065Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:29:46.065Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.065Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662182932109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/resourceInstances/pnfbca80faaedf60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:29:46.065Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:29:46.065Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.065Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "cds",
  "timestamp": 1662182934191,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/resourceInstances/pnfbca80faaedf60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:29:46.066Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:29:46.066Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.066Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "policy-id",
  "timestamp": 1662182940374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/resourceInstances/pnfbca80faaedf60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:29:46.066Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:29:46.066Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.066Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662182932772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/resourceInstances/pnfbca80faaedf60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:29:46.066Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:29:46.066Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.066Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "clamp",
  "timestamp": 1662182943963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/resourceInstances/pnfbca80faaedf60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:29:46.067Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:29:46.067Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.067Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "aai-ml",
  "timestamp": 1662182939978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/resourceInstances/pnfbca80faaedf60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:29:46.067Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:29:46.067Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.067Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "cds",
  "timestamp": 1662182934191,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/resourceInstances/pnfbca80faaedf60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:29:46.067Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:29:46.068Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.068Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662182932109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/resourceInstances/pnfbca80faaedf60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:29:46.068Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:29:46.068Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.068Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "policy-id",
  "timestamp": 1662182940374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/resourceInstances/pnfbca80faaedf60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:29:46.068Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:29:46.068Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.068Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662182932772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/resourceInstances/pnfbca80faaedf60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-09-03T05:29:46.069Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:29:46.069Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.069Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "clamp",
  "timestamp": 1662182943963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/resourceInstances/pnfbca80faaedf60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:29:46.069Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:29:46.069Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.069Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "aai-ml",
  "timestamp": 1662182939978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/artifacts/service-DemoPnfEuftadipbr74p4wnwlhv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:29:46.069Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:29:46.069Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.069Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662182932109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/artifacts/service-DemoPnfEuftadipbr74p4wnwlhv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:29:46.070Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:29:46.070Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.070Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "cds",
  "timestamp": 1662182934191,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/artifacts/service-DemoPnfEuftadipbr74p4wnwlhv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:29:46.070Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:29:46.070Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.070Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662182932772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/artifacts/service-DemoPnfEuftadipbr74p4wnwlhv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:29:46.070Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:29:46.070Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.071Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "clamp",
  "timestamp": 1662182943963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/resourceInstances/pnfbca80faaedf60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:29:46.071Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:29:46.071Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.071Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "policy-id",
  "timestamp": 1662182940374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/artifacts/service-DemoPnfEuftadipbr74p4wnwlhv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:29:46.071Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:29:46.071Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.071Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "aai-ml",
  "timestamp": 1662182939978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/artifacts/service-DemoPnfEuftadipbr74p4wnwlhv-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:29:46.071Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:29:46.072Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662182932109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/artifacts/service-DemoPnfEuftadipbr74p4wnwlhv-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:29:46.072Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:29:46.072Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "cds",
  "timestamp": 1662182934191,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/artifacts/service-DemoPnfEuftadipbr74p4wnwlhv-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:29:46.072Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:29:46.072Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "policy-id",
  "timestamp": 1662182940374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/artifacts/service-DemoPnfEuftadipbr74p4wnwlhv-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:29:46.073Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:29:46.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "clamp",
  "timestamp": 1662182943963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/resourceInstances/pnfbca80faaedf60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:29:46.073Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:29:46.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662182932772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/artifacts/service-DemoPnfEuftadipbr74p4wnwlhv-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:29:46.073Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:29:46.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "clamp",
  "timestamp": 1662182943963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/resourceInstances/pnfbca80faaedf60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:29:46.074Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:29:46.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "aai-ml",
  "timestamp": 1662182949619,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/artifacts/service-DemoPnfEuftadipbr74p4wnwlhv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:29:46.074Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:29:46.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "policy-id",
  "timestamp": 1662182949290,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/artifacts/service-DemoPnfEuftadipbr74p4wnwlhv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:29:46.074Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:29:46.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662182949644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/artifacts/service-DemoPnfEuftadipbr74p4wnwlhv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:29:46.075Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:29:46.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662182949381,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/resourceInstances/pnfbca80faaedf60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:29:46.075Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:29:46.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "cds",
  "timestamp": 1662182949718,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/artifacts/service-DemoPnfEuftadipbr74p4wnwlhv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:29:46.075Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:29:46.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "clamp",
  "timestamp": 1662182943963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/artifacts/service-DemoPnfEuftadipbr74p4wnwlhv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:29:46.076Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:29:46.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "policy-id",
  "timestamp": 1662182950295,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/artifacts/service-DemoPnfEuftadipbr74p4wnwlhv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:29:46.076Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:29:46.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "cds",
  "timestamp": 1662182950726,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/artifacts/service-DemoPnfEuftadipbr74p4wnwlhv-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-09-03T05:29:46.115Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bbe85f19-cb6b-4ae8-9d64-2c686fb59b50
2022-09-03T05:29:46.115Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbe85f19-cb6b-4ae8-9d64-2c686fb59b50 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-09-03T05:29:46.147Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.147Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662182950417,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/resourceInstances/pnfbca80faaedf60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-09-03T05:29:46.148Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:29:46.148Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.148Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662182950408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/resourceInstances/pnfbca80faaedf60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:29:46.148Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:29:46.148Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.148Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "clamp",
  "timestamp": 1662182943963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/artifacts/service-DemoPnfEuftadipbr74p4wnwlhv-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:29:46.148Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:29:46.148Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.148Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "policy-id",
  "timestamp": 1662182951297,
  "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-09-03T05:29:46.162Z||pool-175-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-03T05:29:46.163Z||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-09-03T05:29:46.164Z||pool-175-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:29:46.179Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bbe85f19-cb6b-4ae8-9d64-2c686fb59b50
2022-09-03T05:29:46.179Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbe85f19-cb6b-4ae8-9d64-2c686fb59b50 and ComponentName POLICY
2022-09-03T05:29:46.180Z||pool-175-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:29:46.181Z||pool-175-thread-1|||||INFO|500||cambria reply ok (18 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: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-03T05:29:46.201Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.201Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662182951682,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/artifacts/service-DemoPnfEuftadipbr74p4wnwlhv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:29:46.201Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:29:46.202Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.202Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662182951421,
  "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-09-03T05:29:46.209Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of bbe85f19-cb6b-4ae8-9d64-2c686fb59b50
2022-09-03T05:29:46.209Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbe85f19-cb6b-4ae8-9d64-2c686fb59b50 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-09-03T05:29:46.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.233Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662182950408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/resourceInstances/pnfbca80faaedf60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:29:46.233Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:29:46.233Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.233Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662182952686,
  "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-09-03T05:29:46.240Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bbe85f19-cb6b-4ae8-9d64-2c686fb59b50
2022-09-03T05:29:46.240Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbe85f19-cb6b-4ae8-9d64-2c686fb59b50 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-09-03T05:29:46.253Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.253Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662182950408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/resourceInstances/pnfbca80faaedf60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:29:46.253Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:29:46.253Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.253Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662182950408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/resourceInstances/pnfbca80faaedf60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:29:46.254Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:29:46.254Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.254Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662182950408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/resourceInstances/pnfbca80faaedf60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:29:46.254Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:29:46.254Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.254Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "aai-ml",
  "timestamp": 1662182954861,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/artifacts/service-DemoPnfEuftadipbr74p4wnwlhv-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-09-03T05:29:46.254Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:29:46.254Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.254Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662182950408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/resourceInstances/pnfbca80faaedf60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:29:46.255Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:29:46.255Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.255Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "aai-ml",
  "timestamp": 1662182955865,
  "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-09-03T05:29:46.265Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of bbe85f19-cb6b-4ae8-9d64-2c686fb59b50
2022-09-03T05:29:46.266Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbe85f19-cb6b-4ae8-9d64-2c686fb59b50 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-09-03T05:29:46.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662182950408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/artifacts/service-DemoPnfEuftadipbr74p4wnwlhv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:29:46.292Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:29:46.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "clamp",
  "timestamp": 1662182957491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/artifacts/service-DemoPnfEuftadipbr74p4wnwlhv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:29:46.292Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:29:46.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662182950408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/artifacts/service-DemoPnfEuftadipbr74p4wnwlhv-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:29:46.293Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:29:46.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.293Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "clamp",
  "timestamp": 1662182959427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/artifacts/service-DemoPnfEuftadipbr74p4wnwlhv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:29:46.293Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:29:46.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-03T05:29:46.293Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "clamp",
  "timestamp": 1662182960433,
  "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-09-03T05:29:46.300Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bbe85f19-cb6b-4ae8-9d64-2c686fb59b50
2022-09-03T05:29:46.300Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbe85f19-cb6b-4ae8-9d64-2c686fb59b50 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-09-03T05:29:47.064Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:29:47.065Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-03T05:29:47.066Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:29:47.066Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182985413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/resourceInstances/pnfbca80faaedf60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:29:47.167Z||pool-176-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-03T05:29:47.167Z||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-09-03T05:29:47.167Z||pool-176-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:29:47.182Z||pool-176-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:29:47.182Z||pool-176-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:29:48.067Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:29:48.067Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-03T05:29:48.069Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:29:48.070Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182985413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/resourceInstances/pnfbca80faaedf60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:29:48.170Z||pool-177-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:29:48.171Z||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-09-03T05:29:48.171Z||pool-177-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:29:48.185Z||pool-177-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:29:48.185Z||pool-177-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-09-03T05:29:49.070Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:29:49.071Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-03T05:29:49.073Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:29:49.073Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182985413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/resourceInstances/pnfbca80faaedf60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:29:49.173Z||pool-178-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:29:49.174Z||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-09-03T05:29:49.174Z||pool-178-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:29:49.190Z||pool-178-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:29:49.191Z||pool-178-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-09-03T05:29:50.073Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:29:50.075Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-03T05:29:50.077Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:29:50.077Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182985413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/resourceInstances/pnfbca80faaedf60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:29:50.178Z||pool-179-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-03T05:29:50.179Z||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-09-03T05:29:50.179Z||pool-179-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:29:50.192Z||pool-179-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:29:50.193Z||pool-179-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:29:51.078Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:29:51.078Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-03T05:29:51.080Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:29:51.080Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182985413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/resourceInstances/pnfbca80faaedf60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:29:51.181Z||pool-180-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:29:51.182Z||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-09-03T05:29:51.182Z||pool-180-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:29:51.194Z||pool-180-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:29:51.195Z||pool-180-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:29:52.081Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:29:52.082Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-03T05:29:52.084Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:29:52.084Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182985413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/artifacts/service-DemoPnfEuftadipbr74p4wnwlhv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:29:52.184Z||pool-181-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:29:52.185Z||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-09-03T05:29:52.185Z||pool-181-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:29:52.199Z||pool-181-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:29:52.199Z||pool-181-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:29:53.085Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:29:53.085Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-03T05:29:53.087Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:29:53.087Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182985413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/artifacts/service-DemoPnfEuftadipbr74p4wnwlhv-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:29:53.187Z||pool-182-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:29:53.188Z||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-09-03T05:29:53.188Z||pool-182-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:29:53.202Z||pool-182-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:29:53.202Z||pool-182-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:29:54.088Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "serviceName": "Demo_pNF_eUftadiPbr74P4wNwlHv",
  "serviceVersion": "1.0",
  "serviceUUID": "adc7629b-5aa1-4f13-9c61-5bbc4764ed91",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "14ae031d-0665-4d22-b352-f3d6fc45fd53",
  "resources": [
    {
      "resourceInstanceName": "pNF bca80faa-edf6 0",
      "resourceCustomizationUUID": "9beec8aa-0286-47ef-b4b7-6c945d805072",
      "resourceName": "pNF bca80faa-edf6",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "85418abd-5b37-40f7-81b6-0152250210c6",
      "resourceInvariantUUID": "2554d88c-eace-4809-987c-0b7773988325",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfEuftadipbr74p4wnwlhv-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/artifacts/service-DemoPnfEuftadipbr74p4wnwlhv-csar.csar",
      "artifactChecksum": "ZDdiYzhiMmNkNWE3YTg0YjBlNTVkOWQyZmE1OTdmOGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e4fc827b-1fdc-47ee-9516-f6b1c4cf6c99"
    }
  ],
  "workloadContext": "Production"
}
2022-09-03T05:29:54.088Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-03T05:29:54.089Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 adc7629b-5aa1-4f13-9c61-5bbc4764ed91 ASDC
2022-09-03T05:29:54.090Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:bbe85f19-cb6b-4ae8-9d64-2c686fb59b50
ServiceName:Demo_pNF_eUftadiPbr74P4wNwlHv
ServiceVersion:1.0
ServiceUUID:adc7629b-5aa1-4f13-9c61-5bbc4764ed91
ServiceInvariantUUID:14ae031d-0665-4d22-b352-f3d6fc45fd53
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfEuftadipbr74p4wnwlhv-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/artifacts/service-DemoPnfEuftadipbr74p4wnwlhv-csar.csar
ArtifactUUID:e4fc827b-1fdc-47ee-9516-f6b1c4cf6c99
ArtifactChecksum:ZDdiYzhiMmNkNWE3YTg0YjBlNTVkOWQyZmE1OTdmOGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF bca80faa-edf6 0
ResourceCustomizationUUID:9beec8aa-0286-47ef-b4b7-6c945d805072
ResourceInvariantUUID:2554d88c-eace-4809-987c-0b7773988325
ResourceName:pNF bca80faa-edf6
ResourceType:PNF
ResourceUUID:85418abd-5b37-40f7-81b6-0152250210c6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-09-03T05:29:54.090Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF adc7629b-5aa1-4f13-9c61-5bbc4764ed91 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-09-03T05:29:54.137Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-03T05:29:54.137Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-09-03T05:29:54.137Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-09-03T05:29:54.138Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e4fc827b-1fdc-47ee-9516-f6b1c4cf6c99 from URL: /sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/artifacts/service-DemoPnfEuftadipbr74p4wnwlhv-csar.csar
2022-09-03T05:29:54.138Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-09-03T05:29:54.138Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/artifacts/service-DemoPnfEuftadipbr74p4wnwlhv-csar.csar
2022-09-03T05:29:54.294Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-09-03T05:29:54.298Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/artifacts/service-DemoPnfEuftadipbr74p4wnwlhv-csar.csar e4fc827b-1fdc-47ee-9516-f6b1c4cf6c99 82643
2022-09-03T05:29:54.299Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/artifacts/service-DemoPnfEuftadipbr74p4wnwlhv-csar.csar ASDC sendASDCNotification
2022-09-03T05:29:54.299Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/artifacts/service-DemoPnfEuftadipbr74p4wnwlhv-csar.csar
2022-09-03T05:29:54.299Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T05:29:54.299Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-03T05:29:54.301Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:29:54.301Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182994298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/artifacts/service-DemoPnfEuftadipbr74p4wnwlhv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:29:54.402Z||pool-183-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:29:54.403Z||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-09-03T05:29:54.403Z||pool-183-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:29:54.418Z||pool-183-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:29:54.419Z||pool-183-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-09-03T05:29:55.302Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-03T05:29:55.303Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-09-03T05:29:55.304Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: e4fc827b-1fdc-47ee-9516-f6b1c4cf6c99, URL: /sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/artifacts/service-DemoPnfEuftadipbr74p4wnwlhv-csar.csar to file: /app/ASDC/1/service-DemoPnfEuftadipbr74p4wnwlhv-csar.csar
2022-09-03T05:29:55.304Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfEuftadipbr74p4wnwlhv-csar.csar
2022-09-03T05:29:55.305Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfEuftadipbr74p4wnwlhv-csar.csar
2022-09-03T05:29:55.305Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfEuftadipbr74p4wnwlhv-csar.csar
2022-09-03T05:29:55.450Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14592766318142001599/Definitions/service-DemoPnfEuftadipbr74p4wnwlhv-template.yml
2022-09-03T05:29:56.273Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-03T05:29:56.274Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-09-03T05:29:56.274Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfEuftadipbr74p4wnwlhv-csar.csar
2022-09-03T05:29:56.274Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-03T05:29:56.274Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||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-DemoPnfEuftadipbr74p4wnwlhv-csar.csar
2022-09-03T05:29:56.274Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF bca80faa-edf6 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-DemoPnfEuftadipbr74p4wnwlhv-csar.csar
2022-09-03T05:29:56.275Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfEuftadipbr74p4wnwlhv-csar.csar
2022-09-03T05:29:56.275Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||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-DemoPnfEuftadipbr74p4wnwlhv-csar.csar
2022-09-03T05:29:56.275Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfEuftadipbr74p4wnwlhv-csar.csar
2022-09-03T05:29:56.275Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfEuftadipbr74p4wnwlhv-csar.csar
2022-09-03T05:29:56.275Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfEuftadipbr74p4wnwlhv-csar.csar
2022-09-03T05:29:56.275Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-09-03T05:29:56.275Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:29:56.276Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_eUftadiPbr74P4wNwlHv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:29:56.276Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||DEBUG|500||Node template pNF bca80faa-edf6 0 is matching search criteria
2022-09-03T05:29:56.276Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-09-03T05:29:56.276Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF bca80faa-edf6 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-03T05:29:56.277Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:29:56.277Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_eUftadiPbr74P4wNwlHv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:29:56.277Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||DEBUG|500||Node template pNF bca80faa-edf6 0 is matching search criteria
2022-09-03T05:29:56.277Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-09-03T05:29:56.277Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF bca80faa-edf6 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-03T05:29:56.277Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:29:56.278Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_eUftadiPbr74P4wNwlHv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:29:56.278Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:29:56.278Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_eUftadiPbr74P4wNwlHv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:29:56.278Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:29:56.278Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_eUftadiPbr74P4wNwlHv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:29:56.278Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:29:56.278Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_eUftadiPbr74P4wNwlHv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:29:56.278Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:29:56.279Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_eUftadiPbr74P4wNwlHv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:29:56.279Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_eUftadiPbr74P4wNwlHv
Description:catalog service description
Model UUID:adc7629b-5aa1-4f13-9c61-5bbc4764ed91
Model Version:NULL
Model InvariantUuid:14ae031d-0665-4d22-b352-f3d6fc45fd53
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-09-03T05:29:56.291Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 85418abd-5b37-40f7-81b6-0152250210c6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-03T05:29:56.298Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||INFO|500||pNF bca80faa-edf6 0
2022-09-03T05:29:56.298Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 85418abd-5b37-40f7-81b6-0152250210c6
2022-09-03T05:29:56.299Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||DEBUG|500||No resources found for Service: adc7629b-5aa1-4f13-9c61-5bbc4764ed91
2022-09-03T05:29:56.299Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: adc7629b-5aa1-4f13-9c61-5bbc4764ed91
2022-09-03T05:29:56.299Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF bca80faa-edf6 0 85418abd-5b37-40f7-81b6-0152250210c6 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-09-03T05:29:56.305Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@12550f1b, org.onap.sdc.toscaparser.api.parameters.Input@3e1efd10, org.onap.sdc.toscaparser.api.parameters.Input@335c7e89, org.onap.sdc.toscaparser.api.parameters.Input@109d6fc1, org.onap.sdc.toscaparser.api.parameters.Input@2a0a971e]
2022-09-03T05:29:56.305Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:29:56.305Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_eUftadiPbr74P4wNwlHv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:29:56.306Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid adc7629b-5aa1-4f13-9c61-5bbc4764ed91: pNF bca80faa-edf6
2022-09-03T05:29:56.306Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||INFO|500||Processing PNF resource: 85418abd-5b37-40f7-81b6-0152250210c6
2022-09-03T05:29:56.306Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:29:56.306Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_eUftadiPbr74P4wNwlHv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:29:56.306Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||INFO|500||Resource customization UUID: 9beec8aa-0286-47ef-b4b7-6c945d805072 is the same as notified resource customizationUUID: 9beec8aa-0286-47ef-b4b7-6c945d805072
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-09-03T05:29:56.357Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF bca80faa-edf6 85418abd-5b37-40f7-81b6-0152250210c6 0 ASDC deployResourceStructure
2022-09-03T05:29:56.358Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/artifacts/service-DemoPnfEuftadipbr74p4wnwlhv-csar.csar ASDC sendASDCNotification
2022-09-03T05:29:56.358Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/artifacts/service-DemoPnfEuftadipbr74p4wnwlhv-csar.csar
2022-09-03T05:29:56.358Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T05:29:56.358Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-03T05:29:56.362Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:29:56.362Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182996358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/artifacts/service-DemoPnfEuftadipbr74p4wnwlhv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:29:56.462Z||pool-184-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:29:56.463Z||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-09-03T05:29:56.463Z||pool-184-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:29:56.480Z||pool-184-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:29:56.480Z||pool-184-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:29:57.363Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bbe85f19-cb6b-4ae8-9d64-2c686fb59b50
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:29:57.385Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bbe85f19-cb6b-4ae8-9d64-2c686fb59b50
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:29:57.387Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:29:57.387Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-03T05:29:57.387Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-03T05:29:57.387Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-03T05:29:57.387Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-03T05:29:57.387Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-09-03T05:29:57.388Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-03T05:29:57.393Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-03T05:30:27.393Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bbe85f19-cb6b-4ae8-9d64-2c686fb59b50 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-09-03T05:30:27.401Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bbe85f19-cb6b-4ae8-9d64-2c686fb59b50 and serviceModelVersionId: adc7629b-5aa1-4f13-9c61-5bbc4764ed91
2022-09-03T05:30:27.401Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 14ae031d-0665-4d22-b352-f3d6fc45fd53
2022-09-03T05:30:27.404Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0
2022-09-03T05:30:27.414Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-09-03T05:30:27.467Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?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-09-03T05:30:27.470Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Invoke
2022-09-03T05:30:28.988Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?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-09-03T05:30:28.989Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Invoke
2022-09-03T05:30:30.523Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?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-09-03T05:30:30.525Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Invoke
2022-09-03T05:30:31.558Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T05:30:31.560Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?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-09-03T05:30:31.561Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T05:30:31.561Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?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-09-03T05:30:31.567Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?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-09-03T05:30:31.568Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bbe85f19-cb6b-4ae8-9d64-2c686fb59b50 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T05:30:31.568Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-03T05:30:31.568Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:30:31.571Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:30:31.571Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||try to send status {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183031568,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-03T05:30:31.671Z||pool-185-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:30:31.673Z||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-09-03T05:30:31.673Z||pool-185-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:30:31.690Z||pool-185-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:30:31.691Z||pool-185-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-09-03T05:30:45.414Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:30:45.415Z||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-09-03T05:30:45.415Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T05:30:45.415Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:30:45.416Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?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-09-03T05:30:45.416Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:30:45.547Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:30:45.548Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:30:45.548Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182985413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/resourceInstances/pnfbca80faaedf60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:30:45.549Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:30:54.966Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:31:45.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:31:45.414Z||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-09-03T05:31:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T05:31:45.415Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:31:45.416Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?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-09-03T05:31:45.416Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:31:45.472Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:31:45.473Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:31:45.473Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182985413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/resourceInstances/pnfbca80faaedf60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:31:45.473Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:31:45.473Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:31:45.473Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182985413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/resourceInstances/pnfbca80faaedf60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:31:45.473Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:31:45.473Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:31:45.474Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182985413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/resourceInstances/pnfbca80faaedf60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:31:45.474Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:31:45.474Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:31:45.474Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182985413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/resourceInstances/pnfbca80faaedf60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:31:45.474Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:31:45.474Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:31:45.474Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182985413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/resourceInstances/pnfbca80faaedf60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:31:45.474Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:31:45.474Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:31:45.474Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182985413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/artifacts/service-DemoPnfEuftadipbr74p4wnwlhv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:31:45.474Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:31:45.474Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:31:45.475Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182985413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/artifacts/service-DemoPnfEuftadipbr74p4wnwlhv-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:31:45.475Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:31:45.475Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:31:45.475Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182994298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/artifacts/service-DemoPnfEuftadipbr74p4wnwlhv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:31:45.475Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:31:45.475Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:31:45.475Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662182996358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEuftadipbr74p4wnwlhv/1.0/artifacts/service-DemoPnfEuftadipbr74p4wnwlhv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:31:45.475Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:31:45.475Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:31:45.475Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe85f19-cb6b-4ae8-9d64-2c686fb59b50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183031568,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-03T05:31:45.475Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:31:46.075Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:31:46.076Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-03T05:31:46.076Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"328bb1ee-ad2e-42b7-b424-01efe08a8b06","serviceName":"vFW 2022-09-03 05-30-01","serviceVersion":"1.0","serviceUUID":"5d3ea322-11ae-453b-ab40-88a55c65fc25","serviceDescription":"catalog service description","serviceInvariantUUID":"6ab041a0-36b9-4503-bec0-6bf0555e6b6e","resources":[{"resourceInstanceName":"vFW 1813123a-0f01 0","resourceName":"vFW 1813123a-0f01","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3d0ef04e-7b04-4d01-9223-ccd526603596","resourceInvariantUUID":"55cb1018-2664-440a-8795-f9c85351808d","resourceCustomizationUUID":"6edd8ca6-8f3b-4b78-af3a-77f83336b036","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/vf-license-model.xml","artifactChecksum":"ZDE2NDQ1ZGRlMzViZTVmOGRhNzY4OGQyYjljMmFmNGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"110b13bd-e49b-4c4f-b632-6d19be79faaa","artifactVersion":"1"},{"artifactName":"vfw1813123a0f010_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/vfw1813123a0f010_modules.json","artifactChecksum":"ZmRjMWVlNGI1MWJjMDBkOWVkMWYxZDQ0MWY2Yjg5Yjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dba2b1ad-9346-4fb0-a11c-5634483edef9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"14deee85-8d3e-4b02-9afd-99c8765f805d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/vendor-license-model.xml","artifactChecksum":"OWE1M2QwODVlZTQ5NDY5YjM0OWI4ZmM4YmY3ZDE3ZmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6617c1bf-47f8-42f5-84cb-a29ff62a0938","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"29f37711-67dc-48da-935f-68711e4e61f3","artifactVersion":"2","generatedFromUUID":"14deee85-8d3e-4b02-9afd-99c8765f805d"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220903053001-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220903053001/1.0/artifacts/service-Vfw20220903053001-template.yml","artifactChecksum":"NjA1MDVmY2VjYWI4NTNlNjY5Y2I1OGMxYzU2MjU5YmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3b74b788-9c26-4975-8a98-5345b914a7fa","artifactVersion":"1"},{"artifactName":"service-Vfw20220903053001-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220903053001/1.0/artifacts/service-Vfw20220903053001-csar.csar","artifactChecksum":"OTg4YTM5ODRlYzg0YTQyMTA3NzI4NDM2OTc4MDZlNWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b3fd24d0-dfc2-421c-add3-0eeb99fc1f91","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-03T05:31:46.079Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:31:46.079Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-03T05:31:46.107Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:31:46.108Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183105413,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:31:46.182Z||pool-186-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 74 ms
2022-09-03T05:31:46.183Z||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-09-03T05:31:46.183Z||pool-186-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:31:46.198Z||pool-186-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:31:46.198Z||pool-186-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:31:47.108Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:31:47.109Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-03T05:31:47.111Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:31:47.112Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183105413,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/vfw1813123a0f010_modules.json",
  "status": "NOTIFIED"
}
2022-09-03T05:31:47.212Z||pool-187-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:31:47.213Z||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-09-03T05:31:47.213Z||pool-187-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:31:47.229Z||pool-187-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:31:47.230Z||pool-187-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:31:48.113Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:31:48.113Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-03T05:31:48.115Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:31:48.115Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183105413,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-03T05:31:48.215Z||pool-188-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:31:48.216Z||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-09-03T05:31:48.216Z||pool-188-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:31:48.230Z||pool-188-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:31:48.230Z||pool-188-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:31:49.116Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:31:49.116Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-03T05:31:49.118Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:31:49.119Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183105413,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:31:49.219Z||pool-189-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:31:49.220Z||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-09-03T05:31:49.220Z||pool-189-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:31:49.238Z||pool-189-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:31:49.238Z||pool-189-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:31:50.119Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:31:50.120Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-03T05:31:50.123Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:31:50.123Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183105413,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-03T05:31:50.223Z||pool-190-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:31:50.224Z||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-09-03T05:31:50.224Z||pool-190-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:31:50.238Z||pool-190-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:31:50.239Z||pool-190-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:31:51.124Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:31:51.124Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-03T05:31:51.127Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:31:51.127Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183105413,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/artifacts/service-Vfw20220903053001-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:31:51.227Z||pool-191-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-03T05:31:51.227Z||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-09-03T05:31:51.228Z||pool-191-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:31:51.241Z||pool-191-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:31:51.242Z||pool-191-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:31:52.128Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:31:52.129Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-03T05:31:52.131Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:31:52.131Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183105413,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/artifacts/service-Vfw20220903053001-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:31:52.231Z||pool-192-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:31:52.232Z||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-09-03T05:31:52.232Z||pool-192-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:31:52.246Z||pool-192-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:31:52.246Z||pool-192-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-09-03T05:31:53.132Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "serviceName": "vFW 2022-09-03 05-30-01",
  "serviceVersion": "1.0",
  "serviceUUID": "5d3ea322-11ae-453b-ab40-88a55c65fc25",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "6ab041a0-36b9-4503-bec0-6bf0555e6b6e",
  "resources": [
    {
      "resourceInstanceName": "vFW 1813123a-0f01 0",
      "resourceCustomizationUUID": "6edd8ca6-8f3b-4b78-af3a-77f83336b036",
      "resourceName": "vFW 1813123a-0f01",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3d0ef04e-7b04-4d01-9223-ccd526603596",
      "resourceInvariantUUID": "55cb1018-2664-440a-8795-f9c85351808d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw1813123a0f010_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/vfw1813123a0f010_modules.json",
          "artifactChecksum": "ZmRjMWVlNGI1MWJjMDBkOWVkMWYxZDQ0MWY2Yjg5Yjg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "dba2b1ad-9346-4fb0-a11c-5634483edef9",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "14deee85-8d3e-4b02-9afd-99c8765f805d",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "29f37711-67dc-48da-935f-68711e4e61f3",
            "generatedFromUUID": "14deee85-8d3e-4b02-9afd-99c8765f805d"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "29f37711-67dc-48da-935f-68711e4e61f3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220903053001-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/artifacts/service-Vfw20220903053001-csar.csar",
      "artifactChecksum": "OTg4YTM5ODRlYzg0YTQyMTA3NzI4NDM2OTc4MDZlNWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b3fd24d0-dfc2-421c-add3-0eeb99fc1f91"
    }
  ],
  "workloadContext": "Production"
}
2022-09-03T05:31:53.133Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-03T05:31:53.133Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5d3ea322-11ae-453b-ab40-88a55c65fc25 ASDC
2022-09-03T05:31:53.133Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:328bb1ee-ad2e-42b7-b424-01efe08a8b06
ServiceName:vFW 2022-09-03 05-30-01
ServiceVersion:1.0
ServiceUUID:5d3ea322-11ae-453b-ab40-88a55c65fc25
ServiceInvariantUUID:6ab041a0-36b9-4503-bec0-6bf0555e6b6e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220903053001-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220903053001/1.0/artifacts/service-Vfw20220903053001-csar.csar
ArtifactUUID:b3fd24d0-dfc2-421c-add3-0eeb99fc1f91
ArtifactChecksum:OTg4YTM5ODRlYzg0YTQyMTA3NzI4NDM2OTc4MDZlNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 1813123a-0f01 0
ResourceCustomizationUUID:6edd8ca6-8f3b-4b78-af3a-77f83336b036
ResourceInvariantUUID:55cb1018-2664-440a-8795-f9c85351808d
ResourceName:vFW 1813123a-0f01
ResourceType:VF
ResourceUUID:3d0ef04e-7b04-4d01-9223-ccd526603596
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw1813123a0f010_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/vfw1813123a0f010_modules.json
ArtifactUUID:dba2b1ad-9346-4fb0-a11c-5634483edef9
ArtifactChecksum:ZmRjMWVlNGI1MWJjMDBkOWVkMWYxZDQ0MWY2Yjg5Yjg=
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/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/base_vfw.yaml
ArtifactUUID:14deee85-8d3e-4b02-9afd-99c8765f805d
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/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/base_vfw.env
ArtifactUUID:29f37711-67dc-48da-935f-68711e4e61f3
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/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/base_vfw.env
ArtifactUUID:29f37711-67dc-48da-935f-68711e4e61f3
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-03T05:31:53.134Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5d3ea322-11ae-453b-ab40-88a55c65fc25 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-09-03T05:31:53.226Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-03T05:31:53.226Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-03T05:31:53.227Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-03T05:31:53.227Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b3fd24d0-dfc2-421c-add3-0eeb99fc1f91 from URL: /sdc/v1/catalog/services/Vfw20220903053001/1.0/artifacts/service-Vfw20220903053001-csar.csar
2022-09-03T05:31:53.227Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-03T05:31:53.227Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220903053001/1.0/artifacts/service-Vfw20220903053001-csar.csar
2022-09-03T05:31:53.301Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-03T05:31:53.305Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220903053001/1.0/artifacts/service-Vfw20220903053001-csar.csar b3fd24d0-dfc2-421c-add3-0eeb99fc1f91 99041
2022-09-03T05:31:53.306Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220903053001/1.0/artifacts/service-Vfw20220903053001-csar.csar ASDC sendASDCNotification
2022-09-03T05:31:53.306Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903053001/1.0/artifacts/service-Vfw20220903053001-csar.csar
2022-09-03T05:31:53.306Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T05:31:53.306Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-03T05:31:53.309Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:31:53.309Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183113306,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/artifacts/service-Vfw20220903053001-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:31:53.409Z||pool-193-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:31:53.410Z||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-09-03T05:31:53.410Z||pool-193-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:31:53.425Z||pool-193-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:31:53.425Z||pool-193-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:31:54.310Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-03T05:31:54.311Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-03T05:31:54.312Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: b3fd24d0-dfc2-421c-add3-0eeb99fc1f91, URL: /sdc/v1/catalog/services/Vfw20220903053001/1.0/artifacts/service-Vfw20220903053001-csar.csar to file: /app/ASDC/1/service-Vfw20220903053001-csar.csar
2022-09-03T05:31:54.312Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220903053001-csar.csar
2022-09-03T05:31:54.313Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220903053001-csar.csar
2022-09-03T05:31:54.313Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220903053001-csar.csar
2022-09-03T05:31:54.638Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12757787078395253914/Definitions/service-Vfw20220903053001-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-09-03T05:31:56.891Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-03T05:31:56.892Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-09-03T05:31:56.892Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220903053001-csar.csar
2022-09-03T05:31:56.892Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-09-03T05:31:56.892Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220903053001-csar.csar
2022-09-03T05:31:56.892Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220903053001-csar.csar
2022-09-03T05:31:56.892Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|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-Vfw20220903053001-csar.csar
2022-09-03T05:31:56.892Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220903053001-csar.csar
2022-09-03T05:31:56.892Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220903053001-csar.csar
2022-09-03T05:31:56.893Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220903053001-csar.csar
2022-09-03T05:31:56.893Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 1813123a-0f01 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220903053001-csar.csar
2022-09-03T05:31:56.893Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|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-Vfw20220903053001-csar.csar
2022-09-03T05:31:56.893Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220903053001-csar.csar
2022-09-03T05:31:56.893Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220903053001-csar.csar
2022-09-03T05:31:56.893Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|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-Vfw20220903053001-csar.csar
2022-09-03T05:31:56.893Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220903053001-csar.csar
2022-09-03T05:31:56.893Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|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-Vfw20220903053001-csar.csar
2022-09-03T05:31:56.893Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-09-03T05:31:56.893Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:31:56.893Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-03 05-30-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:31:56.894Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template vFW 1813123a-0f01 0 is matching search criteria
2022-09-03T05:31:56.894Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-09-03T05:31:56.894Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1813123a-0f01 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-03T05:31:56.894Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:31:56.894Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-03 05-30-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:31:56.894Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template vFW 1813123a-0f01 0 is matching search criteria
2022-09-03T05:31:56.895Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-09-03T05:31:56.895Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1813123a-0f01 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-03T05:31:56.895Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:31:56.895Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-03 05-30-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:31:56.895Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:31:56.895Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template vFW 1813123a-0f01 0 is not matching search criteria
2022-09-03T05:31:56.895Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-03T05:31:56.895Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-03T05:31:56.896Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-03T05:31:56.896Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-03T05:31:56.896Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:31:56.896Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-03T05:31:56.896Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:31:56.896Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-03T05:31:56.896Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-03T05:31:56.897Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:31:56.897Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-03T05:31:56.897Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-03T05:31:56.897Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-03T05:31:56.897Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-03T05:31:56.897Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:31:56.897Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-03T05:31:56.897Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:31:56.897Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-03 05-30-01 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-03T05:31:56.898Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:31:56.898Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template vFW 1813123a-0f01 0 is matching search criteria
2022-09-03T05:31:56.898Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1813123a-0f01 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:31:56.898Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:31:56.898Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template vFW 1813123a-0f01 0 is matching search criteria
2022-09-03T05:31:56.898Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1813123a-0f01 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:31:56.898Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:31:56.899Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template vFW 1813123a-0f01 0 is matching search criteria
2022-09-03T05:31:56.899Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1813123a-0f01 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:31:56.899Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:31:56.899Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template vFW 1813123a-0f01 0 is not matching search criteria
2022-09-03T05:31:56.899Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-03T05:31:56.899Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-03T05:31:56.899Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-03T05:31:56.899Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-03T05:31:56.900Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-03T05:31:56.900Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:31:56.900Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-03T05:31:56.900Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-03T05:31:56.900Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-03T05:31:56.900Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-03T05:31:56.900Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:31:56.900Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=89443f0d-248e-4e95-8a2e-ca37de7bc043
2022-09-03T05:31:56.901Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:31:56.901Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template vFW 1813123a-0f01 0 is not matching search criteria
2022-09-03T05:31:56.901Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-03T05:31:56.901Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-03T05:31:56.901Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-03T05:31:56.901Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-03T05:31:56.901Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:31:56.901Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-03T05:31:56.902Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:31:56.902Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-03T05:31:56.902Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-03T05:31:56.902Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-03T05:31:56.902Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-03T05:31:56.902Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:31:56.902Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f37f3b27-f882-4219-97eb-80e7c44cd49d
2022-09-03T05:31:56.902Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:31:56.903Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template vFW 1813123a-0f01 0 is not matching search criteria
2022-09-03T05:31:56.903Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-03T05:31:56.903Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-03T05:31:56.903Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-03T05:31:56.903Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-03T05:31:56.903Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:31:56.903Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-03T05:31:56.903Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:31:56.904Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-03T05:31:56.904Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-03T05:31:56.904Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:31:56.904Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-03T05:31:56.904Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-03T05:31:56.904Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=dfb50101-735c-4e3b-acb5-6ed7cd5ce0ea
2022-09-03T05:31:56.904Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:31:56.904Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-03 05-30-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:31:56.905Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:31:56.905Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-03 05-30-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:31:56.905Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:31:56.905Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-03 05-30-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:31:56.905Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:31:56.905Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-03 05-30-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:31:56.905Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-09-03 05-30-01
Description:catalog service description
Model UUID:5d3ea322-11ae-453b-ab40-88a55c65fc25
Model Version:NULL
Model InvariantUuid:6ab041a0-36b9-4503-bec0-6bf0555e6b6e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 1813123a-0f01
Model UUID:66ae359d-7d91-4bde-99e2-9cc2a06c1a4a
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:55cb1018-2664-440a-8795-f9c85351808d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:6edd8ca6-8f3b-4b78-af3a-77f83336b036
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ba4db35e-c4d6-4e65-87a1-569c035602a0
ModelName:Vfw1813123a0f01..base_vfw..module-0
ModelUuid:7ca355b6-1d34-4b29-a8d9-913600f91503
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:89443f0d-248e-4e95-8a2e-ca37de7bc043
ModelInvariantUuid:0ec36341-2028-43b3-92fa-59c16c966558
ModelName:vFW 1813123a-0f01-nodes.vfwCvfc
ModelUuid:3c3c10f0-1a9e-4bec-be31-554e62f2f7fa
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:8edcbcd3-ecdb-4a43-bfab-7b525a222410
ModelInvariantUuid:03d5185d-8558-4e57-a8ba-d66ad7e0e914
ModelName:Vfw1813123a0f01.compute.nodes.heat.vfw
ModelUuid:c240ff43-4f05-4668-8f03-636c97930163
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f37f3b27-f882-4219-97eb-80e7c44cd49d
ModelInvariantUuid:545ce726-866f-4175-992d-28a5e0105f6d
ModelName:vFW 1813123a-0f01-nodes.vsnCvfc
ModelUuid:cfe5209c-8847-4603-a36b-68be83f9ab9f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:2f622307-acf6-41d5-9382-f1ee66dad085
ModelInvariantUuid:8dd58e32-6d34-4ce7-bef2-48aea82f9a7d
ModelName:Vfw1813123a0f01.compute.nodes.heat.vsn
ModelUuid:dcb6d790-c1e3-4fe5-88c2-40e7f6ba1329
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:dfb50101-735c-4e3b-acb5-6ed7cd5ce0ea
ModelInvariantUuid:1d02f103-96cd-426f-a950-b3c8f1e4aaa5
ModelName:vFW 1813123a-0f01-nodes.vpgCvfc
ModelUuid:4e371284-cd4f-448e-a75e-273bab6ffcf4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:84a3176e-cc21-47c5-9a31-f62ae5727251
ModelInvariantUuid:f2e21b05-697f-4500-9c13-223cbcb9990a
ModelName:Vfw1813123a0f01.compute.nodes.heat.vpg
ModelUuid:ade0525a-a206-4d5c-9dca-118003a94a8d
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-09-03T05:31:56.914Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 3d0ef04e-7b04-4d01-9223-ccd526603596
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-03T05:31:56.917Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||INFO|500||vFW 1813123a-0f01 0
2022-09-03T05:31:56.917Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3d0ef04e-7b04-4d01-9223-ccd526603596
2022-09-03T05:31:56.917Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: dba2b1ad-9346-4fb0-a11c-5634483edef9 from URL: /sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/vfw1813123a0f010_modules.json
2022-09-03T05:31:56.917Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-03T05:31:56.918Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/vfw1813123a0f010_modules.json
2022-09-03T05:31:56.969Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-03T05:31:56.969Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/vfw1813123a0f010_modules.json dba2b1ad-9346-4fb0-a11c-5634483edef9 785
2022-09-03T05:31:56.970Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/vfw1813123a0f010_modules.json ASDC sendASDCNotification
2022-09-03T05:31:56.970Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/vfw1813123a0f010_modules.json
2022-09-03T05:31:56.970Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T05:31:56.970Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-03T05:31:56.972Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:31:56.972Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183116970,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/vfw1813123a0f010_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:31:57.073Z||pool-194-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:31:57.074Z||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-09-03T05:31:57.074Z||pool-194-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:31:57.088Z||pool-194-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:31:57.088Z||pool-194-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-09-03T05:31:57.973Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw1813123a0f01..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "ba4db35e-c4d6-4e65-87a1-569c035602a0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7ca355b6-1d34-4b29-a8d9-913600f91503",
    "vfModuleModelCustomizationUUID": "ae5634f8-acfe-4d92-95b7-068d2359e4c3",
    "isBase": true,
    "artifacts": [
      "14deee85-8d3e-4b02-9afd-99c8765f805d",
      "29f37711-67dc-48da-935f-68711e4e61f3"
    ],
    "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-09-03T05:31:57.978Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1813123a0f01..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7ca355b6-1d34-4b29-a8d9-913600f91503
VfModuleModelInvariantUUID:ba4db35e-c4d6-4e65-87a1-569c035602a0
VfModuleModelDescription:NULL
Artifacts UUID List:{
14deee85-8d3e-4b02-9afd-99c8765f805d
,
29f37711-67dc-48da-935f-68711e4e61f3

}
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-09-03T05:31:57.980Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw1813123a0f01..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "ba4db35e-c4d6-4e65-87a1-569c035602a0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7ca355b6-1d34-4b29-a8d9-913600f91503",
    "vfModuleModelCustomizationUUID": "ae5634f8-acfe-4d92-95b7-068d2359e4c3",
    "isBase": true,
    "artifacts": [
      "14deee85-8d3e-4b02-9afd-99c8765f805d",
      "29f37711-67dc-48da-935f-68711e4e61f3"
    ],
    "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-09-03T05:31:57.980Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1813123a0f01..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7ca355b6-1d34-4b29-a8d9-913600f91503
VfModuleModelInvariantUUID:ba4db35e-c4d6-4e65-87a1-569c035602a0
VfModuleModelDescription:NULL
Artifacts UUID List:{
14deee85-8d3e-4b02-9afd-99c8765f805d
,
29f37711-67dc-48da-935f-68711e4e61f3

}
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-09-03T05:31:57.980Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 14deee85-8d3e-4b02-9afd-99c8765f805d from URL: /sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/base_vfw.yaml
2022-09-03T05:31:57.980Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-03T05:31:57.980Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/base_vfw.yaml
2022-09-03T05:31:58.083Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-03T05:31:58.084Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/base_vfw.yaml 14deee85-8d3e-4b02-9afd-99c8765f805d 20368
2022-09-03T05:31:58.085Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-03T05:31:58.085Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/base_vfw.yaml
2022-09-03T05:31:58.085Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T05:31:58.085Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-03T05:31:58.087Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:31:58.087Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183118085,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:31:58.188Z||pool-195-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:31:58.189Z||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-09-03T05:31:58.189Z||pool-195-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:31:58.202Z||pool-195-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:31:58.203Z||pool-195-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:31:59.088Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 29f37711-67dc-48da-935f-68711e4e61f3 from URL: /sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/base_vfw.env
2022-09-03T05:31:59.089Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-03T05:31:59.089Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/base_vfw.env
2022-09-03T05:31:59.163Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-03T05:31:59.163Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/base_vfw.env 29f37711-67dc-48da-935f-68711e4e61f3 2098
2022-09-03T05:31:59.164Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-03T05:31:59.164Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/base_vfw.env
2022-09-03T05:31:59.164Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T05:31:59.165Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-03T05:31:59.166Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:31:59.167Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183119164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:31:59.267Z||pool-196-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:31:59.268Z||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-09-03T05:31:59.268Z||pool-196-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:31:59.290Z||pool-196-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:31:59.291Z||pool-196-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-09-03T05:32:00.167Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 5d3ea322-11ae-453b-ab40-88a55c65fc25
2022-09-03T05:32:00.168Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 1813123a-0f01 0 3d0ef04e-7b04-4d01-9223-ccd526603596 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-09-03T05:32:00.186Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@46bf91c9, org.onap.sdc.toscaparser.api.parameters.Input@687c67b, org.onap.sdc.toscaparser.api.parameters.Input@4b5c7715, org.onap.sdc.toscaparser.api.parameters.Input@569664f0, org.onap.sdc.toscaparser.api.parameters.Input@6c1d8632]
2022-09-03T05:32:00.188Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:32:00.188Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-03 05-30-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:32:00.189Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-09-03T05:32:00.189Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 6edd8ca6-8f3b-4b78-af3a-77f83336b036
2022-09-03T05:32:00.189Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6edd8ca6-8f3b-4b78-af3a-77f83336b036 matches Tosca VF Customization UUID: 6edd8ca6-8f3b-4b78-af3a-77f83336b036
2022-09-03T05:32:00.189Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 6edd8ca6-8f3b-4b78-af3a-77f83336b036  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-09-03T05:32:00.191Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:32:00.191Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-03 05-30-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:32:00.192Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 6edd8ca6-8f3b-4b78-af3a-77f83336b036: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-09-03T05:32:00.192Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@19094a03
2022-09-03T05:32:00.192Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:32:00.192Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-03 05-30-01 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-03T05:32:00.193Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ae5634f8-acfe-4d92-95b7-068d2359e4c3
2022-09-03T05:32:00.193Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ae5634f8-acfe-4d92-95b7-068d2359e4c3
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-09-03T05:32:00.195Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:32:00.195Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template vFW 1813123a-0f01 0 is matching search criteria
2022-09-03T05:32:00.195Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1813123a-0f01 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:32:00.196Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:32:00.196Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template vFW 1813123a-0f01 0 is matching search criteria
2022-09-03T05:32:00.196Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1813123a-0f01 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:32:00.196Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:32:00.196Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template vFW 1813123a-0f01 0 is not matching search criteria
2022-09-03T05:32:00.197Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-03T05:32:00.197Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-03T05:32:00.197Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-03T05:32:00.197Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-03T05:32:00.197Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-03T05:32:00.197Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:32:00.198Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-03T05:32:00.198Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-03T05:32:00.198Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-03T05:32:00.198Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-03T05:32:00.198Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:32:00.198Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=89443f0d-248e-4e95-8a2e-ca37de7bc043
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-09-03T05:32:00.200Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:32:00.201Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template vFW 1813123a-0f01 0 is matching search criteria
2022-09-03T05:32:00.201Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1813123a-0f01 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:32:00.201Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:32:00.201Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template vFW 1813123a-0f01 0 is not matching search criteria
2022-09-03T05:32:00.201Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-03T05:32:00.201Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-03T05:32:00.202Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-03T05:32:00.202Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-03T05:32:00.202Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:32:00.202Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-03T05:32:00.202Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:32:00.203Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-03T05:32:00.203Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-03T05:32:00.203Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-03T05:32:00.203Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-03T05:32:00.203Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:32:00.203Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f37f3b27-f882-4219-97eb-80e7c44cd49d
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-09-03T05:32:00.205Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:32:00.205Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template vFW 1813123a-0f01 0 is matching search criteria
2022-09-03T05:32:00.205Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1813123a-0f01 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:32:00.205Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:32:00.206Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template vFW 1813123a-0f01 0 is not matching search criteria
2022-09-03T05:32:00.206Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-03T05:32:00.206Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-03T05:32:00.206Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-03T05:32:00.206Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-03T05:32:00.207Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:32:00.207Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-03T05:32:00.207Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:32:00.207Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-03T05:32:00.207Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-03T05:32:00.207Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:32:00.208Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-03T05:32:00.208Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-03T05:32:00.208Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=dfb50101-735c-4e3b-acb5-6ed7cd5ce0ea
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-09-03T05:32:00.210Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:32:00.210Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template vFW 1813123a-0f01 0 is matching search criteria
2022-09-03T05:32:00.210Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1813123a-0f01 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:32:00.210Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:32:00.210Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Node template vFW 1813123a-0f01 0 is matching search criteria
2022-09-03T05:32:00.211Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1813123a-0f01 0] matching following query criteria: sdcType=VF, customizationUUID=6edd8ca6-8f3b-4b78-af3a-77f83336b036
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-03T05:32:00.212Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:32:00.212Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-03 05-30-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:32:00.212Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 5d3ea322-11ae-453b-ab40-88a55c65fc25: vFW 1813123a-0f01
2022-09-03T05:32:00.213Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:32:00.213Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-03 05-30-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:32:00.213Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:32:00.213Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-03 05-30-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:32:00.213Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:32:00.214Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-03 05-30-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:32:00.214Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:32:00.214Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-03 05-30-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:32:00.214Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:32:00.214Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-03 05-30-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:32:00.214Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-09-03 05-30-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-09-03T05:32:00.458Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 1813123a-0f01 3d0ef04e-7b04-4d01-9223-ccd526603596 1 ASDC deployResourceStructure
2022-09-03T05:32:00.459Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/vfw1813123a0f010_modules.json ASDC sendASDCNotification
2022-09-03T05:32:00.459Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/vfw1813123a0f010_modules.json
2022-09-03T05:32:00.459Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T05:32:00.459Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-03T05:32:00.461Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:32:00.461Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183120458,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/vfw1813123a0f010_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-03T05:32:00.561Z||pool-197-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:32:00.562Z||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-09-03T05:32:00.562Z||pool-197-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:32:00.576Z||pool-197-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:32:00.577Z||pool-197-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-09-03T05:32:01.462Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-03T05:32:01.463Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/base_vfw.yaml
2022-09-03T05:32:01.463Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T05:32:01.463Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-03T05:32:01.465Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:32:01.465Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183121462,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-09-03T05:32:01.565Z||pool-198-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:32:01.566Z||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-09-03T05:32:01.566Z||pool-198-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:32:01.579Z||pool-198-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:32:01.580Z||pool-198-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:32:02.466Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-03T05:32:02.467Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/base_vfw.env
2022-09-03T05:32:02.467Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T05:32:02.467Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-03T05:32:02.470Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:32:02.470Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183122466,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-09-03T05:32:02.570Z||pool-199-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:32:02.570Z||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-09-03T05:32:02.571Z||pool-199-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:32:02.584Z||pool-199-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:32:02.584Z||pool-199-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:32:03.471Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220903053001/1.0/artifacts/service-Vfw20220903053001-csar.csar ASDC sendASDCNotification
2022-09-03T05:32:03.471Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903053001/1.0/artifacts/service-Vfw20220903053001-csar.csar
2022-09-03T05:32:03.471Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T05:32:03.472Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-03T05:32:03.473Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:32:03.473Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183123470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/artifacts/service-Vfw20220903053001-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:32:03.574Z||pool-200-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:32:03.574Z||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-09-03T05:32:03.574Z||pool-200-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:32:03.590Z||pool-200-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:32:03.590Z||pool-200-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:32:04.474Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 328bb1ee-ad2e-42b7-b424-01efe08a8b06
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:32:04.513Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 328bb1ee-ad2e-42b7-b424-01efe08a8b06
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:32:04.515Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:32:04.516Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-03T05:32:04.516Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-03T05:32:34.516Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 328bb1ee-ad2e-42b7-b424-01efe08a8b06
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:32:34.531Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 328bb1ee-ad2e-42b7-b424-01efe08a8b06
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:32:34.533Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:32:34.533Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-03T05:32:34.533Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-03T05:32:45.415Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:32:45.416Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?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-09-03T05:32:45.416Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:32:45.452Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:32:45.453Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:32:45.454Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662183052772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:32:45.454Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:32:45.454Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:32:45.454Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "cds",
  "timestamp": 1662183054190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:32:45.454Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:32:45.455Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:32:45.455Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662183052109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:32:45.455Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:32:45.455Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:32:45.455Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662183050408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:32:45.455Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:32:45.455Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:32:45.455Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "cds",
  "timestamp": 1662183054190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/vfw1813123a0f010_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:32:45.456Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:32:45.456Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:32:45.456Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662183052109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/vfw1813123a0f010_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:32:45.456Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:32:45.456Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:32:45.456Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662183052772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/vfw1813123a0f010_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:32:45.456Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:32:45.456Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:32:45.457Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662183050408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/vfw1813123a0f010_modules.json",
  "status": "NOTIFIED"
}
2022-09-03T05:32:45.457Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:32:45.457Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:32:45.457Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662183052772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:32:45.457Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:32:45.457Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:32:45.458Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662183052109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:32:45.458Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:32:45.458Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:32:45.458Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "cds",
  "timestamp": 1662183054190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:32:45.458Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:32:45.458Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:32:45.458Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662183050408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-03T05:32:45.459Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:32:45.459Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:32:45.459Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662183052772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:32:45.459Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:32:45.459Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:32:45.459Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "cds",
  "timestamp": 1662183054190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:32:45.459Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:32:45.460Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:32:45.460Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662183052109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:32:45.460Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:32:45.460Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:32:45.460Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662183050408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:32:45.460Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:32:45.460Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:32:45.461Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "aai-ml",
  "timestamp": 1662183059978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:32:45.461Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:32:45.461Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:32:45.461Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662183052772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:32:45.461Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:32:45.461Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:32:45.461Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "cds",
  "timestamp": 1662183054190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:32:45.461Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:32:45.461Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:32:45.462Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662183052109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:32:45.462Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:32:45.462Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:32:45.462Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "policy-id",
  "timestamp": 1662183060378,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:32:45.462Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:32:45.462Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:32:45.462Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662183050408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-03T05:32:45.462Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:32:45.463Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:32:45.463Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "aai-ml",
  "timestamp": 1662183059978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/vfw1813123a0f010_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:32:45.463Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:32:45.463Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:32:45.463Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "cds",
  "timestamp": 1662183054190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/artifacts/service-Vfw20220903053001-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:32:45.463Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:32:45.463Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:32:45.463Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662183052109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/artifacts/service-Vfw20220903053001-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:32:45.464Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:32:45.464Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:32:45.464Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662183052772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/artifacts/service-Vfw20220903053001-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:32:45.464Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:32:45.464Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:32:45.464Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "policy-id",
  "timestamp": 1662183060378,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/vfw1813123a0f010_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:32:45.464Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:32:45.464Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:32:45.465Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662183050408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/artifacts/service-Vfw20220903053001-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:32:45.465Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:32:45.465Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:32:45.465Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "aai-ml",
  "timestamp": 1662183059978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:32:45.465Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:32:45.465Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:32:45.465Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "policy-id",
  "timestamp": 1662183060378,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-03T05:32:45.465Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:32:45.466Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:32:45.466Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662183052772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/artifacts/service-Vfw20220903053001-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:32:45.466Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:32:45.466Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:32:45.466Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "cds",
  "timestamp": 1662183054190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/artifacts/service-Vfw20220903053001-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:32:45.466Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:32:45.466Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:32:45.466Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662183052109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/artifacts/service-Vfw20220903053001-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:32:45.467Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:32:45.467Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:32:45.467Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662183050408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/artifacts/service-Vfw20220903053001-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:32:45.467Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:32:45.467Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:32:45.467Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "aai-ml",
  "timestamp": 1662183059978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:32:45.467Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:32:45.467Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:32:45.467Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "policy-id",
  "timestamp": 1662183060378,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:32:45.467Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:32:45.467Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:32:45.467Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662183064501,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/artifacts/service-Vfw20220903053001-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:32:45.468Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:32:45.468Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:32:45.468Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "cds",
  "timestamp": 1662183064510,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/artifacts/service-Vfw20220903053001-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:32:45.468Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:32:45.468Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:32:45.468Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662183064832,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/vfw1813123a0f010_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:32:45.468Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:32:45.468Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:32:45.468Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "clamp",
  "timestamp": 1662183063963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:32:45.468Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:32:45.469Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:32:45.469Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "aai-ml",
  "timestamp": 1662183059978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:32:45.469Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:32:45.469Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:32:45.469Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "policy-id",
  "timestamp": 1662183060378,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:32:45.469Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:32:45.469Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:32:45.469Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "cds",
  "timestamp": 1662183065515,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/artifacts/service-Vfw20220903053001-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-09-03T05:32:45.486Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 328bb1ee-ad2e-42b7-b424-01efe08a8b06
2022-09-03T05:32:45.486Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 328bb1ee-ad2e-42b7-b424-01efe08a8b06 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-09-03T05:32:45.499Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:32:45.499Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "clamp",
  "timestamp": 1662183063963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/vfw1813123a0f010_modules.json",
  "status": "NOTIFIED"
}
2022-09-03T05:32:45.500Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:32:45.500Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:32:45.500Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662183065926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:32:45.500Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:32:45.500Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:32:45.500Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "aai-ml",
  "timestamp": 1662183059978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/artifacts/service-Vfw20220903053001-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:32:45.500Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:32:45.500Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:32:45.500Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "policy-id",
  "timestamp": 1662183060378,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/artifacts/service-Vfw20220903053001-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:32:45.500Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:32:45.500Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:32:45.500Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "clamp",
  "timestamp": 1662183063963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:32:45.501Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:32:45.501Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:32:45.501Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "aai-ml",
  "timestamp": 1662183059978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/artifacts/service-Vfw20220903053001-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:32:45.501Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:32:45.501Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:32:45.501Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662183066990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:32:45.501Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:32:45.501Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:32:45.501Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "policy-id",
  "timestamp": 1662183060378,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/artifacts/service-Vfw20220903053001-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:32:45.501Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:32:45.501Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:32:45.501Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "clamp",
  "timestamp": 1662183063963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:32:45.501Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:32:45.501Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:32:45.501Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662183067765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/artifacts/service-Vfw20220903053001-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:32:45.502Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:32:45.502Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:32:45.502Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662183068034,
  "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-09-03T05:32:45.515Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 328bb1ee-ad2e-42b7-b424-01efe08a8b06
2022-09-03T05:32:45.515Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 328bb1ee-ad2e-42b7-b424-01efe08a8b06 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-09-03T05:32:45.532Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:32:45.532Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "aai-ml",
  "timestamp": 1662183067802,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/artifacts/service-Vfw20220903053001-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:32:45.532Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:32:45.532Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:32:45.532Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "policy-id",
  "timestamp": 1662183068138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/artifacts/service-Vfw20220903053001-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:32:45.532Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:32:45.532Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:32:45.533Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "clamp",
  "timestamp": 1662183063963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:32:45.533Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:32:45.533Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:32:45.533Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662183068770,
  "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-09-03T05:32:45.537Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 328bb1ee-ad2e-42b7-b424-01efe08a8b06
2022-09-03T05:32:45.537Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 328bb1ee-ad2e-42b7-b424-01efe08a8b06 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-09-03T05:32:45.552Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:32:45.552Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662183069043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/vfw1813123a0f010_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-03T05:32:45.552Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:32:45.553Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:32:45.553Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "policy-id",
  "timestamp": 1662183069142,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/artifacts/service-Vfw20220903053001-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:32:45.553Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:32:45.553Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:32:45.553Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "clamp",
  "timestamp": 1662183063963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/artifacts/service-Vfw20220903053001-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:32:45.553Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:32:45.553Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:32:45.553Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "policy-id",
  "timestamp": 1662183070145,
  "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-09-03T05:32:45.577Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 328bb1ee-ad2e-42b7-b424-01efe08a8b06
2022-09-03T05:32:45.578Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 328bb1ee-ad2e-42b7-b424-01efe08a8b06 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-09-03T05:32:45.597Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:32:45.597Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "clamp",
  "timestamp": 1662183063963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/artifacts/service-Vfw20220903053001-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:32:45.597Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:32:45.597Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:32:45.597Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "aai-ml",
  "timestamp": 1662183076653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/artifacts/service-Vfw20220903053001-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-09-03T05:32:45.597Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:32:45.597Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:32:45.597Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "aai-ml",
  "timestamp": 1662183077659,
  "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-09-03T05:32:45.609Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 328bb1ee-ad2e-42b7-b424-01efe08a8b06
2022-09-03T05:32:45.609Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 328bb1ee-ad2e-42b7-b424-01efe08a8b06 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-09-03T05:32:45.652Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:32:45.653Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "clamp",
  "timestamp": 1662183081728,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/artifacts/service-Vfw20220903053001-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:32:45.653Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:32:45.653Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:32:45.653Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "clamp",
  "timestamp": 1662183083438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/artifacts/service-Vfw20220903053001-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:32:45.653Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:32:45.653Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:32:45.653Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "clamp",
  "timestamp": 1662183084442,
  "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-09-03T05:32:45.667Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 328bb1ee-ad2e-42b7-b424-01efe08a8b06
2022-09-03T05:32:45.667Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 328bb1ee-ad2e-42b7-b424-01efe08a8b06 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-09-03T05:33:04.534Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 328bb1ee-ad2e-42b7-b424-01efe08a8b06
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:33:04.587Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 328bb1ee-ad2e-42b7-b424-01efe08a8b06
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:33:04.589Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:33:04.589Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-03T05:33:04.590Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-03T05:33:04.590Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-03T05:33:04.590Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-09-03T05:33:04.590Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|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-09-03T05:33:04.595Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-03T05:33:34.595Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 328bb1ee-ad2e-42b7-b424-01efe08a8b06 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-09-03T05:33:34.605Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 328bb1ee-ad2e-42b7-b424-01efe08a8b06 and serviceModelVersionId: 5d3ea322-11ae-453b-ab40-88a55c65fc25
2022-09-03T05:33:34.605Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6ab041a0-36b9-4503-bec0-6bf0555e6b6e
2022-09-03T05:33:34.606Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0
2022-09-03T05:33:34.611Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-09-03T05:33:34.638Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|INFO|500||Invoke
2022-09-03T05:33:34.639Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[328bb1ee-ad2e-42b7-b424-01efe08a8b06], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[264e22f2-edf1-4ff2-aba3-64d0f7e16222], X-ECOMP-RequestID=[328bb1ee-ad2e-42b7-b424-01efe08a8b06], X-TransactionId=[], X-ONAP-RequestID=[328bb1ee-ad2e-42b7-b424-01efe08a8b06], Content-Type=[application/merge-patch+json]}
2022-09-03T05:33:36.155Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|INFO|500||Invoke
2022-09-03T05:33:36.156Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[328bb1ee-ad2e-42b7-b424-01efe08a8b06], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[199e0482-d312-4edc-a891-3fd6df7e1f4f], X-ECOMP-RequestID=[328bb1ee-ad2e-42b7-b424-01efe08a8b06], X-TransactionId=[], X-ONAP-RequestID=[328bb1ee-ad2e-42b7-b424-01efe08a8b06], Content-Type=[application/merge-patch+json]}
2022-09-03T05:33:37.695Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|INFO|500||Invoke
2022-09-03T05:33:37.696Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[328bb1ee-ad2e-42b7-b424-01efe08a8b06], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[68362eb1-81fe-4be9-a994-6f330081e599], X-ECOMP-RequestID=[328bb1ee-ad2e-42b7-b424-01efe08a8b06], X-TransactionId=[], X-ONAP-RequestID=[328bb1ee-ad2e-42b7-b424-01efe08a8b06], Content-Type=[application/merge-patch+json]}
2022-09-03T05:33:38.729Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T05:33:38.729Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?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-09-03T05:33:38.730Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T05:33:38.730Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?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-09-03T05:33:38.737Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?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-09-03T05:33:38.737Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 328bb1ee-ad2e-42b7-b424-01efe08a8b06 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T05:33:38.737Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-03T05:33:38.737Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:33:38.739Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:33:38.739Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||try to send status {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183218737,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-03T05:33:38.839Z||pool-201-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:33:38.840Z||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-09-03T05:33:38.840Z||pool-201-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:33:38.858Z||pool-201-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:33:38.858Z||pool-201-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-09-03T05:33:39.778Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:33:39.778Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T05:33:39.778Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:33:45.415Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:33:45.416Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?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-09-03T05:33:45.416Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:33:45.445Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:33:45.446Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:33:45.446Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183105413,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:33:45.447Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:33:45.447Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:33:45.447Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183105413,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/vfw1813123a0f010_modules.json",
  "status": "NOTIFIED"
}
2022-09-03T05:33:45.447Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:33:45.448Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:33:45.448Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183105413,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-03T05:33:45.448Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:33:45.448Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:33:45.448Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183105413,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:33:45.449Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:33:45.449Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:33:45.449Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183105413,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-03T05:33:45.449Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:33:45.449Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:33:45.449Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183105413,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/artifacts/service-Vfw20220903053001-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:33:45.450Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:33:45.450Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:33:45.450Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183105413,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/artifacts/service-Vfw20220903053001-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:33:45.450Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:33:45.450Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:33:45.450Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183113306,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/artifacts/service-Vfw20220903053001-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:33:45.451Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:33:45.451Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:33:45.451Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183116970,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/vfw1813123a0f010_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:33:45.451Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:33:45.451Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:33:45.451Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183118085,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:33:45.452Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:33:45.452Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:33:45.452Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183119164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:33:45.452Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:33:45.452Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:33:45.453Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183120458,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/vfw1813123a0f010_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-03T05:33:45.453Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:33:45.453Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:33:45.454Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183121462,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-09-03T05:33:45.454Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:33:45.455Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:33:45.455Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183122466,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/resourceInstances/vfw1813123a0f010/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-09-03T05:33:45.455Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:33:45.456Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:33:45.456Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183123470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053001/1.0/artifacts/service-Vfw20220903053001-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:33:45.456Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:33:49.335Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:33:49.336Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:33:49.336Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T05:33:49.336Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:33:57.984Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:33:57.985Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||received message from topic
2022-09-03T05:33:57.985Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"095dc20a-fa4f-4fa6-a65f-5cc884e8938b","serviceName":"Demo_pNF_dDtWHAp6yKswEFw2RHac","serviceVersion":"1.0","serviceUUID":"b2d57bdf-3111-41ea-8965-386728f72d55","serviceDescription":"catalog service description","serviceInvariantUUID":"2884329f-5fba-4e08-9e59-866f13af9b4e","resources":[{"resourceInstanceName":"pNF 098c1c02-ce02 0","resourceName":"pNF 098c1c02-ce02","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"827d925c-5639-47b2-850f-169a8b4c6009","resourceInvariantUUID":"ecfa14b2-c9e6-4291-b087-1c5b41e73be5","resourceCustomizationUUID":"9043dbd9-308c-40fa-ab49-917a9fd47761","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/resourceInstances/pnf098c1c02ce020/artifacts/vf-license-model.xml","artifactChecksum":"YWZkOGJiZjljMTcxN2E4MTg2NzE3OTNmNGQ4MDdlMGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6ff97ae5-b3fe-4c84-ae90-a10e3af77a84","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/resourceInstances/pnf098c1c02ce020/artifacts/pNF.csar","artifactChecksum":"YTQzMzMxNTQyODkzNmYwOWIyZjM1YjcxZDkzMTkxNjM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"30466706-4858-4d9a-9087-7d61c0a152d4","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/resourceInstances/pnf098c1c02ce020/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"01d675a7-4c71-4c79-8914-b455c2176c4c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/resourceInstances/pnf098c1c02ce020/artifacts/vendor-license-model.xml","artifactChecksum":"MDc1YTU5ZDQ3ZjdjYTlhZmQ5Njk2YWZkODlkYjZiY2Y\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b58963d6-e4e7-4231-bf28-de2c4c852801","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/resourceInstances/pnf098c1c02ce020/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e8bd7970-78a5-434d-bcb7-fbd7c6d7200c","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/resourceInstances/pnf098c1c02ce020/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ae8da991-16fc-4590-939c-eac05e70cef6","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfDdtwhap6ykswefw2rhac-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/artifacts/service-DemoPnfDdtwhap6ykswefw2rhac-template.yml","artifactChecksum":"N2ViYmM3ZWI4NTBiOTY0YTBhNzc4NjRjMWU1MjY2YTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"275c4e0c-114d-4a53-ac7c-d019c27cabe9","artifactVersion":"1"},{"artifactName":"service-DemoPnfDdtwhap6ykswefw2rhac-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/artifacts/service-DemoPnfDdtwhap6ykswefw2rhac-csar.csar","artifactChecksum":"Y2VkOWM4NDQzMGI3Y2YyZDNlMTZhZjE3MTRlMmE5YzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2cce7d81-7c46-47fb-8db7-43b735f7b545","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-03T05:33:57.987Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:33:57.987Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:33:57.989Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:33:57.989Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||try to send status {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183229336,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/resourceInstances/pnf098c1c02ce020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:33:58.089Z||pool-202-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:33:58.090Z||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-09-03T05:33:58.090Z||pool-202-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:33:58.106Z||pool-202-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:33:58.106Z||pool-202-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:33:58.990Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:33:58.990Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:33:58.992Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:33:58.992Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||try to send status {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183229336,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/resourceInstances/pnf098c1c02ce020/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:33:59.093Z||pool-203-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:33:59.093Z||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-09-03T05:33:59.093Z||pool-203-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:33:59.107Z||pool-203-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:33:59.107Z||pool-203-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:33:59.993Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:33:59.994Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:33:59.996Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:33:59.996Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||try to send status {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183229336,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/resourceInstances/pnf098c1c02ce020/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:34:00.097Z||pool-204-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:34:00.098Z||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-09-03T05:34:00.098Z||pool-204-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:34:00.111Z||pool-204-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:34:00.112Z||pool-204-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:34:00.997Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:34:00.998Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:34:00.999Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:34:00.999Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||try to send status {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183229336,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/resourceInstances/pnf098c1c02ce020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:34:01.100Z||pool-205-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:34:01.100Z||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-09-03T05:34:01.100Z||pool-205-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:34:01.122Z||pool-205-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:34:01.122Z||pool-205-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:34:02.000Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:34:02.000Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:34:02.002Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:34:02.002Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||try to send status {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183229336,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/resourceInstances/pnf098c1c02ce020/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:34:02.102Z||pool-206-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:34:02.103Z||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-09-03T05:34:02.103Z||pool-206-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:34:02.121Z||pool-206-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:34:02.122Z||pool-206-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:34:03.003Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:34:03.004Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:34:03.005Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:34:03.005Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||try to send status {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183229336,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/resourceInstances/pnf098c1c02ce020/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:34:03.106Z||pool-207-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:34:03.106Z||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-09-03T05:34:03.107Z||pool-207-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:34:03.135Z||pool-207-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:34:03.135Z||pool-207-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:34:04.006Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:34:04.007Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:34:04.008Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:34:04.008Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||try to send status {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183229336,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/artifacts/service-DemoPnfDdtwhap6ykswefw2rhac-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:34:04.108Z||pool-208-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:34:04.109Z||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-09-03T05:34:04.109Z||pool-208-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:34:04.124Z||pool-208-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:34:04.125Z||pool-208-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:34:05.009Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:34:05.009Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:34:05.012Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:34:05.012Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||try to send status {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183229336,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/artifacts/service-DemoPnfDdtwhap6ykswefw2rhac-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:34:05.112Z||pool-209-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:34:05.113Z||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-09-03T05:34:05.113Z||pool-209-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:34:05.132Z||pool-209-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:34:05.132Z||pool-209-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-09-03T05:34:06.013Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "serviceName": "Demo_pNF_dDtWHAp6yKswEFw2RHac",
  "serviceVersion": "1.0",
  "serviceUUID": "b2d57bdf-3111-41ea-8965-386728f72d55",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "2884329f-5fba-4e08-9e59-866f13af9b4e",
  "resources": [
    {
      "resourceInstanceName": "pNF 098c1c02-ce02 0",
      "resourceCustomizationUUID": "9043dbd9-308c-40fa-ab49-917a9fd47761",
      "resourceName": "pNF 098c1c02-ce02",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "827d925c-5639-47b2-850f-169a8b4c6009",
      "resourceInvariantUUID": "ecfa14b2-c9e6-4291-b087-1c5b41e73be5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfDdtwhap6ykswefw2rhac-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/artifacts/service-DemoPnfDdtwhap6ykswefw2rhac-csar.csar",
      "artifactChecksum": "Y2VkOWM4NDQzMGI3Y2YyZDNlMTZhZjE3MTRlMmE5YzA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2cce7d81-7c46-47fb-8db7-43b735f7b545"
    }
  ],
  "workloadContext": "Production"
}
2022-09-03T05:34:06.013Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-03T05:34:06.013Z|328bb1ee-ad2e-42b7-b424-01efe08a8b06|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b2d57bdf-3111-41ea-8965-386728f72d55 ASDC
2022-09-03T05:34:06.013Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||ASDC Notification:
DistributionID:095dc20a-fa4f-4fa6-a65f-5cc884e8938b
ServiceName:Demo_pNF_dDtWHAp6yKswEFw2RHac
ServiceVersion:1.0
ServiceUUID:b2d57bdf-3111-41ea-8965-386728f72d55
ServiceInvariantUUID:2884329f-5fba-4e08-9e59-866f13af9b4e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfDdtwhap6ykswefw2rhac-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/artifacts/service-DemoPnfDdtwhap6ykswefw2rhac-csar.csar
ArtifactUUID:2cce7d81-7c46-47fb-8db7-43b735f7b545
ArtifactChecksum:Y2VkOWM4NDQzMGI3Y2YyZDNlMTZhZjE3MTRlMmE5YzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 098c1c02-ce02 0
ResourceCustomizationUUID:9043dbd9-308c-40fa-ab49-917a9fd47761
ResourceInvariantUUID:ecfa14b2-c9e6-4291-b087-1c5b41e73be5
ResourceName:pNF 098c1c02-ce02
ResourceType:PNF
ResourceUUID:827d925c-5639-47b2-850f-169a8b4c6009
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-09-03T05:34:06.013Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b2d57bdf-3111-41ea-8965-386728f72d55 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-09-03T05:34:06.081Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-03T05:34:06.082Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|INFO|500||MSO config path is: /app
2022-09-03T05:34:06.082Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|INFO|500||MSO config path is: /app
2022-09-03T05:34:06.082Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|INFO|500||Trying to download the artifact UUID: 2cce7d81-7c46-47fb-8db7-43b735f7b545 from URL: /sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/artifacts/service-DemoPnfDdtwhap6ykswefw2rhac-csar.csar
2022-09-03T05:34:06.082Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|INFO|500||DistributionClient - download
2022-09-03T05:34:06.082Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/artifacts/service-DemoPnfDdtwhap6ykswefw2rhac-csar.csar
2022-09-03T05:34:06.152Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||GET Response Status 200
2022-09-03T05:34:06.156Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/artifacts/service-DemoPnfDdtwhap6ykswefw2rhac-csar.csar 2cce7d81-7c46-47fb-8db7-43b735f7b545 82643
2022-09-03T05:34:06.156Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/artifacts/service-DemoPnfDdtwhap6ykswefw2rhac-csar.csar ASDC sendASDCNotification
2022-09-03T05:34:06.156Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/artifacts/service-DemoPnfDdtwhap6ykswefw2rhac-csar.csar
2022-09-03T05:34:06.156Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T05:34:06.156Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:34:06.158Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:34:06.158Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||try to send status {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183246156,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/artifacts/service-DemoPnfDdtwhap6ykswefw2rhac-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:34:06.258Z||pool-210-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:34:06.259Z||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-09-03T05:34:06.259Z||pool-210-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:34:06.273Z||pool-210-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:34:06.273Z||pool-210-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:34:07.159Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-03T05:34:07.160Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|INFO|500||MSO config path is: /app
2022-09-03T05:34:07.160Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|INFO|500||Trying to write artifact UUID: 2cce7d81-7c46-47fb-8db7-43b735f7b545, URL: /sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/artifacts/service-DemoPnfDdtwhap6ykswefw2rhac-csar.csar to file: /app/ASDC/1/service-DemoPnfDdtwhap6ykswefw2rhac-csar.csar
2022-09-03T05:34:07.160Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfDdtwhap6ykswefw2rhac-csar.csar
2022-09-03T05:34:07.161Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfDdtwhap6ykswefw2rhac-csar.csar
2022-09-03T05:34:07.161Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfDdtwhap6ykswefw2rhac-csar.csar
2022-09-03T05:34:07.282Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13051237544698633103/Definitions/service-DemoPnfDdtwhap6ykswefw2rhac-template.yml
2022-09-03T05:34:07.928Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-09-03T05:34:07.928Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|WARN|500||####################################################################################################
2022-09-03T05:34:07.928Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfDdtwhap6ykswefw2rhac-csar.csar
2022-09-03T05:34:07.929Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-03T05:34:07.929Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?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-DemoPnfDdtwhap6ykswefw2rhac-csar.csar
2022-09-03T05:34:07.929Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?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-DemoPnfDdtwhap6ykswefw2rhac-csar.csar
2022-09-03T05:34:07.929Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?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-DemoPnfDdtwhap6ykswefw2rhac-csar.csar
2022-09-03T05:34:07.929Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?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-DemoPnfDdtwhap6ykswefw2rhac-csar.csar
2022-09-03T05:34:07.929Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?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-DemoPnfDdtwhap6ykswefw2rhac-csar.csar
2022-09-03T05:34:07.930Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 098c1c02-ce02 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-DemoPnfDdtwhap6ykswefw2rhac-csar.csar
2022-09-03T05:34:07.930Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?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-DemoPnfDdtwhap6ykswefw2rhac-csar.csar
2022-09-03T05:34:07.930Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|WARN|500||####################################################################################################
2022-09-03T05:34:07.930Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:34:07.930Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||Service Demo_pNF_dDtWHAp6yKswEFw2RHac is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:34:07.930Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||Node template pNF 098c1c02-ce02 0 is matching search criteria
2022-09-03T05:34:07.931Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||Search for entities recursively
2022-09-03T05:34:07.931Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||Found topology templates [pNF 098c1c02-ce02 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-03T05:34:07.931Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:34:07.931Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||Service Demo_pNF_dDtWHAp6yKswEFw2RHac is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:34:07.931Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||Node template pNF 098c1c02-ce02 0 is matching search criteria
2022-09-03T05:34:07.932Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||Search for entities recursively
2022-09-03T05:34:07.932Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||Found topology templates [pNF 098c1c02-ce02 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-03T05:34:07.932Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:34:07.932Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||Service Demo_pNF_dDtWHAp6yKswEFw2RHac is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:34:07.933Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:34:07.933Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||Service Demo_pNF_dDtWHAp6yKswEFw2RHac is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:34:07.933Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:34:07.933Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||Service Demo_pNF_dDtWHAp6yKswEFw2RHac is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:34:07.933Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:34:07.933Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||Service Demo_pNF_dDtWHAp6yKswEFw2RHac is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:34:07.934Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:34:07.934Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||Service Demo_pNF_dDtWHAp6yKswEFw2RHac is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:34:07.934Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_dDtWHAp6yKswEFw2RHac
Description:catalog service description
Model UUID:b2d57bdf-3111-41ea-8965-386728f72d55
Model Version:NULL
Model InvariantUuid:2884329f-5fba-4e08-9e59-866f13af9b4e
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-09-03T05:34:07.949Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: 827d925c-5639-47b2-850f-169a8b4c6009
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-03T05:34:07.952Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|INFO|500||pNF 098c1c02-ce02 0
2022-09-03T05:34:07.952Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: 827d925c-5639-47b2-850f-169a8b4c6009
2022-09-03T05:34:07.953Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||No resources found for Service: b2d57bdf-3111-41ea-8965-386728f72d55
2022-09-03T05:34:07.953Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||Preparing to deploy Service: b2d57bdf-3111-41ea-8965-386728f72d55
2022-09-03T05:34:07.953Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 098c1c02-ce02 0 827d925c-5639-47b2-850f-169a8b4c6009 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-09-03T05:34:07.958Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3f9432d3, org.onap.sdc.toscaparser.api.parameters.Input@18d7622e, org.onap.sdc.toscaparser.api.parameters.Input@36e3d3ed, org.onap.sdc.toscaparser.api.parameters.Input@3ce2eb2f, org.onap.sdc.toscaparser.api.parameters.Input@227e44ca]
2022-09-03T05:34:07.958Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:34:07.958Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||Service Demo_pNF_dDtWHAp6yKswEFw2RHac is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:34:07.958Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500|| resourceSeq for service uuid b2d57bdf-3111-41ea-8965-386728f72d55: pNF 098c1c02-ce02
2022-09-03T05:34:07.958Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|INFO|500||Processing PNF resource: 827d925c-5639-47b2-850f-169a8b4c6009
2022-09-03T05:34:07.959Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:34:07.959Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||Service Demo_pNF_dDtWHAp6yKswEFw2RHac is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:34:07.959Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|INFO|500||Resource customization UUID: 9043dbd9-308c-40fa-ab49-917a9fd47761 is the same as notified resource customizationUUID: 9043dbd9-308c-40fa-ab49-917a9fd47761
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-09-03T05:34:08.022Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 098c1c02-ce02 827d925c-5639-47b2-850f-169a8b4c6009 0 ASDC deployResourceStructure
2022-09-03T05:34:08.023Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/artifacts/service-DemoPnfDdtwhap6ykswefw2rhac-csar.csar ASDC sendASDCNotification
2022-09-03T05:34:08.023Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/artifacts/service-DemoPnfDdtwhap6ykswefw2rhac-csar.csar
2022-09-03T05:34:08.023Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T05:34:08.023Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:34:08.025Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:34:08.025Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||try to send status {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183248023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/artifacts/service-DemoPnfDdtwhap6ykswefw2rhac-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:34:08.125Z||pool-211-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:34:08.126Z||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-09-03T05:34:08.126Z||pool-211-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:34:08.141Z||pool-211-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:34:08.141Z||pool-211-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:34:09.030Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 095dc20a-fa4f-4fa6-a65f-5cc884e8938b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:34:09.048Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 095dc20a-fa4f-4fa6-a65f-5cc884e8938b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:34:09.051Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:34:09.051Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-03T05:34:09.051Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-03T05:34:39.052Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 095dc20a-fa4f-4fa6-a65f-5cc884e8938b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:34:39.064Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 095dc20a-fa4f-4fa6-a65f-5cc884e8938b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:34:39.066Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:34:39.066Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-03T05:34:39.066Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-03T05:34:45.415Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:34:45.416Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?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-09-03T05:34:45.416Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:34:45.448Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:34:45.449Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:34:45.449Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "328bb1ee-ad2e-42b7-b424-01efe08a8b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183218737,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-03T05:34:45.450Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:35:09.067Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 095dc20a-fa4f-4fa6-a65f-5cc884e8938b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:35:09.084Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 095dc20a-fa4f-4fa6-a65f-5cc884e8938b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:35:09.086Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:35:09.086Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-03T05:35:09.086Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-03T05:35:39.086Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 095dc20a-fa4f-4fa6-a65f-5cc884e8938b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:35:39.096Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 095dc20a-fa4f-4fa6-a65f-5cc884e8938b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:35:39.098Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:35:39.098Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-03T05:35:39.099Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-03T05:35:45.415Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:35:45.416Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?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-09-03T05:35:45.416Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:35:45.948Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:35:45.949Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:45.950Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183229336,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/resourceInstances/pnf098c1c02ce020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:35:45.950Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:35:45.950Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:45.950Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662183232772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/resourceInstances/pnf098c1c02ce020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:35:45.951Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:35:45.951Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:45.951Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662183232109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/resourceInstances/pnf098c1c02ce020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:35:45.951Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:35:45.951Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:45.951Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662183230411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/resourceInstances/pnf098c1c02ce020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:35:45.951Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:35:45.951Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:45.951Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "cds",
  "timestamp": 1662183234191,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/resourceInstances/pnf098c1c02ce020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:35:45.951Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:35:45.952Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:45.952Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183229336,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/resourceInstances/pnf098c1c02ce020/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:35:45.952Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:35:45.952Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:45.952Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662183232772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/resourceInstances/pnf098c1c02ce020/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:35:45.952Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:35:45.952Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:45.952Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662183230411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/resourceInstances/pnf098c1c02ce020/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:35:45.952Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:35:45.952Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:45.952Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662183232109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/resourceInstances/pnf098c1c02ce020/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:35:45.953Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:35:45.953Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:45.953Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "cds",
  "timestamp": 1662183234191,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/resourceInstances/pnf098c1c02ce020/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:35:45.953Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:35:45.953Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:45.953Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "aai-ml",
  "timestamp": 1662183239978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/resourceInstances/pnf098c1c02ce020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:35:45.953Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:35:45.953Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:45.953Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183229336,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/resourceInstances/pnf098c1c02ce020/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:35:45.953Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:35:45.953Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:45.954Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662183232109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/resourceInstances/pnf098c1c02ce020/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:35:45.954Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:35:45.954Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:45.954Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662183232772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/resourceInstances/pnf098c1c02ce020/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:35:45.954Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:35:45.954Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:45.954Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662183230411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/resourceInstances/pnf098c1c02ce020/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:35:45.954Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:35:45.954Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:45.954Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "cds",
  "timestamp": 1662183234191,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/resourceInstances/pnf098c1c02ce020/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:35:45.954Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:35:45.955Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:45.955Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "policy-id",
  "timestamp": 1662183240374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/resourceInstances/pnf098c1c02ce020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:35:45.955Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:35:45.955Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:45.955Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "aai-ml",
  "timestamp": 1662183239978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/resourceInstances/pnf098c1c02ce020/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:35:45.955Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:35:45.955Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:45.955Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662183230411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/resourceInstances/pnf098c1c02ce020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:35:45.955Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:35:45.955Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:45.956Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183229336,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/resourceInstances/pnf098c1c02ce020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:35:45.956Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:35:45.956Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:45.956Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662183232109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/resourceInstances/pnf098c1c02ce020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:35:45.956Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:35:45.956Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:45.956Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662183232772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/resourceInstances/pnf098c1c02ce020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:35:45.956Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:35:45.956Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:45.956Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "cds",
  "timestamp": 1662183234191,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/resourceInstances/pnf098c1c02ce020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:35:45.956Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:35:45.957Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:45.957Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "policy-id",
  "timestamp": 1662183240374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/resourceInstances/pnf098c1c02ce020/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:35:45.957Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:35:45.957Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:45.957Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "aai-ml",
  "timestamp": 1662183239978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/resourceInstances/pnf098c1c02ce020/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:35:45.957Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:35:45.957Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:45.957Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662183232772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/resourceInstances/pnf098c1c02ce020/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:35:45.957Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:35:45.957Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:45.957Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662183232109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/resourceInstances/pnf098c1c02ce020/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:35:45.958Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:35:45.958Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:45.958Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183229336,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/resourceInstances/pnf098c1c02ce020/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:35:45.958Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:35:45.958Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:45.958Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662183230411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/resourceInstances/pnf098c1c02ce020/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:35:45.958Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:35:45.958Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:45.958Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "cds",
  "timestamp": 1662183234191,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/resourceInstances/pnf098c1c02ce020/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:35:45.958Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:35:45.958Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:45.958Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "policy-id",
  "timestamp": 1662183240374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/resourceInstances/pnf098c1c02ce020/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:35:45.959Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:35:45.959Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:45.959Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "aai-ml",
  "timestamp": 1662183239978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/resourceInstances/pnf098c1c02ce020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:35:45.959Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:35:45.959Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:45.959Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662183232772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/resourceInstances/pnf098c1c02ce020/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-09-03T05:35:45.959Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:35:45.959Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:45.959Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662183232109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/resourceInstances/pnf098c1c02ce020/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:35:45.959Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:35:45.960Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:45.960Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662183230411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/resourceInstances/pnf098c1c02ce020/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:35:45.960Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:35:45.960Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:45.960Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183229336,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/resourceInstances/pnf098c1c02ce020/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:35:45.960Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:35:45.960Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:45.960Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "cds",
  "timestamp": 1662183234191,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/resourceInstances/pnf098c1c02ce020/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:35:45.960Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:35:45.960Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:45.960Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "policy-id",
  "timestamp": 1662183240374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/resourceInstances/pnf098c1c02ce020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:35:45.961Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:35:45.961Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:45.961Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "clamp",
  "timestamp": 1662183243963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/resourceInstances/pnf098c1c02ce020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:35:45.961Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:35:45.961Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:45.961Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "aai-ml",
  "timestamp": 1662183239978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/resourceInstances/pnf098c1c02ce020/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:35:45.961Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:35:45.961Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:45.961Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662183232772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/artifacts/service-DemoPnfDdtwhap6ykswefw2rhac-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:35:45.961Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:35:45.961Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:45.961Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183229336,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/artifacts/service-DemoPnfDdtwhap6ykswefw2rhac-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:35:45.962Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:35:45.962Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:45.962Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662183232109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/artifacts/service-DemoPnfDdtwhap6ykswefw2rhac-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:35:45.962Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:35:45.962Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:45.962Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662183230411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/artifacts/service-DemoPnfDdtwhap6ykswefw2rhac-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:35:45.962Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:35:45.962Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:45.962Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "cds",
  "timestamp": 1662183234191,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/artifacts/service-DemoPnfDdtwhap6ykswefw2rhac-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:35:45.962Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:35:45.962Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:45.963Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "policy-id",
  "timestamp": 1662183240374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/resourceInstances/pnf098c1c02ce020/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:35:45.963Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:35:45.963Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:45.963Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "clamp",
  "timestamp": 1662183243963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/resourceInstances/pnf098c1c02ce020/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:35:45.963Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:35:45.963Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:45.963Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "aai-ml",
  "timestamp": 1662183239978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/resourceInstances/pnf098c1c02ce020/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:35:45.963Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:35:45.963Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:45.963Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662183232772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/artifacts/service-DemoPnfDdtwhap6ykswefw2rhac-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:35:45.963Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:35:45.964Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:45.964Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183229336,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/artifacts/service-DemoPnfDdtwhap6ykswefw2rhac-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:35:45.964Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:35:45.964Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:45.964Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662183232109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/artifacts/service-DemoPnfDdtwhap6ykswefw2rhac-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:35:45.964Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:35:45.964Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:45.964Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662183230411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/artifacts/service-DemoPnfDdtwhap6ykswefw2rhac-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:35:45.964Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:35:45.964Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:45.964Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "cds",
  "timestamp": 1662183234191,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/artifacts/service-DemoPnfDdtwhap6ykswefw2rhac-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:35:45.965Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:35:45.965Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:45.965Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "policy-id",
  "timestamp": 1662183240374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/resourceInstances/pnf098c1c02ce020/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:35:45.965Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:35:45.965Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:45.965Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "clamp",
  "timestamp": 1662183243963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/resourceInstances/pnf098c1c02ce020/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:35:45.965Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:35:45.965Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:45.965Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "aai-ml",
  "timestamp": 1662183239978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/artifacts/service-DemoPnfDdtwhap6ykswefw2rhac-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:35:45.965Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:35:45.965Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:45.966Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662183247078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/artifacts/service-DemoPnfDdtwhap6ykswefw2rhac-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:35:45.966Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:35:45.966Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:45.966Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662183246763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/resourceInstances/pnf098c1c02ce020/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:35:45.966Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:35:45.966Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:45.966Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183246156,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/artifacts/service-DemoPnfDdtwhap6ykswefw2rhac-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:35:45.966Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:35:45.966Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:45.966Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "cds",
  "timestamp": 1662183247174,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/artifacts/service-DemoPnfDdtwhap6ykswefw2rhac-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:35:45.966Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:35:45.967Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:45.967Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "policy-id",
  "timestamp": 1662183240374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/artifacts/service-DemoPnfDdtwhap6ykswefw2rhac-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:35:45.967Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:35:45.967Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:45.967Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "clamp",
  "timestamp": 1662183243963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/resourceInstances/pnf098c1c02ce020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:35:45.967Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:35:45.967Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:45.967Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "aai-ml",
  "timestamp": 1662183239978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/artifacts/service-DemoPnfDdtwhap6ykswefw2rhac-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:35:45.968Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:35:45.968Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:45.968Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662183247783,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/resourceInstances/pnf098c1c02ce020/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-09-03T05:35:45.968Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:35:45.968Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:45.968Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "cds",
  "timestamp": 1662183248181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/artifacts/service-DemoPnfDdtwhap6ykswefw2rhac-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-09-03T05:35:45.994Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 095dc20a-fa4f-4fa6-a65f-5cc884e8938b
2022-09-03T05:35:45.994Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 095dc20a-fa4f-4fa6-a65f-5cc884e8938b 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-09-03T05:35:46.011Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:46.012Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "policy-id",
  "timestamp": 1662183240374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/artifacts/service-DemoPnfDdtwhap6ykswefw2rhac-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:35:46.012Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:35:46.012Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:46.012Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "clamp",
  "timestamp": 1662183243963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/resourceInstances/pnf098c1c02ce020/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:35:46.012Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:35:46.012Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:46.012Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "aai-ml",
  "timestamp": 1662183248789,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/artifacts/service-DemoPnfDdtwhap6ykswefw2rhac-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:35:46.012Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:35:46.013Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:46.013Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183248023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/artifacts/service-DemoPnfDdtwhap6ykswefw2rhac-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:35:46.013Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:35:46.013Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:46.013Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662183249063,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/artifacts/service-DemoPnfDdtwhap6ykswefw2rhac-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:35:46.013Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:35:46.014Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:46.014Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662183248808,
  "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-09-03T05:35:46.024Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 095dc20a-fa4f-4fa6-a65f-5cc884e8938b
2022-09-03T05:35:46.025Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 095dc20a-fa4f-4fa6-a65f-5cc884e8938b 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-09-03T05:35:46.055Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:46.056Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "policy-id",
  "timestamp": 1662183249172,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/artifacts/service-DemoPnfDdtwhap6ykswefw2rhac-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:35:46.056Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:35:46.056Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:46.056Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "clamp",
  "timestamp": 1662183243963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/resourceInstances/pnf098c1c02ce020/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:35:46.056Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:35:46.056Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:46.056Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662183250069,
  "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-09-03T05:35:46.064Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 095dc20a-fa4f-4fa6-a65f-5cc884e8938b
2022-09-03T05:35:46.064Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 095dc20a-fa4f-4fa6-a65f-5cc884e8938b 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-09-03T05:35:46.090Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:46.090Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "policy-id",
  "timestamp": 1662183250177,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/artifacts/service-DemoPnfDdtwhap6ykswefw2rhac-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:35:46.090Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:35:46.090Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:46.091Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "clamp",
  "timestamp": 1662183243963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/artifacts/service-DemoPnfDdtwhap6ykswefw2rhac-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:35:46.091Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:35:46.091Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:46.091Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "policy-id",
  "timestamp": 1662183251181,
  "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-09-03T05:35:46.096Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 095dc20a-fa4f-4fa6-a65f-5cc884e8938b
2022-09-03T05:35:46.097Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 095dc20a-fa4f-4fa6-a65f-5cc884e8938b 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-09-03T05:35:46.107Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:46.108Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "clamp",
  "timestamp": 1662183243963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/artifacts/service-DemoPnfDdtwhap6ykswefw2rhac-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:35:46.108Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:35:46.108Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:46.108Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "aai-ml",
  "timestamp": 1662183254028,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/artifacts/service-DemoPnfDdtwhap6ykswefw2rhac-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-09-03T05:35:46.108Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:35:46.109Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:46.109Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "aai-ml",
  "timestamp": 1662183255032,
  "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-09-03T05:35:46.127Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 095dc20a-fa4f-4fa6-a65f-5cc884e8938b
2022-09-03T05:35:46.127Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 095dc20a-fa4f-4fa6-a65f-5cc884e8938b 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-09-03T05:35:46.151Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:46.151Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "clamp",
  "timestamp": 1662183256478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/artifacts/service-DemoPnfDdtwhap6ykswefw2rhac-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:35:46.151Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:35:46.152Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:46.152Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "clamp",
  "timestamp": 1662183257498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDdtwhap6ykswefw2rhac/1.0/artifacts/service-DemoPnfDdtwhap6ykswefw2rhac-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:35:46.152Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:35:46.152Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:35:46.152Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "clamp",
  "timestamp": 1662183258501,
  "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-09-03T05:35:46.160Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 095dc20a-fa4f-4fa6-a65f-5cc884e8938b
2022-09-03T05:35:46.160Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 095dc20a-fa4f-4fa6-a65f-5cc884e8938b 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-09-03T05:36:09.099Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 095dc20a-fa4f-4fa6-a65f-5cc884e8938b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:36:09.117Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 095dc20a-fa4f-4fa6-a65f-5cc884e8938b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:36:09.120Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:36:09.120Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-03T05:36:09.120Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-03T05:36:09.120Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-03T05:36:09.120Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-03T05:36:09.120Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-09-03T05:36:09.120Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?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-09-03T05:36:09.125Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-03T05:36:39.125Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 095dc20a-fa4f-4fa6-a65f-5cc884e8938b 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-09-03T05:36:39.147Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 095dc20a-fa4f-4fa6-a65f-5cc884e8938b and serviceModelVersionId: b2d57bdf-3111-41ea-8965-386728f72d55
2022-09-03T05:36:39.147Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2884329f-5fba-4e08-9e59-866f13af9b4e
2022-09-03T05:36:39.147Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0
2022-09-03T05:36:39.151Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab041a0-36b9-4503-bec0-6bf0555e6b6e/model-vers/model-ver/5d3ea322-11ae-453b-ab40-88a55c65fc25?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-09-03T05:36:39.179Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||Invoke
2022-09-03T05:36:39.179Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[095dc20a-fa4f-4fa6-a65f-5cc884e8938b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[30cf6a5d-8c1c-4b39-997f-98962a63b52f], X-ECOMP-RequestID=[095dc20a-fa4f-4fa6-a65f-5cc884e8938b], X-TransactionId=[], X-ONAP-RequestID=[095dc20a-fa4f-4fa6-a65f-5cc884e8938b], Content-Type=[application/merge-patch+json]}
2022-09-03T05:36:40.699Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||Invoke
2022-09-03T05:36:40.700Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[095dc20a-fa4f-4fa6-a65f-5cc884e8938b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a1ab823e-f4d0-40fb-a6f8-d91116362bd6], X-ECOMP-RequestID=[095dc20a-fa4f-4fa6-a65f-5cc884e8938b], X-TransactionId=[], X-ONAP-RequestID=[095dc20a-fa4f-4fa6-a65f-5cc884e8938b], Content-Type=[application/merge-patch+json]}
2022-09-03T05:36:42.238Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||Invoke
2022-09-03T05:36:42.238Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[095dc20a-fa4f-4fa6-a65f-5cc884e8938b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b516fbc6-e308-4796-8443-e01fff6de449], X-ECOMP-RequestID=[095dc20a-fa4f-4fa6-a65f-5cc884e8938b], X-TransactionId=[], X-ONAP-RequestID=[095dc20a-fa4f-4fa6-a65f-5cc884e8938b], Content-Type=[application/merge-patch+json]}
2022-09-03T05:36:43.279Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T05:36:43.280Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?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-09-03T05:36:43.280Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T05:36:43.280Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?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-09-03T05:36:43.286Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?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-09-03T05:36:43.286Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 095dc20a-fa4f-4fa6-a65f-5cc884e8938b and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T05:36:43.287Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-03T05:36:43.287Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:36:43.289Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:36:43.289Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||try to send status {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183403287,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-03T05:36:43.389Z||pool-212-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:36:43.390Z||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-09-03T05:36:43.390Z||pool-212-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:36:43.409Z||pool-212-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:36:43.409Z||pool-212-thread-1|||||INFO|500||cambria reply ok (20 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-09-03T05:36:44.357Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:36:44.358Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T05:36:44.358Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:36:45.415Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:36:45.416Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?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-09-03T05:36:45.416Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:36:46.046Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:36:46.047Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:36:46.047Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "095dc20a-fa4f-4fa6-a65f-5cc884e8938b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183403287,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-03T05:36:46.047Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:36:54.733Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:36:54.733Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||received message from topic
2022-09-03T05:36:54.733Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"0327428c-c0c7-4797-8d97-f8e3fe8b8fc6","serviceName":"vFW 2022-09-03 05-35-58","serviceVersion":"1.0","serviceUUID":"0c98aea3-21f1-4c47-9b13-ebc93e681618","serviceDescription":"catalog service description","serviceInvariantUUID":"cec7416d-e8cc-4c52-b941-4cb416001ae9","resources":[{"resourceInstanceName":"vFW 87c1f29c-9744 0","resourceName":"vFW 87c1f29c-9744","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"98e3259d-c119-434d-a5cb-c70e07ca552b","resourceInvariantUUID":"0b262905-172f-4be6-8af4-3fb9dd7a0277","resourceCustomizationUUID":"d0bd7327-30e7-4b93-bb7d-8b6886426c22","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/vf-license-model.xml","artifactChecksum":"NGFjYzc2ODRkZmFkOGY2NzQwZDBkN2IxOTdhZjU0M2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9a5a867f-0d06-45b2-9291-3afa5991d371","artifactVersion":"1"},{"artifactName":"vfw87c1f29c97440_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/vfw87c1f29c97440_modules.json","artifactChecksum":"OGIzZDQ5ZjEzM2Q2NjM5ODg1NTg2ODkwZTUwZDZiYjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4f501e12-1e3a-4730-abbb-df335afa6976","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ff6665d3-ba97-4b6a-8e48-7505a0a549c8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/vendor-license-model.xml","artifactChecksum":"OGJkOTlmNmQyMGQ3MWU2YmMyODRlNGQ0ODNlMzU2YWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"899369b0-60c3-49d2-bda4-b1ba4aefed1c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8394debe-2e17-462f-a826-518104ecc8a8","artifactVersion":"2","generatedFromUUID":"ff6665d3-ba97-4b6a-8e48-7505a0a549c8"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220903053558-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220903053558/1.0/artifacts/service-Vfw20220903053558-template.yml","artifactChecksum":"ZjdkZTExMjI1ZDU4MGU2YzQ2YjIxZjMyZDIxYTBkNzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"815f706a-b517-4abe-a97b-51cfcd247c89","artifactVersion":"1"},{"artifactName":"service-Vfw20220903053558-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220903053558/1.0/artifacts/service-Vfw20220903053558-csar.csar","artifactChecksum":"ZGY0MGI0Njk1ZTAzY2FhMDRkN2IyZmMyNjE2ZmJiNTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"866cd7b5-9f55-4e56-8639-b8e9149d457a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-03T05:36:54.736Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:36:54.736Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:36:54.738Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:36:54.738Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||try to send status {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183404357,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:36:54.838Z||pool-213-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:36:54.839Z||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-09-03T05:36:54.839Z||pool-213-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:36:54.852Z||pool-213-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:36:54.853Z||pool-213-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:36:55.738Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:36:55.739Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:36:55.741Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:36:55.741Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||try to send status {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183404357,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/vfw87c1f29c97440_modules.json",
  "status": "NOTIFIED"
}
2022-09-03T05:36:55.841Z||pool-214-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:36:55.842Z||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-09-03T05:36:55.842Z||pool-214-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:36:55.855Z||pool-214-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:36:55.856Z||pool-214-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:36:56.741Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:36:56.742Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:36:56.744Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:36:56.744Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||try to send status {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183404357,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-03T05:36:56.844Z||pool-215-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:36:56.845Z||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-09-03T05:36:56.845Z||pool-215-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:36:56.858Z||pool-215-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:36:56.858Z||pool-215-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:36:57.744Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:36:57.745Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:36:57.747Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:36:57.747Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||try to send status {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183404357,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:36:57.847Z||pool-216-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:36:57.848Z||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-09-03T05:36:57.848Z||pool-216-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:36:57.861Z||pool-216-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:36:57.862Z||pool-216-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:36:58.747Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:36:58.748Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:36:58.750Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:36:58.750Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||try to send status {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183404357,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-03T05:36:58.850Z||pool-217-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:36:58.851Z||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-09-03T05:36:58.851Z||pool-217-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:36:58.864Z||pool-217-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:36:58.864Z||pool-217-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:36:59.751Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:36:59.751Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:36:59.753Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:36:59.753Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||try to send status {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183404357,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/artifacts/service-Vfw20220903053558-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:36:59.853Z||pool-218-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-03T05:36:59.854Z||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-09-03T05:36:59.854Z||pool-218-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:36:59.868Z||pool-218-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:36:59.868Z||pool-218-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:37:00.754Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:37:00.755Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:37:00.756Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:37:00.756Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||try to send status {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183404357,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/artifacts/service-Vfw20220903053558-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:37:00.857Z||pool-219-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:37:00.857Z||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-09-03T05:37:00.857Z||pool-219-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:37:00.871Z||pool-219-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:37:00.871Z||pool-219-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-09-03T05:37:01.757Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "serviceName": "vFW 2022-09-03 05-35-58",
  "serviceVersion": "1.0",
  "serviceUUID": "0c98aea3-21f1-4c47-9b13-ebc93e681618",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cec7416d-e8cc-4c52-b941-4cb416001ae9",
  "resources": [
    {
      "resourceInstanceName": "vFW 87c1f29c-9744 0",
      "resourceCustomizationUUID": "d0bd7327-30e7-4b93-bb7d-8b6886426c22",
      "resourceName": "vFW 87c1f29c-9744",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "98e3259d-c119-434d-a5cb-c70e07ca552b",
      "resourceInvariantUUID": "0b262905-172f-4be6-8af4-3fb9dd7a0277",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw87c1f29c97440_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/vfw87c1f29c97440_modules.json",
          "artifactChecksum": "OGIzZDQ5ZjEzM2Q2NjM5ODg1NTg2ODkwZTUwZDZiYjg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4f501e12-1e3a-4730-abbb-df335afa6976",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ff6665d3-ba97-4b6a-8e48-7505a0a549c8",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "8394debe-2e17-462f-a826-518104ecc8a8",
            "generatedFromUUID": "ff6665d3-ba97-4b6a-8e48-7505a0a549c8"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "8394debe-2e17-462f-a826-518104ecc8a8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220903053558-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/artifacts/service-Vfw20220903053558-csar.csar",
      "artifactChecksum": "ZGY0MGI0Njk1ZTAzY2FhMDRkN2IyZmMyNjE2ZmJiNTY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "866cd7b5-9f55-4e56-8639-b8e9149d457a"
    }
  ],
  "workloadContext": "Production"
}
2022-09-03T05:37:01.758Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-03T05:37:01.758Z|095dc20a-fa4f-4fa6-a65f-5cc884e8938b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0c98aea3-21f1-4c47-9b13-ebc93e681618 ASDC
2022-09-03T05:37:01.758Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||ASDC Notification:
DistributionID:0327428c-c0c7-4797-8d97-f8e3fe8b8fc6
ServiceName:vFW 2022-09-03 05-35-58
ServiceVersion:1.0
ServiceUUID:0c98aea3-21f1-4c47-9b13-ebc93e681618
ServiceInvariantUUID:cec7416d-e8cc-4c52-b941-4cb416001ae9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220903053558-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220903053558/1.0/artifacts/service-Vfw20220903053558-csar.csar
ArtifactUUID:866cd7b5-9f55-4e56-8639-b8e9149d457a
ArtifactChecksum:ZGY0MGI0Njk1ZTAzY2FhMDRkN2IyZmMyNjE2ZmJiNTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 87c1f29c-9744 0
ResourceCustomizationUUID:d0bd7327-30e7-4b93-bb7d-8b6886426c22
ResourceInvariantUUID:0b262905-172f-4be6-8af4-3fb9dd7a0277
ResourceName:vFW 87c1f29c-9744
ResourceType:VF
ResourceUUID:98e3259d-c119-434d-a5cb-c70e07ca552b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw87c1f29c97440_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/vfw87c1f29c97440_modules.json
ArtifactUUID:4f501e12-1e3a-4730-abbb-df335afa6976
ArtifactChecksum:OGIzZDQ5ZjEzM2Q2NjM5ODg1NTg2ODkwZTUwZDZiYjg=
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/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/base_vfw.yaml
ArtifactUUID:ff6665d3-ba97-4b6a-8e48-7505a0a549c8
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/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/base_vfw.env
ArtifactUUID:8394debe-2e17-462f-a826-518104ecc8a8
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/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/base_vfw.env
ArtifactUUID:8394debe-2e17-462f-a826-518104ecc8a8
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-03T05:37:01.759Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0c98aea3-21f1-4c47-9b13-ebc93e681618 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-09-03T05:37:01.875Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-03T05:37:01.875Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||MSO config path is: /app
2022-09-03T05:37:01.875Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||MSO config path is: /app
2022-09-03T05:37:01.875Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||Trying to download the artifact UUID: 866cd7b5-9f55-4e56-8639-b8e9149d457a from URL: /sdc/v1/catalog/services/Vfw20220903053558/1.0/artifacts/service-Vfw20220903053558-csar.csar
2022-09-03T05:37:01.875Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||DistributionClient - download
2022-09-03T05:37:01.876Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220903053558/1.0/artifacts/service-Vfw20220903053558-csar.csar
2022-09-03T05:37:01.960Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||GET Response Status 200
2022-09-03T05:37:01.963Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220903053558/1.0/artifacts/service-Vfw20220903053558-csar.csar 866cd7b5-9f55-4e56-8639-b8e9149d457a 99033
2022-09-03T05:37:01.964Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220903053558/1.0/artifacts/service-Vfw20220903053558-csar.csar ASDC sendASDCNotification
2022-09-03T05:37:01.964Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903053558/1.0/artifacts/service-Vfw20220903053558-csar.csar
2022-09-03T05:37:01.964Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T05:37:01.964Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:37:01.966Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:37:01.966Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||try to send status {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183421964,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/artifacts/service-Vfw20220903053558-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:37:02.066Z||pool-220-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:37:02.067Z||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-09-03T05:37:02.067Z||pool-220-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:37:02.082Z||pool-220-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:37:02.082Z||pool-220-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:37:02.966Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-03T05:37:02.967Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||MSO config path is: /app
2022-09-03T05:37:02.967Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||Trying to write artifact UUID: 866cd7b5-9f55-4e56-8639-b8e9149d457a, URL: /sdc/v1/catalog/services/Vfw20220903053558/1.0/artifacts/service-Vfw20220903053558-csar.csar to file: /app/ASDC/1/service-Vfw20220903053558-csar.csar
2022-09-03T05:37:02.968Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220903053558-csar.csar
2022-09-03T05:37:02.968Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220903053558-csar.csar
2022-09-03T05:37:02.968Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220903053558-csar.csar
2022-09-03T05:37:03.145Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6165558326711629234/Definitions/service-Vfw20220903053558-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-09-03T05:37:04.823Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-09-03T05:37:04.824Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|WARN|500||####################################################################################################
2022-09-03T05:37:04.824Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220903053558-csar.csar
2022-09-03T05:37:04.824Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-09-03T05:37:04.824Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220903053558-csar.csar
2022-09-03T05:37:04.824Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220903053558-csar.csar
2022-09-03T05:37:04.824Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?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-Vfw20220903053558-csar.csar
2022-09-03T05:37:04.824Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?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-Vfw20220903053558-csar.csar
2022-09-03T05:37:04.824Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?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-Vfw20220903053558-csar.csar
2022-09-03T05:37:04.824Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220903053558-csar.csar
2022-09-03T05:37:04.824Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?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-Vfw20220903053558-csar.csar
2022-09-03T05:37:04.825Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220903053558-csar.csar
2022-09-03T05:37:04.825Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220903053558-csar.csar
2022-09-03T05:37:04.825Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?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-Vfw20220903053558-csar.csar
2022-09-03T05:37:04.825Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?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-Vfw20220903053558-csar.csar
2022-09-03T05:37:04.825Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 87c1f29c-9744 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220903053558-csar.csar
2022-09-03T05:37:04.825Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?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-Vfw20220903053558-csar.csar
2022-09-03T05:37:04.825Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|WARN|500||####################################################################################################
2022-09-03T05:37:04.825Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:37:04.825Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Service vFW 2022-09-03 05-35-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:37:04.825Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template vFW 87c1f29c-9744 0 is matching search criteria
2022-09-03T05:37:04.826Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Search for entities recursively
2022-09-03T05:37:04.826Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Found topology templates [vFW 87c1f29c-9744 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-03T05:37:04.826Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:37:04.826Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Service vFW 2022-09-03 05-35-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:37:04.826Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template vFW 87c1f29c-9744 0 is matching search criteria
2022-09-03T05:37:04.826Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Search for entities recursively
2022-09-03T05:37:04.826Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Found topology templates [vFW 87c1f29c-9744 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-03T05:37:04.826Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:37:04.827Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Service vFW 2022-09-03 05-35-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:37:04.827Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:37:04.827Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template vFW 87c1f29c-9744 0 is not matching search criteria
2022-09-03T05:37:04.827Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-03T05:37:04.827Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-03T05:37:04.827Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-03T05:37:04.827Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-03T05:37:04.828Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:37:04.828Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-09-03T05:37:04.828Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:37:04.828Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-03T05:37:04.828Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-09-03T05:37:04.828Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:37:04.828Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-03T05:37:04.829Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-03T05:37:04.829Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-03T05:37:04.829Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-09-03T05:37:04.829Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:37:04.829Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-03T05:37:04.829Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:37:04.829Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Service vFW 2022-09-03 05-35-58 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-03T05:37:04.829Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:37:04.829Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template vFW 87c1f29c-9744 0 is matching search criteria
2022-09-03T05:37:04.830Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Found topology templates [vFW 87c1f29c-9744 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:37:04.830Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:37:04.830Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template vFW 87c1f29c-9744 0 is matching search criteria
2022-09-03T05:37:04.830Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Found topology templates [vFW 87c1f29c-9744 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:37:04.830Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:37:04.830Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template vFW 87c1f29c-9744 0 is matching search criteria
2022-09-03T05:37:04.830Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Found topology templates [vFW 87c1f29c-9744 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:37:04.831Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:37:04.831Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template vFW 87c1f29c-9744 0 is not matching search criteria
2022-09-03T05:37:04.831Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-03T05:37:04.831Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-03T05:37:04.831Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-03T05:37:04.831Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-03T05:37:04.831Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-09-03T05:37:04.831Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:37:04.832Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-03T05:37:04.832Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-03T05:37:04.832Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-03T05:37:04.832Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-09-03T05:37:04.832Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:37:04.832Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=307061e4-0acd-416e-a502-53c6c02ab5e7
2022-09-03T05:37:04.832Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:37:04.832Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template vFW 87c1f29c-9744 0 is not matching search criteria
2022-09-03T05:37:04.832Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-03T05:37:04.833Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-03T05:37:04.833Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-03T05:37:04.833Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-03T05:37:04.833Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:37:04.833Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-09-03T05:37:04.833Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:37:04.833Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-03T05:37:04.833Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-03T05:37:04.834Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-03T05:37:04.834Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-09-03T05:37:04.834Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:37:04.834Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e52db00c-6798-42e3-b391-626d99f671d7
2022-09-03T05:37:04.834Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:37:04.834Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template vFW 87c1f29c-9744 0 is not matching search criteria
2022-09-03T05:37:04.834Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-03T05:37:04.834Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-03T05:37:04.835Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-03T05:37:04.835Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-03T05:37:04.835Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:37:04.835Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-09-03T05:37:04.835Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:37:04.835Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-03T05:37:04.835Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-09-03T05:37:04.835Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:37:04.835Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-03T05:37:04.836Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-03T05:37:04.836Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e91f69ff-8270-4839-b251-07826dcee39f
2022-09-03T05:37:04.836Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:37:04.836Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Service vFW 2022-09-03 05-35-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:37:04.836Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:37:04.836Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Service vFW 2022-09-03 05-35-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:37:04.836Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:37:04.836Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Service vFW 2022-09-03 05-35-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:37:04.836Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:37:04.837Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Service vFW 2022-09-03 05-35-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:37:04.837Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-09-03 05-35-58
Description:catalog service description
Model UUID:0c98aea3-21f1-4c47-9b13-ebc93e681618
Model Version:NULL
Model InvariantUuid:cec7416d-e8cc-4c52-b941-4cb416001ae9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 87c1f29c-9744
Model UUID:4ed89fb7-f43c-47d3-abce-1bb527a15cbe
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0b262905-172f-4be6-8af4-3fb9dd7a0277
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d0bd7327-30e7-4b93-bb7d-8b6886426c22
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:24785c1d-b46a-4827-948f-216ddfd7bd01
ModelName:Vfw87c1f29c9744..base_vfw..module-0
ModelUuid:b0653e3a-5300-4b24-8d1a-13e4a425df18
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:307061e4-0acd-416e-a502-53c6c02ab5e7
ModelInvariantUuid:64a23a2e-1da2-4710-8b7a-52bb53c46d1a
ModelName:vFW 87c1f29c-9744-nodes.vfwCvfc
ModelUuid:adf53784-b227-4d14-b0a6-1652a1a36b91
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:ac6c76f3-30b5-415b-a583-48308fc7cf40
ModelInvariantUuid:7204146d-1300-4d19-81ac-d4010b72a774
ModelName:Vfw87c1f29c9744.compute.nodes.heat.vfw
ModelUuid:2d6a1380-f0d4-4b7d-a617-e553052bbc23
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:e52db00c-6798-42e3-b391-626d99f671d7
ModelInvariantUuid:c105a536-f58e-4239-85eb-84fc1efeeec7
ModelName:vFW 87c1f29c-9744-nodes.vsnCvfc
ModelUuid:77b0fae5-a3ca-4f51-8307-f91610a33c8e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:cdceabe1-71d7-4b0f-8966-dbabd77eeddf
ModelInvariantUuid:a5b810c1-ad29-49b9-880a-8c5010e9ea99
ModelName:Vfw87c1f29c9744.compute.nodes.heat.vsn
ModelUuid:cbdbabf0-7df0-4a72-8e88-ada3dc2f8d3f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:e91f69ff-8270-4839-b251-07826dcee39f
ModelInvariantUuid:20eabe8e-33c3-4a52-b1b9-0ca12ff2cf85
ModelName:vFW 87c1f29c-9744-nodes.vpgCvfc
ModelUuid:2631dee3-db85-4d26-81f4-cce54d6be7b5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:e3c6307f-4a9d-4766-a918-e56cd5e3c76e
ModelInvariantUuid:8d3c7159-8710-44ab-a088-6e6211fbe786
ModelName:Vfw87c1f29c9744.compute.nodes.heat.vpg
ModelUuid:d7c883a5-f88a-4b5d-93fe-599a01a4ea84
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-09-03T05:37:04.847Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 98e3259d-c119-434d-a5cb-c70e07ca552b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-03T05:37:04.850Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||vFW 87c1f29c-9744 0
2022-09-03T05:37:04.850Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 98e3259d-c119-434d-a5cb-c70e07ca552b
2022-09-03T05:37:04.850Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||Trying to download the artifact UUID: 4f501e12-1e3a-4730-abbb-df335afa6976 from URL: /sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/vfw87c1f29c97440_modules.json
2022-09-03T05:37:04.850Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||DistributionClient - download
2022-09-03T05:37:04.851Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/vfw87c1f29c97440_modules.json
2022-09-03T05:37:04.915Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||GET Response Status 200
2022-09-03T05:37:04.916Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/vfw87c1f29c97440_modules.json 4f501e12-1e3a-4730-abbb-df335afa6976 785
2022-09-03T05:37:04.916Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/vfw87c1f29c97440_modules.json ASDC sendASDCNotification
2022-09-03T05:37:04.916Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/vfw87c1f29c97440_modules.json
2022-09-03T05:37:04.916Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T05:37:04.916Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:37:04.918Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:37:04.918Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||try to send status {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183424916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/vfw87c1f29c97440_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:37:05.019Z||pool-221-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:37:05.019Z||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-09-03T05:37:05.019Z||pool-221-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:37:05.043Z||pool-221-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:37:05.043Z||pool-221-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-09-03T05:37:05.919Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw87c1f29c9744..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "24785c1d-b46a-4827-948f-216ddfd7bd01",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b0653e3a-5300-4b24-8d1a-13e4a425df18",
    "vfModuleModelCustomizationUUID": "a1572ea2-0ea8-4808-be7d-ac9686d12c30",
    "isBase": true,
    "artifacts": [
      "ff6665d3-ba97-4b6a-8e48-7505a0a549c8",
      "8394debe-2e17-462f-a826-518104ecc8a8"
    ],
    "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-09-03T05:37:05.922Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw87c1f29c9744..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b0653e3a-5300-4b24-8d1a-13e4a425df18
VfModuleModelInvariantUUID:24785c1d-b46a-4827-948f-216ddfd7bd01
VfModuleModelDescription:NULL
Artifacts UUID List:{
ff6665d3-ba97-4b6a-8e48-7505a0a549c8
,
8394debe-2e17-462f-a826-518104ecc8a8

}
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-09-03T05:37:05.924Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw87c1f29c9744..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "24785c1d-b46a-4827-948f-216ddfd7bd01",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b0653e3a-5300-4b24-8d1a-13e4a425df18",
    "vfModuleModelCustomizationUUID": "a1572ea2-0ea8-4808-be7d-ac9686d12c30",
    "isBase": true,
    "artifacts": [
      "ff6665d3-ba97-4b6a-8e48-7505a0a549c8",
      "8394debe-2e17-462f-a826-518104ecc8a8"
    ],
    "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-09-03T05:37:05.924Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw87c1f29c9744..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b0653e3a-5300-4b24-8d1a-13e4a425df18
VfModuleModelInvariantUUID:24785c1d-b46a-4827-948f-216ddfd7bd01
VfModuleModelDescription:NULL
Artifacts UUID List:{
ff6665d3-ba97-4b6a-8e48-7505a0a549c8
,
8394debe-2e17-462f-a826-518104ecc8a8

}
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-09-03T05:37:05.924Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||Trying to download the artifact UUID: ff6665d3-ba97-4b6a-8e48-7505a0a549c8 from URL: /sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/base_vfw.yaml
2022-09-03T05:37:05.924Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||DistributionClient - download
2022-09-03T05:37:05.925Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/base_vfw.yaml
2022-09-03T05:37:05.976Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||GET Response Status 200
2022-09-03T05:37:05.977Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/base_vfw.yaml ff6665d3-ba97-4b6a-8e48-7505a0a549c8 20368
2022-09-03T05:37:05.977Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-03T05:37:05.977Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/base_vfw.yaml
2022-09-03T05:37:05.977Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T05:37:05.977Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:37:05.979Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:37:05.979Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||try to send status {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183425977,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:37:06.080Z||pool-222-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:37:06.080Z||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-09-03T05:37:06.080Z||pool-222-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:37:06.094Z||pool-222-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:37:06.094Z||pool-222-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:37:06.981Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||Trying to download the artifact UUID: 8394debe-2e17-462f-a826-518104ecc8a8 from URL: /sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/base_vfw.env
2022-09-03T05:37:06.983Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||DistributionClient - download
2022-09-03T05:37:06.984Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/base_vfw.env
2022-09-03T05:37:07.036Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||GET Response Status 200
2022-09-03T05:37:07.037Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/base_vfw.env 8394debe-2e17-462f-a826-518104ecc8a8 2098
2022-09-03T05:37:07.037Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-03T05:37:07.038Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/base_vfw.env
2022-09-03T05:37:07.038Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T05:37:07.038Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:37:07.041Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:37:07.041Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||try to send status {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183427037,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:37:07.141Z||pool-223-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:37:07.143Z||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-09-03T05:37:07.143Z||pool-223-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:37:07.157Z||pool-223-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:37:07.158Z||pool-223-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:37:08.042Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Preparing to deploy Service: 0c98aea3-21f1-4c47-9b13-ebc93e681618
2022-09-03T05:37:08.042Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 87c1f29c-9744 0 98e3259d-c119-434d-a5cb-c70e07ca552b 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-09-03T05:37:08.065Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@779e4df4, org.onap.sdc.toscaparser.api.parameters.Input@ef314c8, org.onap.sdc.toscaparser.api.parameters.Input@79c1049, org.onap.sdc.toscaparser.api.parameters.Input@7e6259ac, org.onap.sdc.toscaparser.api.parameters.Input@7b964a79]
2022-09-03T05:37:08.067Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:37:08.067Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Service vFW 2022-09-03 05-35-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:37:08.067Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||VF Category is: Generic 
2022-09-03T05:37:08.067Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||VFCustomizationUUID= d0bd7327-30e7-4b93-bb7d-8b6886426c22
2022-09-03T05:37:08.067Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d0bd7327-30e7-4b93-bb7d-8b6886426c22 matches Tosca VF Customization UUID: d0bd7327-30e7-4b93-bb7d-8b6886426c22
2022-09-03T05:37:08.068Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||vfCustomizationUUID: d0bd7327-30e7-4b93-bb7d-8b6886426c22  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-09-03T05:37:08.070Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:37:08.070Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Service vFW 2022-09-03 05-35-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:37:08.071Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||resource request for resource customization id d0bd7327-30e7-4b93-bb7d-8b6886426c22: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-09-03T05:37:08.071Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@66ef88ec
2022-09-03T05:37:08.071Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:37:08.072Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Service vFW 2022-09-03 05-35-58 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-03T05:37:08.072Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a1572ea2-0ea8-4808-be7d-ac9686d12c30
2022-09-03T05:37:08.072Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a1572ea2-0ea8-4808-be7d-ac9686d12c30
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-09-03T05:37:08.074Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:37:08.074Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template vFW 87c1f29c-9744 0 is matching search criteria
2022-09-03T05:37:08.074Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Found topology templates [vFW 87c1f29c-9744 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:37:08.075Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:37:08.075Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template vFW 87c1f29c-9744 0 is matching search criteria
2022-09-03T05:37:08.075Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Found topology templates [vFW 87c1f29c-9744 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:37:08.075Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:37:08.076Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template vFW 87c1f29c-9744 0 is not matching search criteria
2022-09-03T05:37:08.076Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-03T05:37:08.076Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-03T05:37:08.076Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-03T05:37:08.076Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-03T05:37:08.077Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-09-03T05:37:08.077Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:37:08.077Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-03T05:37:08.078Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-03T05:37:08.078Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-03T05:37:08.078Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-09-03T05:37:08.078Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:37:08.079Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=307061e4-0acd-416e-a502-53c6c02ab5e7
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-09-03T05:37:08.081Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:37:08.081Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template vFW 87c1f29c-9744 0 is matching search criteria
2022-09-03T05:37:08.081Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Found topology templates [vFW 87c1f29c-9744 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:37:08.081Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:37:08.082Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template vFW 87c1f29c-9744 0 is not matching search criteria
2022-09-03T05:37:08.082Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-03T05:37:08.082Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-03T05:37:08.082Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-03T05:37:08.083Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-03T05:37:08.083Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:37:08.083Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-09-03T05:37:08.083Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:37:08.084Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-03T05:37:08.084Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-03T05:37:08.085Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-03T05:37:08.085Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-09-03T05:37:08.085Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:37:08.085Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e52db00c-6798-42e3-b391-626d99f671d7
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-09-03T05:37:08.087Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:37:08.088Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template vFW 87c1f29c-9744 0 is matching search criteria
2022-09-03T05:37:08.088Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Found topology templates [vFW 87c1f29c-9744 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:37:08.088Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:37:08.088Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template vFW 87c1f29c-9744 0 is not matching search criteria
2022-09-03T05:37:08.089Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-03T05:37:08.089Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-03T05:37:08.089Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-03T05:37:08.089Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-03T05:37:08.090Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:37:08.090Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-09-03T05:37:08.090Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:37:08.090Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-03T05:37:08.091Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-09-03T05:37:08.091Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:37:08.091Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-03T05:37:08.092Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-03T05:37:08.092Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e91f69ff-8270-4839-b251-07826dcee39f
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-09-03T05:37:08.094Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:37:08.094Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template vFW 87c1f29c-9744 0 is matching search criteria
2022-09-03T05:37:08.095Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Found topology templates [vFW 87c1f29c-9744 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:37:08.095Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:37:08.095Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Node template vFW 87c1f29c-9744 0 is matching search criteria
2022-09-03T05:37:08.095Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Found topology templates [vFW 87c1f29c-9744 0] matching following query criteria: sdcType=VF, customizationUUID=d0bd7327-30e7-4b93-bb7d-8b6886426c22
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-03T05:37:08.097Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:37:08.097Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Service vFW 2022-09-03 05-35-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:37:08.098Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500|| resourceSeq for service uuid 0c98aea3-21f1-4c47-9b13-ebc93e681618: vFW 87c1f29c-9744
2022-09-03T05:37:08.098Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:37:08.098Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Service vFW 2022-09-03 05-35-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:37:08.099Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:37:08.099Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Service vFW 2022-09-03 05-35-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:37:08.099Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:37:08.100Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Service vFW 2022-09-03 05-35-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:37:08.100Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:37:08.100Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Service vFW 2022-09-03 05-35-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:37:08.100Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:37:08.101Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Service vFW 2022-09-03 05-35-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:37:08.101Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||Saving Service: vFW 2022-09-03 05-35-58 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-03T05:37:08.280Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 87c1f29c-9744 98e3259d-c119-434d-a5cb-c70e07ca552b 1 ASDC deployResourceStructure
2022-09-03T05:37:08.281Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/vfw87c1f29c97440_modules.json ASDC sendASDCNotification
2022-09-03T05:37:08.281Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/vfw87c1f29c97440_modules.json
2022-09-03T05:37:08.281Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T05:37:08.282Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:37:08.283Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:37:08.283Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||try to send status {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183428281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/vfw87c1f29c97440_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-03T05:37:08.383Z||pool-224-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:37:08.384Z||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-09-03T05:37:08.384Z||pool-224-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:37:08.398Z||pool-224-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:37:08.398Z||pool-224-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-09-03T05:37:09.284Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-03T05:37:09.284Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/base_vfw.yaml
2022-09-03T05:37:09.290Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T05:37:09.290Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:37:09.292Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:37:09.292Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||try to send status {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183429284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-09-03T05:37:09.395Z||pool-225-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-09-03T05:37:09.396Z||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-09-03T05:37:09.396Z||pool-225-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:37:09.409Z||pool-225-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:37:09.410Z||pool-225-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:37:10.293Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-03T05:37:10.293Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/base_vfw.env
2022-09-03T05:37:10.294Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T05:37:10.294Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:37:10.295Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:37:10.295Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||try to send status {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183430293,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-09-03T05:37:10.395Z||pool-226-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:37:10.396Z||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-09-03T05:37:10.396Z||pool-226-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:37:10.422Z||pool-226-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:37:10.423Z||pool-226-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:37:11.296Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220903053558/1.0/artifacts/service-Vfw20220903053558-csar.csar ASDC sendASDCNotification
2022-09-03T05:37:11.296Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903053558/1.0/artifacts/service-Vfw20220903053558-csar.csar
2022-09-03T05:37:11.296Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T05:37:11.297Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:37:11.298Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:37:11.298Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||try to send status {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183431296,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/artifacts/service-Vfw20220903053558-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:37:11.398Z||pool-227-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:37:11.399Z||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-09-03T05:37:11.399Z||pool-227-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:37:11.413Z||pool-227-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:37:11.413Z||pool-227-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:37:12.300Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0327428c-c0c7-4797-8d97-f8e3fe8b8fc6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:37:12.326Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0327428c-c0c7-4797-8d97-f8e3fe8b8fc6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:37:12.328Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:37:12.328Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-03T05:37:12.329Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-03T05:37:42.329Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0327428c-c0c7-4797-8d97-f8e3fe8b8fc6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:37:42.351Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0327428c-c0c7-4797-8d97-f8e3fe8b8fc6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:37:42.353Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:37:42.353Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-03T05:37:42.353Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-03T05:37:45.415Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:37:45.416Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?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-09-03T05:37:45.416Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:37:46.059Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:37:46.061Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.061Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "cds",
  "timestamp": 1662183414190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:37:46.062Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:37:46.062Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.062Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662183412772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:37:46.062Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:37:46.062Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.062Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662183412109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:37:46.062Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:37:46.062Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.063Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662183410408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:37:46.063Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:37:46.063Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.063Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183404357,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:37:46.063Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:37:46.063Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.063Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662183412772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/vfw87c1f29c97440_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:37:46.064Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:37:46.064Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.064Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "cds",
  "timestamp": 1662183414190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/vfw87c1f29c97440_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:37:46.064Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:37:46.064Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.064Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662183410408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/vfw87c1f29c97440_modules.json",
  "status": "NOTIFIED"
}
2022-09-03T05:37:46.064Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:37:46.064Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.064Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662183412109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/vfw87c1f29c97440_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:37:46.065Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:37:46.065Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.065Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183404357,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/vfw87c1f29c97440_modules.json",
  "status": "NOTIFIED"
}
2022-09-03T05:37:46.065Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:37:46.065Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.065Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662183412772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:37:46.065Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:37:46.065Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.066Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "cds",
  "timestamp": 1662183414190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:37:46.066Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:37:46.066Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.066Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662183412109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:37:46.066Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:37:46.066Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.066Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662183410408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-03T05:37:46.066Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:37:46.067Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.067Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183404357,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-03T05:37:46.067Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:37:46.067Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.067Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662183412772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:37:46.067Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:37:46.067Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.067Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "cds",
  "timestamp": 1662183414190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:37:46.068Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:37:46.068Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.068Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662183412109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:37:46.068Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:37:46.068Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.068Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662183410408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:37:46.068Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:37:46.068Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.069Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183404357,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:37:46.069Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:37:46.069Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.069Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "cds",
  "timestamp": 1662183414190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:37:46.069Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:37:46.069Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.069Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662183412772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:37:46.069Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:37:46.070Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.070Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662183412109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:37:46.070Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:37:46.070Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.070Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662183410408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-03T05:37:46.070Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:37:46.070Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.070Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183404357,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-03T05:37:46.071Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:37:46.071Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.071Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662183412772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/artifacts/service-Vfw20220903053558-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:37:46.071Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:37:46.071Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.071Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "cds",
  "timestamp": 1662183414190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/artifacts/service-Vfw20220903053558-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:37:46.071Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:37:46.071Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.072Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "aai-ml",
  "timestamp": 1662183419978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:37:46.072Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:37:46.072Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.072Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662183412109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/artifacts/service-Vfw20220903053558-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:37:46.072Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:37:46.072Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.072Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662183410408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/artifacts/service-Vfw20220903053558-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:37:46.072Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:37:46.073Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.073Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183404357,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/artifacts/service-Vfw20220903053558-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:37:46.073Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:37:46.073Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.073Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "policy-id",
  "timestamp": 1662183420374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:37:46.073Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:37:46.073Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.073Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "aai-ml",
  "timestamp": 1662183419978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/vfw87c1f29c97440_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:37:46.074Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:37:46.074Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.074Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662183412772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/artifacts/service-Vfw20220903053558-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:37:46.074Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:37:46.074Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.074Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "cds",
  "timestamp": 1662183414190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/artifacts/service-Vfw20220903053558-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:37:46.074Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:37:46.074Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.075Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662183412109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/artifacts/service-Vfw20220903053558-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:37:46.075Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:37:46.075Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.075Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662183410408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/artifacts/service-Vfw20220903053558-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:37:46.075Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:37:46.075Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.075Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183404357,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/artifacts/service-Vfw20220903053558-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:37:46.076Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:37:46.076Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.076Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "policy-id",
  "timestamp": 1662183420374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/vfw87c1f29c97440_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:37:46.076Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:37:46.076Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.076Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "aai-ml",
  "timestamp": 1662183419978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:37:46.076Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:37:46.076Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.077Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "cds",
  "timestamp": 1662183422741,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/artifacts/service-Vfw20220903053558-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:37:46.077Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:37:46.077Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.077Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662183422744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/artifacts/service-Vfw20220903053558-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:37:46.077Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:37:46.077Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.077Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662183423030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/vfw87c1f29c97440_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:37:46.077Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:37:46.078Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.078Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183421964,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/artifacts/service-Vfw20220903053558-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:37:46.078Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:37:46.078Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.078Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "policy-id",
  "timestamp": 1662183420374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-03T05:37:46.078Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:37:46.078Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.078Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "aai-ml",
  "timestamp": 1662183419978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:37:46.079Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:37:46.081Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.081Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "cds",
  "timestamp": 1662183423748,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/artifacts/service-Vfw20220903053558-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-09-03T05:37:46.100Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0327428c-c0c7-4797-8d97-f8e3fe8b8fc6
2022-09-03T05:37:46.101Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 0327428c-c0c7-4797-8d97-f8e3fe8b8fc6 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-09-03T05:37:46.123Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.124Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662183424094,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:37:46.124Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:37:46.124Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.124Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "policy-id",
  "timestamp": 1662183420374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:37:46.124Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:37:46.124Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.124Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "clamp",
  "timestamp": 1662183423963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:37:46.125Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:37:46.125Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.125Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "aai-ml",
  "timestamp": 1662183419978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:37:46.125Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:37:46.125Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.125Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662183425180,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:37:46.125Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:37:46.126Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.126Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "policy-id",
  "timestamp": 1662183420374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:37:46.126Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:37:46.126Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.126Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "clamp",
  "timestamp": 1662183423963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/vfw87c1f29c97440_modules.json",
  "status": "NOTIFIED"
}
2022-09-03T05:37:46.126Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:37:46.126Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.126Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "aai-ml",
  "timestamp": 1662183419978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/artifacts/service-Vfw20220903053558-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:37:46.127Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:37:46.127Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.127Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183424916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/vfw87c1f29c97440_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:37:46.127Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:37:46.127Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.127Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662183426211,
  "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-09-03T05:37:46.141Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0327428c-c0c7-4797-8d97-f8e3fe8b8fc6
2022-09-03T05:37:46.141Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 0327428c-c0c7-4797-8d97-f8e3fe8b8fc6 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-09-03T05:37:46.159Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.159Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662183425971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/artifacts/service-Vfw20220903053558-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:37:46.160Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:37:46.160Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.160Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "policy-id",
  "timestamp": 1662183420374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/artifacts/service-Vfw20220903053558-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:37:46.160Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:37:46.160Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.160Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "clamp",
  "timestamp": 1662183423963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:37:46.160Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:37:46.160Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.161Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "aai-ml",
  "timestamp": 1662183419978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/artifacts/service-Vfw20220903053558-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:37:46.161Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:37:46.161Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.161Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183425977,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:37:46.161Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:37:46.161Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.161Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662183427217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/vfw87c1f29c97440_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-03T05:37:46.161Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:37:46.162Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.162Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662183426976,
  "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-09-03T05:37:46.172Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0327428c-c0c7-4797-8d97-f8e3fe8b8fc6
2022-09-03T05:37:46.173Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 0327428c-c0c7-4797-8d97-f8e3fe8b8fc6 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-09-03T05:37:46.189Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.189Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "policy-id",
  "timestamp": 1662183420374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/artifacts/service-Vfw20220903053558-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:37:46.189Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:37:46.189Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.189Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "clamp",
  "timestamp": 1662183423963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:37:46.190Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:37:46.190Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.190Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "aai-ml",
  "timestamp": 1662183427774,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/artifacts/service-Vfw20220903053558-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:37:46.190Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:37:46.190Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.190Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183427037,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:37:46.191Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:37:46.191Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.191Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "policy-id",
  "timestamp": 1662183428132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/artifacts/service-Vfw20220903053558-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:37:46.191Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:37:46.191Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.191Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "clamp",
  "timestamp": 1662183423963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:37:46.191Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:37:46.192Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.192Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183428281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/vfw87c1f29c97440_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-03T05:37:46.192Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:37:46.192Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.192Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "policy-id",
  "timestamp": 1662183429138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/artifacts/service-Vfw20220903053558-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:37:46.192Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:37:46.192Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.193Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "clamp",
  "timestamp": 1662183423963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/artifacts/service-Vfw20220903053558-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:37:46.193Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:37:46.193Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.193Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183429284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-09-03T05:37:46.193Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:37:46.193Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.193Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "policy-id",
  "timestamp": 1662183430143,
  "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-09-03T05:37:46.204Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0327428c-c0c7-4797-8d97-f8e3fe8b8fc6
2022-09-03T05:37:46.204Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 0327428c-c0c7-4797-8d97-f8e3fe8b8fc6 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-09-03T05:37:46.217Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.217Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "clamp",
  "timestamp": 1662183423963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/artifacts/service-Vfw20220903053558-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:37:46.218Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:37:46.218Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.218Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183430293,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/resourceInstances/vfw87c1f29c97440/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-09-03T05:37:46.218Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:37:46.218Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.219Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183431296,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/artifacts/service-Vfw20220903053558-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:37:46.219Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:37:46.219Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.219Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "aai-ml",
  "timestamp": 1662183436719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/artifacts/service-Vfw20220903053558-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-09-03T05:37:46.219Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:37:46.220Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.220Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "aai-ml",
  "timestamp": 1662183437723,
  "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-09-03T05:37:46.227Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 0327428c-c0c7-4797-8d97-f8e3fe8b8fc6
2022-09-03T05:37:46.228Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 0327428c-c0c7-4797-8d97-f8e3fe8b8fc6 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-09-03T05:37:46.243Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.243Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "clamp",
  "timestamp": 1662183438488,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/artifacts/service-Vfw20220903053558-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:37:46.243Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:37:46.243Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.244Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "clamp",
  "timestamp": 1662183441492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903053558/1.0/artifacts/service-Vfw20220903053558-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:37:46.244Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:37:46.244Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:37:46.244Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "clamp",
  "timestamp": 1662183442496,
  "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-09-03T05:37:46.251Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0327428c-c0c7-4797-8d97-f8e3fe8b8fc6
2022-09-03T05:37:46.252Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 0327428c-c0c7-4797-8d97-f8e3fe8b8fc6 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-09-03T05:38:12.353Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0327428c-c0c7-4797-8d97-f8e3fe8b8fc6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:38:12.401Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0327428c-c0c7-4797-8d97-f8e3fe8b8fc6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:38:12.406Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:38:12.407Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-03T05:38:12.407Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-03T05:38:12.407Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-03T05:38:12.408Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-09-03T05:38:12.408Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?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-09-03T05:38:12.415Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-03T05:38:42.416Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 0327428c-c0c7-4797-8d97-f8e3fe8b8fc6 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-09-03T05:38:42.426Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0327428c-c0c7-4797-8d97-f8e3fe8b8fc6 and serviceModelVersionId: 0c98aea3-21f1-4c47-9b13-ebc93e681618
2022-09-03T05:38:42.426Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cec7416d-e8cc-4c52-b941-4cb416001ae9
2022-09-03T05:38:42.426Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0
2022-09-03T05:38:42.431Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2884329f-5fba-4e08-9e59-866f13af9b4e/model-vers/model-ver/b2d57bdf-3111-41ea-8965-386728f72d55?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-09-03T05:38:42.475Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|INFO|500||Invoke
2022-09-03T05:38:42.476Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0327428c-c0c7-4797-8d97-f8e3fe8b8fc6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8bc2c549-b14e-4bcd-851a-0bae55cdd81c], X-ECOMP-RequestID=[0327428c-c0c7-4797-8d97-f8e3fe8b8fc6], X-TransactionId=[], X-ONAP-RequestID=[0327428c-c0c7-4797-8d97-f8e3fe8b8fc6], Content-Type=[application/merge-patch+json]}
2022-09-03T05:38:43.996Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|INFO|500||Invoke
2022-09-03T05:38:43.996Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0327428c-c0c7-4797-8d97-f8e3fe8b8fc6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ad38fa6e-3809-4792-80fa-f9c96c2706e2], X-ECOMP-RequestID=[0327428c-c0c7-4797-8d97-f8e3fe8b8fc6], X-TransactionId=[], X-ONAP-RequestID=[0327428c-c0c7-4797-8d97-f8e3fe8b8fc6], Content-Type=[application/merge-patch+json]}
2022-09-03T05:38:45.415Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:38:45.416Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?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-09-03T05:38:45.416Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:38:45.532Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|INFO|500||Invoke
2022-09-03T05:38:45.533Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0327428c-c0c7-4797-8d97-f8e3fe8b8fc6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[82def921-3dfb-493e-a387-2904499bad40], X-ECOMP-RequestID=[0327428c-c0c7-4797-8d97-f8e3fe8b8fc6], X-TransactionId=[], X-ONAP-RequestID=[0327428c-c0c7-4797-8d97-f8e3fe8b8fc6], Content-Type=[application/merge-patch+json]}
2022-09-03T05:38:46.566Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T05:38:46.566Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?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-09-03T05:38:46.566Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T05:38:46.567Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?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-09-03T05:38:46.584Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?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-09-03T05:38:46.584Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0327428c-c0c7-4797-8d97-f8e3fe8b8fc6 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T05:38:46.584Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-03T05:38:46.585Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:38:46.586Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:38:46.586Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||try to send status {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183526584,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-03T05:38:46.687Z||pool-228-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:38:46.687Z||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-09-03T05:38:46.688Z||pool-228-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:38:46.702Z||pool-228-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:38:46.702Z||pool-228-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:38:47.315Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:38:47.316Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:38:47.316Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0327428c-c0c7-4797-8d97-f8e3fe8b8fc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183526584,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-03T05:38:47.316Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-03T05:38:47.615Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:38:47.615Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T05:38:47.615Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:38:57.161Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:38:57.162Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:38:57.162Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T05:38:57.162Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:39:06.729Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:39:06.730Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:39:06.731Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T05:39:06.731Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:39:16.272Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:39:16.273Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:39:16.274Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T05:39:16.274Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:39:25.809Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:39:45.413Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:39:45.414Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T05:39:45.414Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:39:45.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:39:45.420Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T05:39:45.420Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:39:45.568Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:39:45.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:39:45.570Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "clamp",
  "timestamp": 1662183573963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/resourceInstances/pnf826a5301caf40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:39:45.572Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:39:45.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:39:45.572Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662183572772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/resourceInstances/pnf826a5301caf40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:39:45.573Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:39:45.573Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:39:45.573Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "aai-ml",
  "timestamp": 1662183569978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/resourceInstances/pnf826a5301caf40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:39:45.574Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:39:45.574Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:39:45.574Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662183570412,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/resourceInstances/pnf826a5301caf40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:39:45.574Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:39:45.575Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:39:45.575Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662183572772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/resourceInstances/pnf826a5301caf40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:39:45.575Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:39:45.575Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:39:45.576Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "aai-ml",
  "timestamp": 1662183569978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/resourceInstances/pnf826a5301caf40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:39:45.576Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:39:45.576Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:39:45.577Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "clamp",
  "timestamp": 1662183573963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/resourceInstances/pnf826a5301caf40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:39:45.577Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:39:45.577Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:39:45.577Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662183570412,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/resourceInstances/pnf826a5301caf40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:39:45.578Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:39:45.578Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:39:45.578Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "aai-ml",
  "timestamp": 1662183569978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/resourceInstances/pnf826a5301caf40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:39:45.579Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:39:45.579Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:39:45.579Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662183572772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/resourceInstances/pnf826a5301caf40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:39:45.580Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:39:45.580Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:39:45.580Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "clamp",
  "timestamp": 1662183573963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/resourceInstances/pnf826a5301caf40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:39:45.581Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:39:45.581Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:39:45.581Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662183570412,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/resourceInstances/pnf826a5301caf40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:39:45.581Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:39:45.582Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:39:45.582Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "clamp",
  "timestamp": 1662183573963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/resourceInstances/pnf826a5301caf40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:39:45.583Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:39:45.583Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:39:45.583Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662183572772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/resourceInstances/pnf826a5301caf40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:39:45.584Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:39:45.584Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:39:45.584Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "aai-ml",
  "timestamp": 1662183569978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/resourceInstances/pnf826a5301caf40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:39:45.585Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:39:45.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:39:45.585Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662183570412,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/resourceInstances/pnf826a5301caf40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:39:45.586Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:39:45.586Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:39:45.586Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "aai-ml",
  "timestamp": 1662183569978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/resourceInstances/pnf826a5301caf40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:39:45.587Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:39:45.587Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:39:45.587Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662183572772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/resourceInstances/pnf826a5301caf40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:39:45.588Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:39:45.588Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:39:45.588Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "clamp",
  "timestamp": 1662183573963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/resourceInstances/pnf826a5301caf40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:39:45.589Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:39:45.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:39:45.589Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662183570412,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/resourceInstances/pnf826a5301caf40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:39:45.590Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:39:45.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:39:45.590Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "cds",
  "timestamp": 1662183579191,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/resourceInstances/pnf826a5301caf40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:39:45.591Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:39:45.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:39:45.591Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "clamp",
  "timestamp": 1662183573963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/resourceInstances/pnf826a5301caf40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:39:45.592Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:39:45.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:39:45.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "aai-ml",
  "timestamp": 1662183569978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/resourceInstances/pnf826a5301caf40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:39:45.593Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:39:45.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:39:45.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662183572772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/resourceInstances/pnf826a5301caf40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-09-03T05:39:45.594Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:39:45.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:39:45.594Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662183570412,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/resourceInstances/pnf826a5301caf40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:39:45.595Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:39:45.595Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:39:45.595Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "cds",
  "timestamp": 1662183579191,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/resourceInstances/pnf826a5301caf40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:39:45.596Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:39:45.596Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:39:45.596Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "policy-id",
  "timestamp": 1662183580374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/resourceInstances/pnf826a5301caf40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:39:45.597Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:39:45.597Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:39:45.598Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "aai-ml",
  "timestamp": 1662183569978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/artifacts/service-DemoPnfGt2if9cobbx3j0odup4d-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:39:45.598Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:39:45.598Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:39:45.598Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662183572772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/artifacts/service-DemoPnfGt2if9cobbx3j0odup4d-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:39:45.599Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:39:45.599Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:39:45.599Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "clamp",
  "timestamp": 1662183573963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/artifacts/service-DemoPnfGt2if9cobbx3j0odup4d-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:39:45.600Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:39:45.600Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:39:45.600Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662183570412,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/artifacts/service-DemoPnfGt2if9cobbx3j0odup4d-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:39:45.601Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:39:45.601Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:39:45.601Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "cds",
  "timestamp": 1662183579191,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/resourceInstances/pnf826a5301caf40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:39:45.602Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:39:45.602Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:39:45.602Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "policy-id",
  "timestamp": 1662183580374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/resourceInstances/pnf826a5301caf40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:39:45.603Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:39:45.603Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:39:45.603Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662183572772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/artifacts/service-DemoPnfGt2if9cobbx3j0odup4d-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:39:45.604Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:39:45.604Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:39:45.604Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "aai-ml",
  "timestamp": 1662183569978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/artifacts/service-DemoPnfGt2if9cobbx3j0odup4d-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:39:45.604Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:39:45.605Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:39:45.605Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "clamp",
  "timestamp": 1662183573963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/artifacts/service-DemoPnfGt2if9cobbx3j0odup4d-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:39:45.605Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:39:45.606Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:39:45.606Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662183570412,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/artifacts/service-DemoPnfGt2if9cobbx3j0odup4d-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:39:45.606Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:39:45.606Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:39:45.607Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "cds",
  "timestamp": 1662183579191,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/resourceInstances/pnf826a5301caf40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:39:45.607Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:39:45.607Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:39:45.608Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "policy-id",
  "timestamp": 1662183580374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/resourceInstances/pnf826a5301caf40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:39:45.608Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:39:45.608Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:39:45.609Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662183583319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/resourceInstances/pnf826a5301caf40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:39:45.609Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:39:45.609Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:39:45.609Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "aai-ml",
  "timestamp": 1662183583648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/artifacts/service-DemoPnfGt2if9cobbx3j0odup4d-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:39:45.610Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:39:45.610Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:39:45.610Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "cds",
  "timestamp": 1662183579191,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/resourceInstances/pnf826a5301caf40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:39:45.611Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:39:45.611Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:39:45.611Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "policy-id",
  "timestamp": 1662183580374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/resourceInstances/pnf826a5301caf40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:39:45.612Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:39:45.612Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:39:45.612Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662183584338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/resourceInstances/pnf826a5301caf40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-09-03T05:39:45.613Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:39:45.613Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:39:45.613Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "cds",
  "timestamp": 1662183579191,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/resourceInstances/pnf826a5301caf40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:39:45.614Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:39:45.614Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:39:45.614Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "policy-id",
  "timestamp": 1662183580374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/resourceInstances/pnf826a5301caf40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:39:45.614Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:39:45.615Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:39:45.615Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662183585341,
  "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-09-03T05:39:45.648Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 72898aaa-6468-4c0a-ad3a-cdf16df2d941
2022-09-03T05:39:45.649Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72898aaa-6468-4c0a-ad3a-cdf16df2d941 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-09-03T05:39:45.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:39:45.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "cds",
  "timestamp": 1662183579191,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/artifacts/service-DemoPnfGt2if9cobbx3j0odup4d-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:39:45.673Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:39:46.047Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:39:46.048Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||received message from topic
2022-09-03T05:39:46.048Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"72898aaa-6468-4c0a-ad3a-cdf16df2d941","serviceName":"Demo_pNF_gT2IF9CobBx3J0OduP4D","serviceVersion":"1.0","serviceUUID":"4cad654e-7dcc-422b-97d3-9909483d498e","serviceDescription":"catalog service description","serviceInvariantUUID":"77ed3e00-3175-4f88-8cb6-ff344ef4fc96","resources":[{"resourceInstanceName":"pNF 826a5301-caf4 0","resourceName":"pNF 826a5301-caf4","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d7077310-dc8b-4ff1-983a-fb551256f450","resourceInvariantUUID":"65156ba3-d6ed-424d-a400-4d7fa00d76b4","resourceCustomizationUUID":"3bf4f725-770b-4bbe-bcd9-806c5386daf8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/resourceInstances/pnf826a5301caf40/artifacts/vf-license-model.xml","artifactChecksum":"NGQwN2U3YTQ1NDZlZTFhM2FlYmJhZjMwMWRiNGU3ZTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5b027c77-a029-485c-89e7-24102550ba8e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/resourceInstances/pnf826a5301caf40/artifacts/pNF.csar","artifactChecksum":"YTQzMzMxNTQyODkzNmYwOWIyZjM1YjcxZDkzMTkxNjM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fa8e0f81-28e2-423c-aced-cb59c9ac51e6","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/resourceInstances/pnf826a5301caf40/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b6d3613d-65d5-40b5-86a2-a004df42edff","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/resourceInstances/pnf826a5301caf40/artifacts/vendor-license-model.xml","artifactChecksum":"MmRmYzc1YjI3ZDVjNGE3YWIzYTVhMTQxZDliMTYxNGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f8a65e2d-3b94-4b63-9211-e2873b0f5bb1","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/resourceInstances/pnf826a5301caf40/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4a135f28-8c88-4ff8-acf7-ae9b1befd924","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/resourceInstances/pnf826a5301caf40/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"979f55dc-df6a-4b37-8ff6-60259cb385f0","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfGt2if9cobbx3j0odup4d-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/artifacts/service-DemoPnfGt2if9cobbx3j0odup4d-template.yml","artifactChecksum":"N2Y4NDg3NGE4MzA2NGFkOTQyMDJlNDBiZGM4MjI4MDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e9330039-b7c5-4e6e-999a-f1070dbda002","artifactVersion":"1"},{"artifactName":"service-DemoPnfGt2if9cobbx3j0odup4d-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/artifacts/service-DemoPnfGt2if9cobbx3j0odup4d-csar.csar","artifactChecksum":"OTNkMjI0MWEyMmIxOWM1MTdkMGMxYzg2NDI3MWNmNTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5ad3d269-a69f-450c-bb6c-a725f8706da0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-03T05:39:46.064Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:39:46.065Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:39:46.069Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:39:46.069Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||try to send status {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183585413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/resourceInstances/pnf826a5301caf40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:39:46.169Z||pool-229-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:39:46.170Z||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-09-03T05:39:46.170Z||pool-229-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:39:46.185Z||pool-229-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:39:46.185Z||pool-229-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:39:47.070Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:39:47.070Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:39:47.072Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:39:47.072Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||try to send status {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183585413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/resourceInstances/pnf826a5301caf40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:39:47.172Z||pool-230-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:39:47.173Z||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-09-03T05:39:47.173Z||pool-230-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:39:47.187Z||pool-230-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:39:47.188Z||pool-230-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:39:48.072Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:39:48.073Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:39:48.074Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:39:48.074Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||try to send status {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183585413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/resourceInstances/pnf826a5301caf40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:39:48.176Z||pool-231-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-09-03T05:39:48.177Z||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-09-03T05:39:48.177Z||pool-231-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:39:48.191Z||pool-231-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:39:48.192Z||pool-231-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-09-03T05:39:49.075Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:39:49.076Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:39:49.077Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:39:49.077Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||try to send status {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183585413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/resourceInstances/pnf826a5301caf40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:39:49.178Z||pool-232-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:39:49.178Z||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-09-03T05:39:49.178Z||pool-232-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:39:49.208Z||pool-232-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:39:49.209Z||pool-232-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:39:50.078Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:39:50.079Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:39:50.081Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:39:50.081Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||try to send status {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183585413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/resourceInstances/pnf826a5301caf40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:39:50.181Z||pool-233-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:39:50.182Z||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-09-03T05:39:50.182Z||pool-233-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:39:50.196Z||pool-233-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:39:50.197Z||pool-233-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:39:51.082Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:39:51.082Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:39:51.084Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:39:51.084Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||try to send status {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183585413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/resourceInstances/pnf826a5301caf40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:39:51.184Z||pool-234-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:39:51.185Z||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-09-03T05:39:51.185Z||pool-234-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:39:51.199Z||pool-234-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:39:51.199Z||pool-234-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-09-03T05:39:52.085Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:39:52.085Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:39:52.087Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:39:52.087Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||try to send status {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183585413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/artifacts/service-DemoPnfGt2if9cobbx3j0odup4d-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:39:52.187Z||pool-235-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:39:52.187Z||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-09-03T05:39:52.188Z||pool-235-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:39:52.200Z||pool-235-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:39:52.201Z||pool-235-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:39:53.087Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:39:53.087Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:39:53.089Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:39:53.090Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||try to send status {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183585413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/artifacts/service-DemoPnfGt2if9cobbx3j0odup4d-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:39:53.190Z||pool-236-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:39:53.190Z||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-09-03T05:39:53.190Z||pool-236-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:39:53.203Z||pool-236-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:39:53.203Z||pool-236-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:39:54.091Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "serviceName": "Demo_pNF_gT2IF9CobBx3J0OduP4D",
  "serviceVersion": "1.0",
  "serviceUUID": "4cad654e-7dcc-422b-97d3-9909483d498e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "77ed3e00-3175-4f88-8cb6-ff344ef4fc96",
  "resources": [
    {
      "resourceInstanceName": "pNF 826a5301-caf4 0",
      "resourceCustomizationUUID": "3bf4f725-770b-4bbe-bcd9-806c5386daf8",
      "resourceName": "pNF 826a5301-caf4",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "d7077310-dc8b-4ff1-983a-fb551256f450",
      "resourceInvariantUUID": "65156ba3-d6ed-424d-a400-4d7fa00d76b4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfGt2if9cobbx3j0odup4d-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/artifacts/service-DemoPnfGt2if9cobbx3j0odup4d-csar.csar",
      "artifactChecksum": "OTNkMjI0MWEyMmIxOWM1MTdkMGMxYzg2NDI3MWNmNTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5ad3d269-a69f-450c-bb6c-a725f8706da0"
    }
  ],
  "workloadContext": "Production"
}
2022-09-03T05:39:54.091Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-03T05:39:54.092Z|0327428c-c0c7-4797-8d97-f8e3fe8b8fc6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4cad654e-7dcc-422b-97d3-9909483d498e ASDC
2022-09-03T05:39:54.093Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||ASDC Notification:
DistributionID:72898aaa-6468-4c0a-ad3a-cdf16df2d941
ServiceName:Demo_pNF_gT2IF9CobBx3J0OduP4D
ServiceVersion:1.0
ServiceUUID:4cad654e-7dcc-422b-97d3-9909483d498e
ServiceInvariantUUID:77ed3e00-3175-4f88-8cb6-ff344ef4fc96
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfGt2if9cobbx3j0odup4d-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/artifacts/service-DemoPnfGt2if9cobbx3j0odup4d-csar.csar
ArtifactUUID:5ad3d269-a69f-450c-bb6c-a725f8706da0
ArtifactChecksum:OTNkMjI0MWEyMmIxOWM1MTdkMGMxYzg2NDI3MWNmNTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 826a5301-caf4 0
ResourceCustomizationUUID:3bf4f725-770b-4bbe-bcd9-806c5386daf8
ResourceInvariantUUID:65156ba3-d6ed-424d-a400-4d7fa00d76b4
ResourceName:pNF 826a5301-caf4
ResourceType:PNF
ResourceUUID:d7077310-dc8b-4ff1-983a-fb551256f450
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-09-03T05:39:54.094Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4cad654e-7dcc-422b-97d3-9909483d498e 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-09-03T05:39:54.132Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-03T05:39:54.133Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|INFO|500||MSO config path is: /app
2022-09-03T05:39:54.133Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|INFO|500||MSO config path is: /app
2022-09-03T05:39:54.133Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|INFO|500||Trying to download the artifact UUID: 5ad3d269-a69f-450c-bb6c-a725f8706da0 from URL: /sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/artifacts/service-DemoPnfGt2if9cobbx3j0odup4d-csar.csar
2022-09-03T05:39:54.133Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|INFO|500||DistributionClient - download
2022-09-03T05:39:54.133Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/artifacts/service-DemoPnfGt2if9cobbx3j0odup4d-csar.csar
2022-09-03T05:39:54.270Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||GET Response Status 200
2022-09-03T05:39:54.275Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/artifacts/service-DemoPnfGt2if9cobbx3j0odup4d-csar.csar 5ad3d269-a69f-450c-bb6c-a725f8706da0 82656
2022-09-03T05:39:54.276Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/artifacts/service-DemoPnfGt2if9cobbx3j0odup4d-csar.csar ASDC sendASDCNotification
2022-09-03T05:39:54.276Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/artifacts/service-DemoPnfGt2if9cobbx3j0odup4d-csar.csar
2022-09-03T05:39:54.276Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T05:39:54.277Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:39:54.280Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:39:54.281Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||try to send status {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183594276,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/artifacts/service-DemoPnfGt2if9cobbx3j0odup4d-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:39:54.381Z||pool-237-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:39:54.382Z||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-09-03T05:39:54.382Z||pool-237-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:39:54.397Z||pool-237-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:39:54.397Z||pool-237-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:39:55.281Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-03T05:39:55.283Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|INFO|500||MSO config path is: /app
2022-09-03T05:39:55.283Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|INFO|500||Trying to write artifact UUID: 5ad3d269-a69f-450c-bb6c-a725f8706da0, URL: /sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/artifacts/service-DemoPnfGt2if9cobbx3j0odup4d-csar.csar to file: /app/ASDC/1/service-DemoPnfGt2if9cobbx3j0odup4d-csar.csar
2022-09-03T05:39:55.283Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfGt2if9cobbx3j0odup4d-csar.csar
2022-09-03T05:39:55.284Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfGt2if9cobbx3j0odup4d-csar.csar
2022-09-03T05:39:55.284Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfGt2if9cobbx3j0odup4d-csar.csar
2022-09-03T05:39:55.417Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11805936646630277212/Definitions/service-DemoPnfGt2if9cobbx3j0odup4d-template.yml
2022-09-03T05:39:56.045Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-09-03T05:39:56.046Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|WARN|500||####################################################################################################
2022-09-03T05:39:56.046Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfGt2if9cobbx3j0odup4d-csar.csar
2022-09-03T05:39:56.046Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-03T05:39:56.046Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?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-DemoPnfGt2if9cobbx3j0odup4d-csar.csar
2022-09-03T05:39:56.046Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?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-DemoPnfGt2if9cobbx3j0odup4d-csar.csar
2022-09-03T05:39:56.046Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 826a5301-caf4 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-DemoPnfGt2if9cobbx3j0odup4d-csar.csar
2022-09-03T05:39:56.047Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?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-DemoPnfGt2if9cobbx3j0odup4d-csar.csar
2022-09-03T05:39:56.047Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?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-DemoPnfGt2if9cobbx3j0odup4d-csar.csar
2022-09-03T05:39:56.047Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?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-DemoPnfGt2if9cobbx3j0odup4d-csar.csar
2022-09-03T05:39:56.047Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?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-DemoPnfGt2if9cobbx3j0odup4d-csar.csar
2022-09-03T05:39:56.047Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|WARN|500||####################################################################################################
2022-09-03T05:39:56.047Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:39:56.047Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||Service Demo_pNF_gT2IF9CobBx3J0OduP4D is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:39:56.048Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||Node template pNF 826a5301-caf4 0 is matching search criteria
2022-09-03T05:39:56.048Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||Search for entities recursively
2022-09-03T05:39:56.048Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||Found topology templates [pNF 826a5301-caf4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-03T05:39:56.048Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:39:56.048Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||Service Demo_pNF_gT2IF9CobBx3J0OduP4D is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:39:56.048Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||Node template pNF 826a5301-caf4 0 is matching search criteria
2022-09-03T05:39:56.049Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||Search for entities recursively
2022-09-03T05:39:56.049Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||Found topology templates [pNF 826a5301-caf4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-03T05:39:56.049Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:39:56.049Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||Service Demo_pNF_gT2IF9CobBx3J0OduP4D is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:39:56.049Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:39:56.049Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||Service Demo_pNF_gT2IF9CobBx3J0OduP4D is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:39:56.049Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:39:56.049Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||Service Demo_pNF_gT2IF9CobBx3J0OduP4D is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:39:56.050Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:39:56.050Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||Service Demo_pNF_gT2IF9CobBx3J0OduP4D is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:39:56.050Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:39:56.050Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||Service Demo_pNF_gT2IF9CobBx3J0OduP4D is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:39:56.050Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_gT2IF9CobBx3J0OduP4D
Description:catalog service description
Model UUID:4cad654e-7dcc-422b-97d3-9909483d498e
Model Version:NULL
Model InvariantUuid:77ed3e00-3175-4f88-8cb6-ff344ef4fc96
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-09-03T05:39:56.059Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: d7077310-dc8b-4ff1-983a-fb551256f450
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-03T05:39:56.063Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|INFO|500||pNF 826a5301-caf4 0
2022-09-03T05:39:56.063Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: d7077310-dc8b-4ff1-983a-fb551256f450
2022-09-03T05:39:56.063Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||No resources found for Service: 4cad654e-7dcc-422b-97d3-9909483d498e
2022-09-03T05:39:56.064Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||Preparing to deploy Service: 4cad654e-7dcc-422b-97d3-9909483d498e
2022-09-03T05:39:56.064Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 826a5301-caf4 0 d7077310-dc8b-4ff1-983a-fb551256f450 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-09-03T05:39:56.070Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1852a7e0, org.onap.sdc.toscaparser.api.parameters.Input@600e446f, org.onap.sdc.toscaparser.api.parameters.Input@7c57023b, org.onap.sdc.toscaparser.api.parameters.Input@19930ee, org.onap.sdc.toscaparser.api.parameters.Input@cf9ea9a]
2022-09-03T05:39:56.071Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:39:56.071Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||Service Demo_pNF_gT2IF9CobBx3J0OduP4D is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:39:56.071Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500|| resourceSeq for service uuid 4cad654e-7dcc-422b-97d3-9909483d498e: pNF 826a5301-caf4
2022-09-03T05:39:56.071Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|INFO|500||Processing PNF resource: d7077310-dc8b-4ff1-983a-fb551256f450
2022-09-03T05:39:56.071Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:39:56.072Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||Service Demo_pNF_gT2IF9CobBx3J0OduP4D is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:39:56.072Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|INFO|500||Resource customization UUID: 3bf4f725-770b-4bbe-bcd9-806c5386daf8 is the same as notified resource customizationUUID: 3bf4f725-770b-4bbe-bcd9-806c5386daf8
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-09-03T05:39:56.110Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 826a5301-caf4 d7077310-dc8b-4ff1-983a-fb551256f450 0 ASDC deployResourceStructure
2022-09-03T05:39:56.110Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/artifacts/service-DemoPnfGt2if9cobbx3j0odup4d-csar.csar ASDC sendASDCNotification
2022-09-03T05:39:56.110Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/artifacts/service-DemoPnfGt2if9cobbx3j0odup4d-csar.csar
2022-09-03T05:39:56.110Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T05:39:56.111Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:39:56.112Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:39:56.112Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||try to send status {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183596110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/artifacts/service-DemoPnfGt2if9cobbx3j0odup4d-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:39:56.212Z||pool-238-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:39:56.213Z||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-09-03T05:39:56.213Z||pool-238-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:39:56.227Z||pool-238-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:39:56.227Z||pool-238-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:39:57.113Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72898aaa-6468-4c0a-ad3a-cdf16df2d941
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:39:57.127Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72898aaa-6468-4c0a-ad3a-cdf16df2d941
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:39:57.128Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:39:57.129Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-03T05:39:57.129Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-03T05:40:27.129Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72898aaa-6468-4c0a-ad3a-cdf16df2d941
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:40:27.149Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72898aaa-6468-4c0a-ad3a-cdf16df2d941
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:40:27.151Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:40:27.151Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-03T05:40:27.151Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-03T05:40:45.415Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:40:45.417Z||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-09-03T05:40:45.417Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T05:40:45.443Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:40:45.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:40:45.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "policy-id",
  "timestamp": 1662183580374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/resourceInstances/pnf826a5301caf40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:40:45.444Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:40:57.152Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72898aaa-6468-4c0a-ad3a-cdf16df2d941
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:40:57.172Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72898aaa-6468-4c0a-ad3a-cdf16df2d941
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:40:57.175Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:40:57.175Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-03T05:40:57.175Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-03T05:41:27.176Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72898aaa-6468-4c0a-ad3a-cdf16df2d941
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:41:27.188Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72898aaa-6468-4c0a-ad3a-cdf16df2d941
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:41:27.190Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:41:27.191Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-03T05:41:27.191Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-03T05:41:45.415Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:41:45.416Z||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-09-03T05:41:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T05:41:45.441Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:41:45.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:41:45.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "cds",
  "timestamp": 1662183579191,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/artifacts/service-DemoPnfGt2if9cobbx3j0odup4d-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:41:45.443Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:41:57.191Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72898aaa-6468-4c0a-ad3a-cdf16df2d941
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:41:57.207Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72898aaa-6468-4c0a-ad3a-cdf16df2d941
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:41:57.209Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:41:57.210Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-03T05:41:57.210Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-03T05:42:27.210Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72898aaa-6468-4c0a-ad3a-cdf16df2d941
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:42:27.233Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72898aaa-6468-4c0a-ad3a-cdf16df2d941
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:42:27.237Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:42:27.237Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-03T05:42:27.237Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-03T05:42:45.415Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:42:45.416Z||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-09-03T05:42:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T05:42:45.943Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:42:45.943Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:42:45.944Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183585413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/resourceInstances/pnf826a5301caf40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:42:45.944Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:42:45.944Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:42:45.944Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "policy-id",
  "timestamp": 1662183580374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/artifacts/service-DemoPnfGt2if9cobbx3j0odup4d-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:42:45.944Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:42:45.944Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:42:45.944Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "cds",
  "timestamp": 1662183587926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/artifacts/service-DemoPnfGt2if9cobbx3j0odup4d-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:42:45.945Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:42:45.945Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:42:45.945Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183585413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/resourceInstances/pnf826a5301caf40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:42:45.945Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:42:45.945Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:42:45.945Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "policy-id",
  "timestamp": 1662183580374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/artifacts/service-DemoPnfGt2if9cobbx3j0odup4d-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:42:45.945Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:42:45.945Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:42:45.945Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "aai-ml",
  "timestamp": 1662183588717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/artifacts/service-DemoPnfGt2if9cobbx3j0odup4d-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-09-03T05:42:45.945Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:42:45.946Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:42:45.946Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "cds",
  "timestamp": 1662183588931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/artifacts/service-DemoPnfGt2if9cobbx3j0odup4d-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-09-03T05:42:45.955Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 72898aaa-6468-4c0a-ad3a-cdf16df2d941
2022-09-03T05:42:45.955Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72898aaa-6468-4c0a-ad3a-cdf16df2d941 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-09-03T05:42:45.987Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:42:45.987Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183585413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/resourceInstances/pnf826a5301caf40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:42:45.987Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:42:45.987Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:42:45.987Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "policy-id",
  "timestamp": 1662183589092,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/artifacts/service-DemoPnfGt2if9cobbx3j0odup4d-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:42:45.988Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:42:45.988Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:42:45.988Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "aai-ml",
  "timestamp": 1662183589721,
  "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-09-03T05:42:46.007Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 72898aaa-6468-4c0a-ad3a-cdf16df2d941
2022-09-03T05:42:46.007Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72898aaa-6468-4c0a-ad3a-cdf16df2d941 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-09-03T05:42:46.019Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:42:46.019Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183585413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/resourceInstances/pnf826a5301caf40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:42:46.019Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:42:46.020Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:42:46.020Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "policy-id",
  "timestamp": 1662183590096,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/artifacts/service-DemoPnfGt2if9cobbx3j0odup4d-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:42:46.020Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:42:46.020Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:42:46.020Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183585413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/resourceInstances/pnf826a5301caf40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:42:46.020Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:42:46.020Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:42:46.020Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "policy-id",
  "timestamp": 1662183591099,
  "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-09-03T05:42:46.031Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 72898aaa-6468-4c0a-ad3a-cdf16df2d941
2022-09-03T05:42:46.031Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72898aaa-6468-4c0a-ad3a-cdf16df2d941 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-09-03T05:42:46.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:42:46.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "clamp",
  "timestamp": 1662183591515,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/artifacts/service-DemoPnfGt2if9cobbx3j0odup4d-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:42:46.050Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:42:46.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:42:46.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183585413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/resourceInstances/pnf826a5301caf40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:42:46.050Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:42:46.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:42:46.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662183592109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/resourceInstances/pnf826a5301caf40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:42:46.050Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:42:46.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:42:46.051Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183585413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/artifacts/service-DemoPnfGt2if9cobbx3j0odup4d-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:42:46.051Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:42:46.051Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:42:46.051Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "clamp",
  "timestamp": 1662183593524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/artifacts/service-DemoPnfGt2if9cobbx3j0odup4d-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:42:46.051Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:42:46.051Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:42:46.051Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662183592109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/resourceInstances/pnf826a5301caf40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:42:46.051Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:42:46.052Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:42:46.052Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183585413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/artifacts/service-DemoPnfGt2if9cobbx3j0odup4d-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:42:46.052Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:42:46.052Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:42:46.052Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "clamp",
  "timestamp": 1662183594527,
  "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-09-03T05:42:46.063Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 72898aaa-6468-4c0a-ad3a-cdf16df2d941
2022-09-03T05:42:46.064Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72898aaa-6468-4c0a-ad3a-cdf16df2d941 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-09-03T05:42:46.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:42:46.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662183592109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/resourceInstances/pnf826a5301caf40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:42:46.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:42:46.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:42:46.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183594276,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/artifacts/service-DemoPnfGt2if9cobbx3j0odup4d-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:42:46.088Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:42:46.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:42:46.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662183592109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/resourceInstances/pnf826a5301caf40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:42:46.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:42:46.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:42:46.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662183592109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/resourceInstances/pnf826a5301caf40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:42:46.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:42:46.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:42:46.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183596110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/artifacts/service-DemoPnfGt2if9cobbx3j0odup4d-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:42:46.088Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:42:46.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:42:46.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662183592109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/resourceInstances/pnf826a5301caf40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:42:46.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:42:46.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:42:46.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662183592109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/artifacts/service-DemoPnfGt2if9cobbx3j0odup4d-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:42:46.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:42:46.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:42:46.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662183592109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/artifacts/service-DemoPnfGt2if9cobbx3j0odup4d-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:42:46.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:42:46.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:42:46.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662183600841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/artifacts/service-DemoPnfGt2if9cobbx3j0odup4d-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:42:46.090Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:42:46.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:42:46.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662183602741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGt2if9cobbx3j0odup4d/1.0/artifacts/service-DemoPnfGt2if9cobbx3j0odup4d-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:42:46.090Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:42:46.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:42:46.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662183603745,
  "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-09-03T05:42:46.098Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 72898aaa-6468-4c0a-ad3a-cdf16df2d941
2022-09-03T05:42:46.098Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72898aaa-6468-4c0a-ad3a-cdf16df2d941 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-09-03T05:42:57.238Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72898aaa-6468-4c0a-ad3a-cdf16df2d941
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:42:57.254Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72898aaa-6468-4c0a-ad3a-cdf16df2d941
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:42:57.257Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:42:57.257Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-03T05:42:57.258Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-03T05:42:57.258Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-03T05:42:57.258Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-03T05:42:57.258Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-09-03T05:42:57.258Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?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-09-03T05:42:57.265Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-03T05:43:27.266Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 72898aaa-6468-4c0a-ad3a-cdf16df2d941 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-09-03T05:43:27.277Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 72898aaa-6468-4c0a-ad3a-cdf16df2d941 and serviceModelVersionId: 4cad654e-7dcc-422b-97d3-9909483d498e
2022-09-03T05:43:27.277Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 77ed3e00-3175-4f88-8cb6-ff344ef4fc96
2022-09-03T05:43:27.279Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0
2022-09-03T05:43:27.288Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cec7416d-e8cc-4c52-b941-4cb416001ae9/model-vers/model-ver/0c98aea3-21f1-4c47-9b13-ebc93e681618?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-09-03T05:43:27.363Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Invoke
2022-09-03T05:43:27.364Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[72898aaa-6468-4c0a-ad3a-cdf16df2d941], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[89ab4ee7-2ee2-4b19-8ff5-4633d93759a2], X-ECOMP-RequestID=[72898aaa-6468-4c0a-ad3a-cdf16df2d941], X-TransactionId=[], X-ONAP-RequestID=[72898aaa-6468-4c0a-ad3a-cdf16df2d941], Content-Type=[application/merge-patch+json]}
2022-09-03T05:43:28.892Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Invoke
2022-09-03T05:43:28.892Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[72898aaa-6468-4c0a-ad3a-cdf16df2d941], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bf8e3066-311a-4761-b698-c57e7a36834d], X-ECOMP-RequestID=[72898aaa-6468-4c0a-ad3a-cdf16df2d941], X-TransactionId=[], X-ONAP-RequestID=[72898aaa-6468-4c0a-ad3a-cdf16df2d941], Content-Type=[application/merge-patch+json]}
2022-09-03T05:43:30.427Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Invoke
2022-09-03T05:43:30.428Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[72898aaa-6468-4c0a-ad3a-cdf16df2d941], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[aa3aedf8-07a0-4050-a432-38c68ab48f38], X-ECOMP-RequestID=[72898aaa-6468-4c0a-ad3a-cdf16df2d941], X-TransactionId=[], X-ONAP-RequestID=[72898aaa-6468-4c0a-ad3a-cdf16df2d941], Content-Type=[application/merge-patch+json]}
2022-09-03T05:43:31.461Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T05:43:31.462Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?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-09-03T05:43:31.462Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T05:43:31.463Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?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-09-03T05:43:31.491Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?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-09-03T05:43:31.492Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 72898aaa-6468-4c0a-ad3a-cdf16df2d941 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T05:43:31.492Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-03T05:43:31.493Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:43:31.496Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:43:31.496Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||try to send status {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183811492,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-03T05:43:31.596Z||pool-239-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-03T05:43:31.597Z||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-09-03T05:43:31.597Z||pool-239-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:43:31.615Z||pool-239-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:43:31.615Z||pool-239-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-03T05:43:32.542Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:43:32.542Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T05:43:32.543Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:43:42.815Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:43:42.815Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:43:42.816Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T05:43:42.816Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:43:45.415Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:43:45.416Z||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-09-03T05:43:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T05:43:46.045Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:43:46.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:43:46.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72898aaa-6468-4c0a-ad3a-cdf16df2d941",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183811492,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-03T05:43:46.046Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:43:52.364Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:43:52.365Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:43:52.365Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T05:43:52.365Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:44:01.909Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:44:01.909Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:44:01.910Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T05:44:01.910Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:44:11.483Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:44:45.413Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:44:45.414Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T05:44:45.414Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:44:45.415Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:44:45.415Z||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-09-03T05:44:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T05:44:54.961Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:44:54.961Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:45:45.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:45:45.414Z||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-09-03T05:45:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T05:45:45.416Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:45:45.417Z||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-09-03T05:45:45.417Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T05:45:45.853Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:45:45.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:45:45.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "clamp",
  "timestamp": 1662183903963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:45:45.855Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:45:45.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:45:45.856Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662183910408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:45:45.856Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:45:45.856Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:45:45.856Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "cds",
  "timestamp": 1662183909190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:45:45.856Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:45:45.856Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:45:45.856Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "clamp",
  "timestamp": 1662183903963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/vfw7b722463eefa0_modules.json",
  "status": "NOTIFIED"
}
2022-09-03T05:45:45.856Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:45:45.856Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:45:45.856Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "cds",
  "timestamp": 1662183909190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/vfw7b722463eefa0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:45:45.856Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:45:45.857Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:45:45.857Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662183910408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/vfw7b722463eefa0_modules.json",
  "status": "NOTIFIED"
}
2022-09-03T05:45:45.857Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:45:45.857Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:45:45.857Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662183912772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:45:45.857Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:45:45.857Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:45:45.857Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "clamp",
  "timestamp": 1662183903963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:45:45.857Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:45:45.857Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:45:45.857Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "cds",
  "timestamp": 1662183909190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:45:45.857Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:45:45.858Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:45:45.858Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662183910408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-03T05:45:45.858Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:45:45.858Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:45:45.858Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662183912772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/vfw7b722463eefa0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:45:45.858Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:45:45.858Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:45:45.858Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "clamp",
  "timestamp": 1662183903963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:45:45.858Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:45:45.858Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:45:45.858Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "cds",
  "timestamp": 1662183909190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:45:45.858Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:45:45.858Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:45:45.859Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662183910408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:45:45.859Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:45:45.859Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:45:45.859Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662183912772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:45:45.859Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:45:45.859Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:45:45.859Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "clamp",
  "timestamp": 1662183903963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:45:45.859Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:45:45.859Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:45:45.859Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "cds",
  "timestamp": 1662183909190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:45:45.859Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:45:45.860Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:45:45.860Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662183910408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-03T05:45:45.860Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:45:45.860Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:45:45.860Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662183912772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:45:45.860Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:45:45.860Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:45:45.860Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "clamp",
  "timestamp": 1662183903963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/artifacts/service-Vfw20220903054417-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:45:45.860Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:45:45.860Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:45:45.860Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "cds",
  "timestamp": 1662183909190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/artifacts/service-Vfw20220903054417-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:45:45.860Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:45:45.861Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:45:45.861Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662183910408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/artifacts/service-Vfw20220903054417-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:45:45.861Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:45:45.861Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:45:45.861Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662183912772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:45:45.861Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:45:45.861Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:45:45.861Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "clamp",
  "timestamp": 1662183903963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/artifacts/service-Vfw20220903054417-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:45:45.861Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:45:45.861Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:45:45.861Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "cds",
  "timestamp": 1662183909190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/artifacts/service-Vfw20220903054417-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:45:45.861Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:45:45.862Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:45:45.862Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662183910408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/artifacts/service-Vfw20220903054417-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:45:45.862Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:45:45.862Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:45:45.862Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662183912772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/artifacts/service-Vfw20220903054417-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:45:45.862Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:45:45.862Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:45:45.862Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "cds",
  "timestamp": 1662183919399,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/artifacts/service-Vfw20220903054417-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:45:45.862Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:45:45.862Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:45:45.862Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662183919658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/vfw7b722463eefa0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:45:45.862Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:45:45.863Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:45:45.863Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662183912772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/artifacts/service-Vfw20220903054417-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:45:45.863Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:45:45.863Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:45:45.863Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "cds",
  "timestamp": 1662183920404,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/artifacts/service-Vfw20220903054417-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-09-03T05:45:45.880Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of adf8de28-cdf9-4365-86ec-b8faa67483f2
2022-09-03T05:45:45.880Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId adf8de28-cdf9-4365-86ec-b8faa67483f2 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-09-03T05:45:45.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:45:45.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662183920734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:45:45.891Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:45:45.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:45:45.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "policy-id",
  "timestamp": 1662183920374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:45:45.891Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:45:45.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:45:45.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662183921796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:45:45.891Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:45:45.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:45:45.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "policy-id",
  "timestamp": 1662183920374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/vfw7b722463eefa0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:45:45.892Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:45:45.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:45:45.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662183922825,
  "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-09-03T05:45:45.903Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of adf8de28-cdf9-4365-86ec-b8faa67483f2
2022-09-03T05:45:45.903Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId adf8de28-cdf9-4365-86ec-b8faa67483f2 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-09-03T05:45:45.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:45:45.921Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662183922109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:45:45.921Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:45:45.921Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:45:45.921Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "policy-id",
  "timestamp": 1662183920374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-03T05:45:45.921Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:45:45.921Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:45:45.921Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662183923831,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/vfw7b722463eefa0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-03T05:45:45.922Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:45:45.922Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:45:45.922Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662183922109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/vfw7b722463eefa0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:45:45.922Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:45:45.922Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:45:45.922Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "policy-id",
  "timestamp": 1662183920374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:45:45.922Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:45:45.922Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:45:45.922Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662183922109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:45:45.923Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:45:45.923Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:45:45.923Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "policy-id",
  "timestamp": 1662183920374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:45:45.923Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:45:45.923Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:45:45.923Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662183922109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:45:45.924Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:45:45.924Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:45:45.924Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "policy-id",
  "timestamp": 1662183920374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/artifacts/service-Vfw20220903054417-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:45:45.924Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:45:45.924Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:45:45.924Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "clamp",
  "timestamp": 1662183926578,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/artifacts/service-Vfw20220903054417-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:45:45.925Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:45:45.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:45:45.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662183922109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:45:45.925Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:45:45.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:45:45.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "policy-id",
  "timestamp": 1662183920374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/artifacts/service-Vfw20220903054417-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:45:45.926Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:45:45.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:45:45.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662183922109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/artifacts/service-Vfw20220903054417-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:45:45.926Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:45:45.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:45:45.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "policy-id",
  "timestamp": 1662183928103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/artifacts/service-Vfw20220903054417-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:45:45.927Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:45:45.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:45:45.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662183922109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/artifacts/service-Vfw20220903054417-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:45:45.927Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:45:45.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:45:45.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "policy-id",
  "timestamp": 1662183929109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/artifacts/service-Vfw20220903054417-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:45:45.928Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:45:45.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:45:45.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "clamp",
  "timestamp": 1662183929572,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/artifacts/service-Vfw20220903054417-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:45:45.928Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:45:45.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:45:45.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662183929905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/artifacts/service-Vfw20220903054417-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:45:45.929Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:45:45.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:45:45.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "policy-id",
  "timestamp": 1662183930116,
  "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-09-03T05:45:45.945Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of adf8de28-cdf9-4365-86ec-b8faa67483f2
2022-09-03T05:45:45.946Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId adf8de28-cdf9-4365-86ec-b8faa67483f2 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-09-03T05:45:45.961Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:45:45.961Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "clamp",
  "timestamp": 1662183930575,
  "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-09-03T05:45:45.971Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of adf8de28-cdf9-4365-86ec-b8faa67483f2
2022-09-03T05:45:45.971Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId adf8de28-cdf9-4365-86ec-b8faa67483f2 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-09-03T05:45:45.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:45:45.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "aai-ml",
  "timestamp": 1662183929978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:45:45.983Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:45:45.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:45:45.983Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "aai-ml",
  "timestamp": 1662183929978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/vfw7b722463eefa0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:45:45.983Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:45:45.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:45:45.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "aai-ml",
  "timestamp": 1662183929978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:45:45.984Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:45:45.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:45:45.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662183933187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/artifacts/service-Vfw20220903054417-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:45:45.984Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:45:45.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:45:45.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "aai-ml",
  "timestamp": 1662183929978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:45:45.985Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:45:45.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:45:45.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662183934191,
  "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-09-03T05:45:45.994Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of adf8de28-cdf9-4365-86ec-b8faa67483f2
2022-09-03T05:45:45.994Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId adf8de28-cdf9-4365-86ec-b8faa67483f2 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-09-03T05:45:46.006Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:45:46.006Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "aai-ml",
  "timestamp": 1662183929978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:45:46.006Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:45:46.006Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:45:46.007Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "aai-ml",
  "timestamp": 1662183929978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/artifacts/service-Vfw20220903054417-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:45:46.007Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:45:46.007Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:45:46.007Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "aai-ml",
  "timestamp": 1662183929978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/artifacts/service-Vfw20220903054417-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:45:46.007Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:45:46.007Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:45:46.007Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "aai-ml",
  "timestamp": 1662183937786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/artifacts/service-Vfw20220903054417-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:45:46.008Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:45:46.044Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:45:46.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-03T05:45:46.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"adf8de28-cdf9-4365-86ec-b8faa67483f2","serviceName":"vFW 2022-09-03 05-44-17","serviceVersion":"1.0","serviceUUID":"9cf6337c-e2c1-4b22-9a0d-86b187e22127","serviceDescription":"catalog service description","serviceInvariantUUID":"106526a8-84b1-464a-87bb-1ab0b151a386","resources":[{"resourceInstanceName":"vFW 7b722463-eefa 0","resourceName":"vFW 7b722463-eefa","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"97e5cf61-e11e-4803-af97-7f3632216d69","resourceInvariantUUID":"136d3507-1cd8-4cbf-8221-c34c1286f303","resourceCustomizationUUID":"509975de-5186-47ca-9214-e475024578a4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/vf-license-model.xml","artifactChecksum":"MjBlNGIzOWY1YTgzYmNiNzQ0ZDA1YzU2OTA3YmFkNGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b968c9e-7fc4-4d76-abdc-795b8a6d9cef","artifactVersion":"1"},{"artifactName":"vfw7b722463eefa0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/vfw7b722463eefa0_modules.json","artifactChecksum":"MWIxOTgyODVjNTZhYjZhODBhZWNiZGRkY2U0MDJlNGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9523eddf-1046-4efc-bd51-2ab3143d61dc","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"989879c5-b06e-4e9f-a33e-9f2456b785ca","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/vendor-license-model.xml","artifactChecksum":"YzAzM2QyOGU2MWRiZGIzNGM3MWY4YjFiZmE0ZjkzY2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6130c43e-c461-416a-a990-b504a69e55d2","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"aace19cc-aa78-4fd4-856f-bf6be819c0fc","artifactVersion":"2","generatedFromUUID":"989879c5-b06e-4e9f-a33e-9f2456b785ca"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220903054417-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220903054417/1.0/artifacts/service-Vfw20220903054417-template.yml","artifactChecksum":"M2E2N2U3ZDcwNDEyMGE1ODNmYTRhZTg1MzY1YTgyZTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"72abd54a-906f-4e61-9bcd-bfd16ec1c491","artifactVersion":"1"},{"artifactName":"service-Vfw20220903054417-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220903054417/1.0/artifacts/service-Vfw20220903054417-csar.csar","artifactChecksum":"MzZhZTRiYWM2ZTFlZjg4MTcyMjU2OTk0MGM3NmMxMjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5e851b69-ed49-43cf-b9af-d25c6434aa18","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-03T05:45:46.051Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:45:46.051Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-03T05:45:46.054Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:45:46.055Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183945413,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:45:46.155Z||pool-240-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:45:46.155Z||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-09-03T05:45:46.156Z||pool-240-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:45:46.171Z||pool-240-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:45:46.171Z||pool-240-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:45:47.055Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:45:47.056Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-03T05:45:47.058Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:45:47.058Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183945413,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/vfw7b722463eefa0_modules.json",
  "status": "NOTIFIED"
}
2022-09-03T05:45:47.158Z||pool-241-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:45:47.159Z||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-09-03T05:45:47.160Z||pool-241-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:45:47.176Z||pool-241-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:45:47.177Z||pool-241-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:45:48.059Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:45:48.059Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-03T05:45:48.061Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:45:48.061Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183945413,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-03T05:45:48.163Z||pool-242-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-09-03T05:45:48.164Z||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-09-03T05:45:48.164Z||pool-242-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:45:48.184Z||pool-242-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:45:48.185Z||pool-242-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-09-03T05:45:49.062Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:45:49.062Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-03T05:45:49.064Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:45:49.064Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183945413,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:45:49.165Z||pool-243-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:45:49.165Z||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-09-03T05:45:49.166Z||pool-243-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:45:49.185Z||pool-243-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:45:49.185Z||pool-243-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-09-03T05:45:50.065Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:45:50.066Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-03T05:45:50.068Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:45:50.068Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183945413,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-03T05:45:50.169Z||pool-244-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:45:50.169Z||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-09-03T05:45:50.170Z||pool-244-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:45:50.184Z||pool-244-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:45:50.184Z||pool-244-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:45:51.069Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:45:51.069Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-03T05:45:51.072Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:45:51.072Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183945413,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/artifacts/service-Vfw20220903054417-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:45:51.173Z||pool-245-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-03T05:45:51.173Z||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-09-03T05:45:51.174Z||pool-245-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:45:51.186Z||pool-245-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:45:51.187Z||pool-245-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:45:52.072Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:45:52.073Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-03T05:45:52.075Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:45:52.075Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183945413,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/artifacts/service-Vfw20220903054417-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:45:52.175Z||pool-246-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:45:52.176Z||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-09-03T05:45:52.176Z||pool-246-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:45:52.190Z||pool-246-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:45:52.191Z||pool-246-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:45:53.076Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "serviceName": "vFW 2022-09-03 05-44-17",
  "serviceVersion": "1.0",
  "serviceUUID": "9cf6337c-e2c1-4b22-9a0d-86b187e22127",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "106526a8-84b1-464a-87bb-1ab0b151a386",
  "resources": [
    {
      "resourceInstanceName": "vFW 7b722463-eefa 0",
      "resourceCustomizationUUID": "509975de-5186-47ca-9214-e475024578a4",
      "resourceName": "vFW 7b722463-eefa",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "97e5cf61-e11e-4803-af97-7f3632216d69",
      "resourceInvariantUUID": "136d3507-1cd8-4cbf-8221-c34c1286f303",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw7b722463eefa0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/vfw7b722463eefa0_modules.json",
          "artifactChecksum": "MWIxOTgyODVjNTZhYjZhODBhZWNiZGRkY2U0MDJlNGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9523eddf-1046-4efc-bd51-2ab3143d61dc",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "989879c5-b06e-4e9f-a33e-9f2456b785ca",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "aace19cc-aa78-4fd4-856f-bf6be819c0fc",
            "generatedFromUUID": "989879c5-b06e-4e9f-a33e-9f2456b785ca"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "aace19cc-aa78-4fd4-856f-bf6be819c0fc",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220903054417-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/artifacts/service-Vfw20220903054417-csar.csar",
      "artifactChecksum": "MzZhZTRiYWM2ZTFlZjg4MTcyMjU2OTk0MGM3NmMxMjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5e851b69-ed49-43cf-b9af-d25c6434aa18"
    }
  ],
  "workloadContext": "Production"
}
2022-09-03T05:45:53.077Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-03T05:45:53.077Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9cf6337c-e2c1-4b22-9a0d-86b187e22127 ASDC
2022-09-03T05:45:53.078Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:adf8de28-cdf9-4365-86ec-b8faa67483f2
ServiceName:vFW 2022-09-03 05-44-17
ServiceVersion:1.0
ServiceUUID:9cf6337c-e2c1-4b22-9a0d-86b187e22127
ServiceInvariantUUID:106526a8-84b1-464a-87bb-1ab0b151a386
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220903054417-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220903054417/1.0/artifacts/service-Vfw20220903054417-csar.csar
ArtifactUUID:5e851b69-ed49-43cf-b9af-d25c6434aa18
ArtifactChecksum:MzZhZTRiYWM2ZTFlZjg4MTcyMjU2OTk0MGM3NmMxMjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 7b722463-eefa 0
ResourceCustomizationUUID:509975de-5186-47ca-9214-e475024578a4
ResourceInvariantUUID:136d3507-1cd8-4cbf-8221-c34c1286f303
ResourceName:vFW 7b722463-eefa
ResourceType:VF
ResourceUUID:97e5cf61-e11e-4803-af97-7f3632216d69
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw7b722463eefa0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/vfw7b722463eefa0_modules.json
ArtifactUUID:9523eddf-1046-4efc-bd51-2ab3143d61dc
ArtifactChecksum:MWIxOTgyODVjNTZhYjZhODBhZWNiZGRkY2U0MDJlNGE=
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/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/base_vfw.yaml
ArtifactUUID:989879c5-b06e-4e9f-a33e-9f2456b785ca
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/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/base_vfw.env
ArtifactUUID:aace19cc-aa78-4fd4-856f-bf6be819c0fc
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/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/base_vfw.env
ArtifactUUID:aace19cc-aa78-4fd4-856f-bf6be819c0fc
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-03T05:45:53.078Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9cf6337c-e2c1-4b22-9a0d-86b187e22127 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-09-03T05:45:53.123Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-03T05:45:53.124Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-09-03T05:45:53.124Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-09-03T05:45:53.124Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5e851b69-ed49-43cf-b9af-d25c6434aa18 from URL: /sdc/v1/catalog/services/Vfw20220903054417/1.0/artifacts/service-Vfw20220903054417-csar.csar
2022-09-03T05:45:53.124Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-09-03T05:45:53.124Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220903054417/1.0/artifacts/service-Vfw20220903054417-csar.csar
2022-09-03T05:45:53.185Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-09-03T05:45:53.189Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220903054417/1.0/artifacts/service-Vfw20220903054417-csar.csar 5e851b69-ed49-43cf-b9af-d25c6434aa18 99020
2022-09-03T05:45:53.189Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220903054417/1.0/artifacts/service-Vfw20220903054417-csar.csar ASDC sendASDCNotification
2022-09-03T05:45:53.189Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903054417/1.0/artifacts/service-Vfw20220903054417-csar.csar
2022-09-03T05:45:53.189Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T05:45:53.190Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-03T05:45:53.191Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:45:53.192Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183953189,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/artifacts/service-Vfw20220903054417-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:45:53.292Z||pool-247-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:45:53.293Z||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-09-03T05:45:53.293Z||pool-247-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:45:53.306Z||pool-247-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:45:53.306Z||pool-247-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:45:54.192Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-03T05:45:54.194Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-09-03T05:45:54.194Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 5e851b69-ed49-43cf-b9af-d25c6434aa18, URL: /sdc/v1/catalog/services/Vfw20220903054417/1.0/artifacts/service-Vfw20220903054417-csar.csar to file: /app/ASDC/1/service-Vfw20220903054417-csar.csar
2022-09-03T05:45:54.194Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220903054417-csar.csar
2022-09-03T05:45:54.195Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220903054417-csar.csar
2022-09-03T05:45:54.195Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220903054417-csar.csar
2022-09-03T05:45:54.539Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3243643167793629028/Definitions/service-Vfw20220903054417-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-09-03T05:45:56.512Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-03T05:45:56.512Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-09-03T05:45:56.512Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220903054417-csar.csar
2022-09-03T05:45:56.512Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-09-03T05:45:56.513Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220903054417-csar.csar
2022-09-03T05:45:56.513Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220903054417-csar.csar
2022-09-03T05:45:56.513Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|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-Vfw20220903054417-csar.csar
2022-09-03T05:45:56.513Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|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-Vfw20220903054417-csar.csar
2022-09-03T05:45:56.513Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7b722463-eefa 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220903054417-csar.csar
2022-09-03T05:45:56.513Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|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-Vfw20220903054417-csar.csar
2022-09-03T05:45:56.513Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220903054417-csar.csar
2022-09-03T05:45:56.514Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|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-Vfw20220903054417-csar.csar
2022-09-03T05:45:56.514Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220903054417-csar.csar
2022-09-03T05:45:56.514Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220903054417-csar.csar
2022-09-03T05:45:56.514Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|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-Vfw20220903054417-csar.csar
2022-09-03T05:45:56.514Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|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-Vfw20220903054417-csar.csar
2022-09-03T05:45:56.514Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|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-Vfw20220903054417-csar.csar
2022-09-03T05:45:56.514Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-09-03T05:45:56.515Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:45:56.515Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-03 05-44-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:45:56.515Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template vFW 7b722463-eefa 0 is matching search criteria
2022-09-03T05:45:56.515Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-09-03T05:45:56.516Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7b722463-eefa 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-03T05:45:56.516Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:45:56.516Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-03 05-44-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:45:56.516Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template vFW 7b722463-eefa 0 is matching search criteria
2022-09-03T05:45:56.517Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-09-03T05:45:56.517Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7b722463-eefa 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-03T05:45:56.518Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:45:56.518Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-03 05-44-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:45:56.518Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:45:56.518Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template vFW 7b722463-eefa 0 is not matching search criteria
2022-09-03T05:45:56.518Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-03T05:45:56.518Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-03T05:45:56.518Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-03T05:45:56.519Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-03T05:45:56.519Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:45:56.519Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:45:56.519Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-03T05:45:56.519Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-03T05:45:56.519Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-03T05:45:56.520Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:45:56.520Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-03T05:45:56.520Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-03T05:45:56.520Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-03T05:45:56.520Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-03T05:45:56.520Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:45:56.521Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-03T05:45:56.521Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:45:56.521Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-03 05-44-17 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-03T05:45:56.521Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:45:56.521Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template vFW 7b722463-eefa 0 is matching search criteria
2022-09-03T05:45:56.521Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7b722463-eefa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:45:56.522Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:45:56.522Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template vFW 7b722463-eefa 0 is matching search criteria
2022-09-03T05:45:56.522Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7b722463-eefa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:45:56.522Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:45:56.522Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template vFW 7b722463-eefa 0 is matching search criteria
2022-09-03T05:45:56.522Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7b722463-eefa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:45:56.523Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:45:56.523Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template vFW 7b722463-eefa 0 is not matching search criteria
2022-09-03T05:45:56.523Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-03T05:45:56.523Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-03T05:45:56.523Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-03T05:45:56.523Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-03T05:45:56.523Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-03T05:45:56.524Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:45:56.524Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-03T05:45:56.524Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-03T05:45:56.524Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-03T05:45:56.524Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-03T05:45:56.524Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:45:56.525Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d15f92ae-e850-4ee1-bfae-9cd0ab1daecc
2022-09-03T05:45:56.525Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:45:56.525Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template vFW 7b722463-eefa 0 is not matching search criteria
2022-09-03T05:45:56.525Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-03T05:45:56.525Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-03T05:45:56.525Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-03T05:45:56.525Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-03T05:45:56.526Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:45:56.526Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:45:56.526Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-03T05:45:56.526Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-03T05:45:56.526Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-03T05:45:56.526Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-03T05:45:56.526Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-03T05:45:56.527Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:45:56.527Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=883ca528-97ca-41e1-b23a-6c10fd5e1153
2022-09-03T05:45:56.527Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:45:56.527Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template vFW 7b722463-eefa 0 is not matching search criteria
2022-09-03T05:45:56.527Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-03T05:45:56.527Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-03T05:45:56.528Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-03T05:45:56.528Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-03T05:45:56.528Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:45:56.528Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:45:56.528Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-03T05:45:56.528Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-03T05:45:56.528Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-03T05:45:56.528Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:45:56.529Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-03T05:45:56.529Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-03T05:45:56.529Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=776303d1-5d55-4aed-9266-bc6d9be34f52
2022-09-03T05:45:56.529Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:45:56.529Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-03 05-44-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:45:56.529Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:45:56.529Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-03 05-44-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:45:56.529Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:45:56.529Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-03 05-44-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:45:56.530Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:45:56.530Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-03 05-44-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:45:56.530Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-09-03 05-44-17
Description:catalog service description
Model UUID:9cf6337c-e2c1-4b22-9a0d-86b187e22127
Model Version:NULL
Model InvariantUuid:106526a8-84b1-464a-87bb-1ab0b151a386
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 7b722463-eefa
Model UUID:d3522a2c-c364-4330-8e9a-0867ce24eb55
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:136d3507-1cd8-4cbf-8221-c34c1286f303
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:509975de-5186-47ca-9214-e475024578a4
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:06fd8e0c-330d-4263-834b-3695a1a775c2
ModelName:Vfw7b722463Eefa..base_vfw..module-0
ModelUuid:1327b09d-4007-4e8d-8b36-7f46a7aee080
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d15f92ae-e850-4ee1-bfae-9cd0ab1daecc
ModelInvariantUuid:3c9be252-bcaa-4e1f-ba89-5ecbedbf9ecf
ModelName:vFW 7b722463-eefa-nodes.vfwCvfc
ModelUuid:bfeaae69-6ddb-4f48-a289-a2777bea7108
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:dc8aea3e-22ce-49da-8eac-990afb998cd4
ModelInvariantUuid:7b4a9684-1a92-4153-a5ab-8f05737d0e3b
ModelName:Vfw7b722463Eefa.compute.nodes.heat.vfw
ModelUuid:1523048f-e7b5-4531-a73c-3a08ef13fbe1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:883ca528-97ca-41e1-b23a-6c10fd5e1153
ModelInvariantUuid:c7ebdd2a-0321-4908-950f-6c6f1b14cb16
ModelName:vFW 7b722463-eefa-nodes.vsnCvfc
ModelUuid:b724a252-91a7-483f-b0a8-15adcc96cc06
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:44721a47-dffd-4029-803a-24c537ace9dd
ModelInvariantUuid:de6ab00b-9eaf-44b2-8edd-926c7249cba9
ModelName:Vfw7b722463Eefa.compute.nodes.heat.vsn
ModelUuid:83a8203c-8f24-43f8-b0fa-598f127c75c8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:776303d1-5d55-4aed-9266-bc6d9be34f52
ModelInvariantUuid:6cb57d1e-4731-4e07-9519-0d1d25667999
ModelName:vFW 7b722463-eefa-nodes.vpgCvfc
ModelUuid:e0d457f7-7989-48cd-ab50-3aaae2fb65f7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:8a68850b-daed-4184-aa31-a8255ba2ccd2
ModelInvariantUuid:1a82813f-03fb-4270-8675-5cb7e22d1475
ModelName:Vfw7b722463Eefa.compute.nodes.heat.vpg
ModelUuid:5ddab3da-f633-4776-be47-6e2f9a5d5239
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-09-03T05:45:56.544Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 97e5cf61-e11e-4803-af97-7f3632216d69
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-03T05:45:56.547Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||INFO|500||vFW 7b722463-eefa 0
2022-09-03T05:45:56.547Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 97e5cf61-e11e-4803-af97-7f3632216d69
2022-09-03T05:45:56.547Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9523eddf-1046-4efc-bd51-2ab3143d61dc from URL: /sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/vfw7b722463eefa0_modules.json
2022-09-03T05:45:56.547Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-09-03T05:45:56.548Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/vfw7b722463eefa0_modules.json
2022-09-03T05:45:56.623Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-09-03T05:45:56.624Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/vfw7b722463eefa0_modules.json 9523eddf-1046-4efc-bd51-2ab3143d61dc 785
2022-09-03T05:45:56.624Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/vfw7b722463eefa0_modules.json ASDC sendASDCNotification
2022-09-03T05:45:56.624Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/vfw7b722463eefa0_modules.json
2022-09-03T05:45:56.624Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T05:45:56.624Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-03T05:45:56.626Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:45:56.626Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183956624,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/vfw7b722463eefa0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:45:56.726Z||pool-248-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:45:56.727Z||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-09-03T05:45:56.727Z||pool-248-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:45:56.741Z||pool-248-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:45:56.741Z||pool-248-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:45:57.627Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw7b722463Eefa..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "06fd8e0c-330d-4263-834b-3695a1a775c2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1327b09d-4007-4e8d-8b36-7f46a7aee080",
    "vfModuleModelCustomizationUUID": "ee82a3dd-64e8-43f1-8e18-151a278d4e1a",
    "isBase": true,
    "artifacts": [
      "989879c5-b06e-4e9f-a33e-9f2456b785ca",
      "aace19cc-aa78-4fd4-856f-bf6be819c0fc"
    ],
    "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-09-03T05:45:57.631Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7b722463Eefa..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1327b09d-4007-4e8d-8b36-7f46a7aee080
VfModuleModelInvariantUUID:06fd8e0c-330d-4263-834b-3695a1a775c2
VfModuleModelDescription:NULL
Artifacts UUID List:{
989879c5-b06e-4e9f-a33e-9f2456b785ca
,
aace19cc-aa78-4fd4-856f-bf6be819c0fc

}
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-09-03T05:45:57.633Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw7b722463Eefa..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "06fd8e0c-330d-4263-834b-3695a1a775c2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1327b09d-4007-4e8d-8b36-7f46a7aee080",
    "vfModuleModelCustomizationUUID": "ee82a3dd-64e8-43f1-8e18-151a278d4e1a",
    "isBase": true,
    "artifacts": [
      "989879c5-b06e-4e9f-a33e-9f2456b785ca",
      "aace19cc-aa78-4fd4-856f-bf6be819c0fc"
    ],
    "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-09-03T05:45:57.633Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7b722463Eefa..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1327b09d-4007-4e8d-8b36-7f46a7aee080
VfModuleModelInvariantUUID:06fd8e0c-330d-4263-834b-3695a1a775c2
VfModuleModelDescription:NULL
Artifacts UUID List:{
989879c5-b06e-4e9f-a33e-9f2456b785ca
,
aace19cc-aa78-4fd4-856f-bf6be819c0fc

}
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-09-03T05:45:57.633Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 989879c5-b06e-4e9f-a33e-9f2456b785ca from URL: /sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/base_vfw.yaml
2022-09-03T05:45:57.633Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-09-03T05:45:57.633Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/base_vfw.yaml
2022-09-03T05:45:57.702Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-09-03T05:45:57.702Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/base_vfw.yaml 989879c5-b06e-4e9f-a33e-9f2456b785ca 20368
2022-09-03T05:45:57.702Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-03T05:45:57.703Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/base_vfw.yaml
2022-09-03T05:45:57.703Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T05:45:57.703Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-03T05:45:57.704Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:45:57.705Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183957702,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:45:57.805Z||pool-249-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:45:57.806Z||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-09-03T05:45:57.806Z||pool-249-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:45:57.819Z||pool-249-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:45:57.819Z||pool-249-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:45:58.705Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: aace19cc-aa78-4fd4-856f-bf6be819c0fc from URL: /sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/base_vfw.env
2022-09-03T05:45:58.706Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-09-03T05:45:58.706Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/base_vfw.env
2022-09-03T05:45:58.817Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-09-03T05:45:58.818Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/base_vfw.env aace19cc-aa78-4fd4-856f-bf6be819c0fc 2098
2022-09-03T05:45:58.818Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-03T05:45:58.818Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/base_vfw.env
2022-09-03T05:45:58.818Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T05:45:58.818Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-03T05:45:58.820Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:45:58.820Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183958818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:45:58.920Z||pool-250-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:45:58.921Z||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-09-03T05:45:58.922Z||pool-250-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:45:58.937Z||pool-250-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:45:58.938Z||pool-250-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:45:59.821Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 9cf6337c-e2c1-4b22-9a0d-86b187e22127
2022-09-03T05:45:59.821Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 7b722463-eefa 0 97e5cf61-e11e-4803-af97-7f3632216d69 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-09-03T05:45:59.844Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5f9e2ffb, org.onap.sdc.toscaparser.api.parameters.Input@6cfd0502, org.onap.sdc.toscaparser.api.parameters.Input@77e06e02, org.onap.sdc.toscaparser.api.parameters.Input@218f39bd, org.onap.sdc.toscaparser.api.parameters.Input@f402b80]
2022-09-03T05:45:59.845Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:45:59.846Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-03 05-44-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:45:59.846Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-09-03T05:45:59.846Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 509975de-5186-47ca-9214-e475024578a4
2022-09-03T05:45:59.846Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 509975de-5186-47ca-9214-e475024578a4 matches Tosca VF Customization UUID: 509975de-5186-47ca-9214-e475024578a4
2022-09-03T05:45:59.847Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 509975de-5186-47ca-9214-e475024578a4  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-09-03T05:45:59.849Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:45:59.849Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-03 05-44-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:45:59.850Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 509975de-5186-47ca-9214-e475024578a4: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-09-03T05:45:59.850Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@276f89e3
2022-09-03T05:45:59.850Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:45:59.850Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-03 05-44-17 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-03T05:45:59.851Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ee82a3dd-64e8-43f1-8e18-151a278d4e1a
2022-09-03T05:45:59.851Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ee82a3dd-64e8-43f1-8e18-151a278d4e1a
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-09-03T05:45:59.853Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:45:59.853Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template vFW 7b722463-eefa 0 is matching search criteria
2022-09-03T05:45:59.854Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7b722463-eefa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:45:59.854Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:45:59.854Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template vFW 7b722463-eefa 0 is matching search criteria
2022-09-03T05:45:59.854Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7b722463-eefa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:45:59.855Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:45:59.855Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template vFW 7b722463-eefa 0 is not matching search criteria
2022-09-03T05:45:59.855Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-03T05:45:59.856Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-03T05:45:59.856Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-03T05:45:59.856Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-03T05:45:59.856Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-03T05:45:59.857Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:45:59.857Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-03T05:45:59.857Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-03T05:45:59.857Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-03T05:45:59.858Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-03T05:45:59.858Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:45:59.858Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d15f92ae-e850-4ee1-bfae-9cd0ab1daecc
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-09-03T05:45:59.860Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:45:59.861Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template vFW 7b722463-eefa 0 is matching search criteria
2022-09-03T05:45:59.861Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7b722463-eefa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:45:59.861Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:45:59.861Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template vFW 7b722463-eefa 0 is not matching search criteria
2022-09-03T05:45:59.862Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-03T05:45:59.862Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-03T05:45:59.862Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-03T05:45:59.862Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-03T05:45:59.863Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:45:59.863Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:45:59.863Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-03T05:45:59.863Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-03T05:45:59.864Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-03T05:45:59.864Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-03T05:45:59.864Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-03T05:45:59.865Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:45:59.865Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=883ca528-97ca-41e1-b23a-6c10fd5e1153
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-09-03T05:45:59.867Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:45:59.867Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template vFW 7b722463-eefa 0 is matching search criteria
2022-09-03T05:45:59.867Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7b722463-eefa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:45:59.867Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:45:59.868Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template vFW 7b722463-eefa 0 is not matching search criteria
2022-09-03T05:45:59.868Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-03T05:45:59.868Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-03T05:45:59.868Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-03T05:45:59.869Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-03T05:45:59.869Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:45:59.869Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:45:59.869Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-03T05:45:59.870Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-03T05:45:59.870Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-03T05:45:59.870Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:45:59.871Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-03T05:45:59.871Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-03T05:45:59.871Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=776303d1-5d55-4aed-9266-bc6d9be34f52
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-09-03T05:45:59.873Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:45:59.873Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template vFW 7b722463-eefa 0 is matching search criteria
2022-09-03T05:45:59.873Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7b722463-eefa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:45:59.874Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:45:59.874Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Node template vFW 7b722463-eefa 0 is matching search criteria
2022-09-03T05:45:59.874Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7b722463-eefa 0] matching following query criteria: sdcType=VF, customizationUUID=509975de-5186-47ca-9214-e475024578a4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-03T05:45:59.876Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:45:59.876Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-03 05-44-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:45:59.876Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 9cf6337c-e2c1-4b22-9a0d-86b187e22127: vFW 7b722463-eefa
2022-09-03T05:45:59.877Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:45:59.877Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-03 05-44-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:45:59.877Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:45:59.877Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-03 05-44-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:45:59.878Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:45:59.878Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-03 05-44-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:45:59.878Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:45:59.879Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-03 05-44-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:45:59.879Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:45:59.879Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-03 05-44-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:45:59.880Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-09-03 05-44-17 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-03T05:46:00.046Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 7b722463-eefa 97e5cf61-e11e-4803-af97-7f3632216d69 1 ASDC deployResourceStructure
2022-09-03T05:46:00.046Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/vfw7b722463eefa0_modules.json ASDC sendASDCNotification
2022-09-03T05:46:00.046Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/vfw7b722463eefa0_modules.json
2022-09-03T05:46:00.046Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T05:46:00.047Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-03T05:46:00.049Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:46:00.049Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183960046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/vfw7b722463eefa0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-03T05:46:00.149Z||pool-251-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:46:00.150Z||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-09-03T05:46:00.150Z||pool-251-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:46:00.168Z||pool-251-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:46:00.168Z||pool-251-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:46:01.051Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-03T05:46:01.051Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/base_vfw.yaml
2022-09-03T05:46:01.051Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T05:46:01.051Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-03T05:46:01.053Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:46:01.053Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183961051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-09-03T05:46:01.153Z||pool-252-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:46:01.154Z||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-09-03T05:46:01.154Z||pool-252-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:46:01.166Z||pool-252-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:46:01.167Z||pool-252-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-09-03T05:46:02.053Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-03T05:46:02.054Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/base_vfw.env
2022-09-03T05:46:02.054Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T05:46:02.054Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-03T05:46:02.057Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:46:02.057Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183962053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-09-03T05:46:02.157Z||pool-253-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:46:02.158Z||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-09-03T05:46:02.158Z||pool-253-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:46:02.171Z||pool-253-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:46:02.172Z||pool-253-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-09-03T05:46:03.058Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220903054417/1.0/artifacts/service-Vfw20220903054417-csar.csar ASDC sendASDCNotification
2022-09-03T05:46:03.058Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903054417/1.0/artifacts/service-Vfw20220903054417-csar.csar
2022-09-03T05:46:03.058Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T05:46:03.058Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-03T05:46:03.060Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:46:03.060Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183963058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/artifacts/service-Vfw20220903054417-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:46:03.160Z||pool-254-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:46:03.161Z||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-09-03T05:46:03.161Z||pool-254-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:46:03.174Z||pool-254-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:46:03.175Z||pool-254-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-09-03T05:46:04.061Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: adf8de28-cdf9-4365-86ec-b8faa67483f2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:46:04.093Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: adf8de28-cdf9-4365-86ec-b8faa67483f2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:46:04.095Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:46:04.096Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-03T05:46:04.096Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-03T05:46:34.096Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: adf8de28-cdf9-4365-86ec-b8faa67483f2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:46:34.110Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: adf8de28-cdf9-4365-86ec-b8faa67483f2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:46:34.112Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:46:34.113Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-03T05:46:34.113Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-03T05:46:45.415Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:46:45.416Z||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-09-03T05:46:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T05:46:45.443Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:46:45.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:46:45.444Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "aai-ml",
  "timestamp": 1662183946701,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/artifacts/service-Vfw20220903054417-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-09-03T05:46:45.444Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:47:04.113Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: adf8de28-cdf9-4365-86ec-b8faa67483f2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:47:04.188Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: adf8de28-cdf9-4365-86ec-b8faa67483f2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:47:04.192Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:47:04.192Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-03T05:47:04.192Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-03T05:47:34.193Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: adf8de28-cdf9-4365-86ec-b8faa67483f2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:47:34.211Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: adf8de28-cdf9-4365-86ec-b8faa67483f2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:47:34.215Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:47:34.215Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-03T05:47:34.215Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-03T05:47:45.415Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:47:45.416Z||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-09-03T05:47:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T05:47:45.442Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:47:45.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-03T05:47:45.443Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183945413,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:47:45.443Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:48:04.215Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: adf8de28-cdf9-4365-86ec-b8faa67483f2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:48:04.258Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: adf8de28-cdf9-4365-86ec-b8faa67483f2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:48:04.262Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:48:04.262Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-03T05:48:04.262Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-03T05:48:34.262Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: adf8de28-cdf9-4365-86ec-b8faa67483f2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:48:34.275Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: adf8de28-cdf9-4365-86ec-b8faa67483f2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:48:34.277Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:48:34.277Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-03T05:48:34.277Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-03T05:48:45.415Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:48:45.416Z||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-09-03T05:48:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T05:48:45.446Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:48:45.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:48:45.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "aai-ml",
  "timestamp": 1662183947705,
  "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-09-03T05:48:45.479Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of adf8de28-cdf9-4365-86ec-b8faa67483f2
2022-09-03T05:48:45.479Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId adf8de28-cdf9-4365-86ec-b8faa67483f2 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-09-03T05:48:45.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:48:45.500Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183945413,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/vfw7b722463eefa0_modules.json",
  "status": "NOTIFIED"
}
2022-09-03T05:48:45.500Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:48:45.501Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:48:45.501Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183945413,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-03T05:48:45.501Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:48:45.501Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:48:45.501Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183945413,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:48:45.502Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:48:45.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:48:45.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183945413,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-03T05:48:45.502Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:48:45.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:48:45.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183945413,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/artifacts/service-Vfw20220903054417-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:48:45.503Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:48:45.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:48:45.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183945413,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/artifacts/service-Vfw20220903054417-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:48:45.504Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-03T05:48:45.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:48:45.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183953189,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/artifacts/service-Vfw20220903054417-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:48:45.504Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:48:45.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:48:45.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183956624,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/vfw7b722463eefa0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:48:45.505Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:48:45.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:48:45.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183957702,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:48:45.505Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:48:45.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:48:45.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183958818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:48:45.506Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:48:45.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:48:45.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183960046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/vfw7b722463eefa0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-03T05:48:45.507Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:48:45.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:48:45.507Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183961051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-09-03T05:48:45.507Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:48:45.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:48:45.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183962053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/resourceInstances/vfw7b722463eefa0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-09-03T05:48:45.508Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:48:45.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-03T05:48:45.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662183963058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220903054417/1.0/artifacts/service-Vfw20220903054417-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:48:45.508Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:49:04.278Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: adf8de28-cdf9-4365-86ec-b8faa67483f2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:49:04.294Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: adf8de28-cdf9-4365-86ec-b8faa67483f2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:49:04.295Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:49:04.295Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-03T05:49:04.296Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-03T05:49:04.296Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-03T05:49:04.296Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-09-03T05:49:04.296Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|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-09-03T05:49:04.301Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-03T05:49:34.301Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: adf8de28-cdf9-4365-86ec-b8faa67483f2 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-09-03T05:49:34.308Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: adf8de28-cdf9-4365-86ec-b8faa67483f2 and serviceModelVersionId: 9cf6337c-e2c1-4b22-9a0d-86b187e22127
2022-09-03T05:49:34.308Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 106526a8-84b1-464a-87bb-1ab0b151a386
2022-09-03T05:49:34.308Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0
2022-09-03T05:49:34.312Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-09-03T05:49:34.339Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|INFO|500||Invoke
2022-09-03T05:49:34.340Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[adf8de28-cdf9-4365-86ec-b8faa67483f2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6cb52fce-ac8a-429c-aeb0-3931745db475], X-ECOMP-RequestID=[adf8de28-cdf9-4365-86ec-b8faa67483f2], X-TransactionId=[], X-ONAP-RequestID=[adf8de28-cdf9-4365-86ec-b8faa67483f2], Content-Type=[application/merge-patch+json]}
2022-09-03T05:49:35.867Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|INFO|500||Invoke
2022-09-03T05:49:35.868Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[adf8de28-cdf9-4365-86ec-b8faa67483f2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1a150e3e-be1f-4be8-9130-9c66c4b87c95], X-ECOMP-RequestID=[adf8de28-cdf9-4365-86ec-b8faa67483f2], X-TransactionId=[], X-ONAP-RequestID=[adf8de28-cdf9-4365-86ec-b8faa67483f2], Content-Type=[application/merge-patch+json]}
2022-09-03T05:49:37.404Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|INFO|500||Invoke
2022-09-03T05:49:37.404Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[adf8de28-cdf9-4365-86ec-b8faa67483f2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[aa2c5d5d-7fa2-40c5-ad8f-a92234ae6bd7], X-ECOMP-RequestID=[adf8de28-cdf9-4365-86ec-b8faa67483f2], X-TransactionId=[], X-ONAP-RequestID=[adf8de28-cdf9-4365-86ec-b8faa67483f2], Content-Type=[application/merge-patch+json]}
2022-09-03T05:49:38.437Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T05:49:38.438Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?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-09-03T05:49:38.439Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T05:49:38.439Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?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-09-03T05:49:38.445Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?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-09-03T05:49:38.446Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID adf8de28-cdf9-4365-86ec-b8faa67483f2 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T05:49:38.446Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-03T05:49:38.446Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:49:38.450Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:49:38.450Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||try to send status {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662184178446,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-03T05:49:38.548Z||pool-255-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-03T05:49:38.549Z||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-09-03T05:49:38.549Z||pool-255-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:49:38.565Z||pool-255-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:49:38.565Z||pool-255-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-03T05:49:39.470Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:49:39.471Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T05:49:39.471Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:49:43.864Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:49:43.865Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:43.866Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"de7df84f-12c8-44e6-911f-7c4e606289ed","serviceName":"Demo_pNF_bqg0LJvPMSL1YolkWHJ5","serviceVersion":"1.0","serviceUUID":"7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86","serviceDescription":"catalog service description","serviceInvariantUUID":"d3c996c2-3994-4cbe-a0ec-88bde350883d","resources":[{"resourceInstanceName":"pNF c80f1c59-894d 0","resourceName":"pNF c80f1c59-894d","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5fca5120-8bbe-4004-97d0-6d6296cca52f","resourceInvariantUUID":"dcc18190-fb6a-4ddd-8eb9-faa2c2966560","resourceCustomizationUUID":"e1655538-c025-4847-afee-23e99acf0653","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/resourceInstances/pnfc80f1c59894d0/artifacts/vf-license-model.xml","artifactChecksum":"MTQyMzNmOWM3OWFmMDM0ZDNjNTY3OTk4YjkxZTQxNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4cbe2946-75c0-43c6-b24e-ceffe7633267","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/resourceInstances/pnfc80f1c59894d0/artifacts/pNF.csar","artifactChecksum":"YTQzMzMxNTQyODkzNmYwOWIyZjM1YjcxZDkzMTkxNjM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a1344b4b-03b1-4b65-9e6f-99007ecb41b6","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/resourceInstances/pnfc80f1c59894d0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ca7de6f9-4fe0-41fc-b69c-fbffb92616b4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/resourceInstances/pnfc80f1c59894d0/artifacts/vendor-license-model.xml","artifactChecksum":"YmM1ZjIyYzRkMWQ0NTRkYzBlMDBhYzc2NTZhNjgzZTM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3ac3b75d-01af-4901-a821-7c8ec722e12e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/resourceInstances/pnfc80f1c59894d0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ce8a5094-3d77-4154-a6ea-6e4888e9d747","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/resourceInstances/pnfc80f1c59894d0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"752cc584-bee3-431f-b311-a28d9c1b4c5f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfBqg0ljvpmsl1yolkwhj5-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/artifacts/service-DemoPnfBqg0ljvpmsl1yolkwhj5-template.yml","artifactChecksum":"MTYwMzRiZGVmYWQ5N2FlYTE3OGI1MWZjYzYyMjQ5MWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4b20c752-41a7-4058-b755-d6eab9d78f94","artifactVersion":"1"},{"artifactName":"service-DemoPnfBqg0ljvpmsl1yolkwhj5-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/artifacts/service-DemoPnfBqg0ljvpmsl1yolkwhj5-csar.csar","artifactChecksum":"NDZmYWE4ZjVjNmY1NjZiYTE0YzE3NjY1MWRjZmYxMTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0dcf4621-6c66-4a72-81cb-a43104e63585","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-03T05:49:43.869Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:49:43.869Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:49:43.872Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:49:43.872Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||try to send status {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662184179470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/resourceInstances/pnfc80f1c59894d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:49:43.972Z||pool-256-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:49:43.973Z||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-09-03T05:49:43.973Z||pool-256-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:49:43.986Z||pool-256-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:49:43.986Z||pool-256-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-09-03T05:49:44.873Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:49:44.874Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:49:44.876Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:49:44.876Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||try to send status {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662184179470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/resourceInstances/pnfc80f1c59894d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:49:44.976Z||pool-257-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:49:44.977Z||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-09-03T05:49:44.977Z||pool-257-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:49:44.990Z||pool-257-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:49:44.990Z||pool-257-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:49:45.415Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:49:45.416Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?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-09-03T05:49:45.416Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:49:45.448Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:49:45.450Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.450Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "cds",
  "timestamp": 1662184089190,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/resourceInstances/pnfc80f1c59894d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:49:45.450Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:49:45.450Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.450Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "aai-ml",
  "timestamp": 1662184079978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/resourceInstances/pnfc80f1c59894d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:49:45.451Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:49:45.451Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.451Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "clamp",
  "timestamp": 1662184083963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/resourceInstances/pnfc80f1c59894d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:49:45.451Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:49:45.451Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.451Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "policy-id",
  "timestamp": 1662184080374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/resourceInstances/pnfc80f1c59894d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:49:45.451Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:49:45.451Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.451Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662184090408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/resourceInstances/pnfc80f1c59894d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:49:45.451Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:49:45.451Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.452Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "aai-ml",
  "timestamp": 1662184079978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/resourceInstances/pnfc80f1c59894d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:49:45.452Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:49:45.452Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.452Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "clamp",
  "timestamp": 1662184083963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/resourceInstances/pnfc80f1c59894d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:49:45.452Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:49:45.452Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.452Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "cds",
  "timestamp": 1662184089190,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/resourceInstances/pnfc80f1c59894d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:49:45.452Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:49:45.452Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.452Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "policy-id",
  "timestamp": 1662184080374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/resourceInstances/pnfc80f1c59894d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:49:45.452Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:49:45.452Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.452Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662184090408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/resourceInstances/pnfc80f1c59894d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:49:45.452Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:49:45.452Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.453Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "aai-ml",
  "timestamp": 1662184079978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/resourceInstances/pnfc80f1c59894d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:49:45.453Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:49:45.453Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.453Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "clamp",
  "timestamp": 1662184083963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/resourceInstances/pnfc80f1c59894d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:49:45.453Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:49:45.453Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.453Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "cds",
  "timestamp": 1662184089190,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/resourceInstances/pnfc80f1c59894d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:49:45.453Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:49:45.453Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.453Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "policy-id",
  "timestamp": 1662184080374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/resourceInstances/pnfc80f1c59894d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:49:45.453Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:49:45.453Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.453Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662184090408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/resourceInstances/pnfc80f1c59894d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:49:45.454Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:49:45.454Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.454Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "aai-ml",
  "timestamp": 1662184079978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/resourceInstances/pnfc80f1c59894d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:49:45.454Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:49:45.454Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.454Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "cds",
  "timestamp": 1662184089190,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/resourceInstances/pnfc80f1c59894d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:49:45.454Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:49:45.454Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.454Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "clamp",
  "timestamp": 1662184083963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/resourceInstances/pnfc80f1c59894d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:49:45.454Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:49:45.454Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.454Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "policy-id",
  "timestamp": 1662184080374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/resourceInstances/pnfc80f1c59894d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:49:45.454Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:49:45.454Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.455Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662184092772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/resourceInstances/pnfc80f1c59894d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:49:45.455Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:49:45.455Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.455Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662184090408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/resourceInstances/pnfc80f1c59894d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:49:45.455Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:49:45.455Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.455Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "aai-ml",
  "timestamp": 1662184079978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/resourceInstances/pnfc80f1c59894d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:49:45.455Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:49:45.455Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.455Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "clamp",
  "timestamp": 1662184083963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/resourceInstances/pnfc80f1c59894d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:49:45.455Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:49:45.455Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.455Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "cds",
  "timestamp": 1662184089190,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/resourceInstances/pnfc80f1c59894d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:49:45.456Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:49:45.456Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.456Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "policy-id",
  "timestamp": 1662184080374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/resourceInstances/pnfc80f1c59894d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:49:45.456Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:49:45.456Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.456Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662184092772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/resourceInstances/pnfc80f1c59894d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:49:45.456Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:49:45.456Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.456Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662184090408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/resourceInstances/pnfc80f1c59894d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:49:45.456Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:49:45.456Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.456Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "cds",
  "timestamp": 1662184089190,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/resourceInstances/pnfc80f1c59894d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:49:45.456Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:49:45.456Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.457Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "aai-ml",
  "timestamp": 1662184079978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/resourceInstances/pnfc80f1c59894d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:49:45.457Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:49:45.457Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.457Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "clamp",
  "timestamp": 1662184083963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/resourceInstances/pnfc80f1c59894d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:49:45.457Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:49:45.457Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.457Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "policy-id",
  "timestamp": 1662184080374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/resourceInstances/pnfc80f1c59894d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:49:45.457Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:49:45.457Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.457Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662184092772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/resourceInstances/pnfc80f1c59894d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:49:45.457Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:49:45.457Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.457Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662184090408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/resourceInstances/pnfc80f1c59894d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:49:45.457Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:49:45.458Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.458Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "aai-ml",
  "timestamp": 1662184079978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/artifacts/service-DemoPnfBqg0ljvpmsl1yolkwhj5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:49:45.458Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:49:45.458Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.458Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "clamp",
  "timestamp": 1662184083963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/artifacts/service-DemoPnfBqg0ljvpmsl1yolkwhj5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:49:45.458Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:49:45.458Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.458Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "cds",
  "timestamp": 1662184089190,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/artifacts/service-DemoPnfBqg0ljvpmsl1yolkwhj5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:49:45.458Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:49:45.458Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.458Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "policy-id",
  "timestamp": 1662184080374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/artifacts/service-DemoPnfBqg0ljvpmsl1yolkwhj5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:49:45.458Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:49:45.458Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.459Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662184092772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/resourceInstances/pnfc80f1c59894d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:49:45.459Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:49:45.459Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.459Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662184090408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/artifacts/service-DemoPnfBqg0ljvpmsl1yolkwhj5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:49:45.459Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:49:45.459Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.459Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "clamp",
  "timestamp": 1662184083963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/artifacts/service-DemoPnfBqg0ljvpmsl1yolkwhj5-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:49:45.459Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:49:45.459Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.459Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "aai-ml",
  "timestamp": 1662184079978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/artifacts/service-DemoPnfBqg0ljvpmsl1yolkwhj5-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:49:45.459Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:49:45.459Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.459Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "cds",
  "timestamp": 1662184089190,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/artifacts/service-DemoPnfBqg0ljvpmsl1yolkwhj5-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:49:45.459Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:49:45.460Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.460Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "policy-id",
  "timestamp": 1662184080374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/artifacts/service-DemoPnfBqg0ljvpmsl1yolkwhj5-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:49:45.460Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:49:45.460Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.460Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662184092772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/resourceInstances/pnfc80f1c59894d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:49:45.460Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:49:45.460Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.460Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662184090408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/artifacts/service-DemoPnfBqg0ljvpmsl1yolkwhj5-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:49:45.460Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:49:45.460Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.460Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "aai-ml",
  "timestamp": 1662184098323,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/artifacts/service-DemoPnfBqg0ljvpmsl1yolkwhj5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:49:45.460Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:49:45.460Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.460Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "policy-id",
  "timestamp": 1662184097985,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/artifacts/service-DemoPnfBqg0ljvpmsl1yolkwhj5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:49:45.461Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:49:45.461Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.461Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "cds",
  "timestamp": 1662184098415,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/artifacts/service-DemoPnfBqg0ljvpmsl1yolkwhj5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:49:45.461Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:49:45.461Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.461Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662184092772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/resourceInstances/pnfc80f1c59894d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-09-03T05:49:45.461Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:49:45.461Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.461Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "policy-id",
  "timestamp": 1662184098994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/artifacts/service-DemoPnfBqg0ljvpmsl1yolkwhj5-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:49:45.461Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:49:45.461Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.461Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "cds",
  "timestamp": 1662184099421,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/artifacts/service-DemoPnfBqg0ljvpmsl1yolkwhj5-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-09-03T05:49:45.482Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of de7df84f-12c8-44e6-911f-7c4e606289ed
2022-09-03T05:49:45.482Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId de7df84f-12c8-44e6-911f-7c4e606289ed 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-09-03T05:49:45.494Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.495Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662184092772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/artifacts/service-DemoPnfBqg0ljvpmsl1yolkwhj5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:49:45.495Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:49:45.495Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.495Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "policy-id",
  "timestamp": 1662184099997,
  "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-09-03T05:49:45.506Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of de7df84f-12c8-44e6-911f-7c4e606289ed
2022-09-03T05:49:45.506Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId de7df84f-12c8-44e6-911f-7c4e606289ed 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-09-03T05:49:45.515Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.515Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "clamp",
  "timestamp": 1662184100597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/artifacts/service-DemoPnfBqg0ljvpmsl1yolkwhj5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:49:45.515Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:49:45.515Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.516Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662184092772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/artifacts/service-DemoPnfBqg0ljvpmsl1yolkwhj5-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:49:45.516Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:49:45.516Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.516Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662184101485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/resourceInstances/pnfc80f1c59894d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:49:45.516Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:49:45.516Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.516Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "clamp",
  "timestamp": 1662184102606,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/artifacts/service-DemoPnfBqg0ljvpmsl1yolkwhj5-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:49:45.516Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:49:45.516Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.517Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662184102109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/resourceInstances/pnfc80f1c59894d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:49:45.517Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:49:45.517Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.517Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662184102503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/resourceInstances/pnfc80f1c59894d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-09-03T05:49:45.517Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:49:45.517Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.517Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "aai-ml",
  "timestamp": 1662184103154,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/artifacts/service-DemoPnfBqg0ljvpmsl1yolkwhj5-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-09-03T05:49:45.517Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:49:45.517Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.517Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "clamp",
  "timestamp": 1662184103611,
  "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-09-03T05:49:45.522Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of de7df84f-12c8-44e6-911f-7c4e606289ed
2022-09-03T05:49:45.522Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId de7df84f-12c8-44e6-911f-7c4e606289ed 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-09-03T05:49:45.531Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.531Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662184102109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/resourceInstances/pnfc80f1c59894d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:49:45.531Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:49:45.531Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.531Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662184103514,
  "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-09-03T05:49:45.535Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of de7df84f-12c8-44e6-911f-7c4e606289ed
2022-09-03T05:49:45.535Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId de7df84f-12c8-44e6-911f-7c4e606289ed 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-09-03T05:49:45.553Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.553Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "aai-ml",
  "timestamp": 1662184104158,
  "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-09-03T05:49:45.561Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of de7df84f-12c8-44e6-911f-7c4e606289ed
2022-09-03T05:49:45.561Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId de7df84f-12c8-44e6-911f-7c4e606289ed 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-09-03T05:49:45.570Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.571Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662184102109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/resourceInstances/pnfc80f1c59894d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:49:45.571Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:49:45.571Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.571Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662184102109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/resourceInstances/pnfc80f1c59894d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:49:45.571Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:49:45.571Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.571Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662184102109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/resourceInstances/pnfc80f1c59894d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:49:45.572Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:49:45.572Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.572Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662184102109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/resourceInstances/pnfc80f1c59894d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:49:45.572Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:49:45.572Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.572Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662184102109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/artifacts/service-DemoPnfBqg0ljvpmsl1yolkwhj5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:49:45.572Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:49:45.573Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.573Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662184102109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/artifacts/service-DemoPnfBqg0ljvpmsl1yolkwhj5-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:49:45.573Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:49:45.573Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.573Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662184110971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/artifacts/service-DemoPnfBqg0ljvpmsl1yolkwhj5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:49:45.573Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:49:45.573Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.573Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662184112930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/artifacts/service-DemoPnfBqg0ljvpmsl1yolkwhj5-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:49:45.574Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:49:45.574Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:49:45.574Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662184113933,
  "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-09-03T05:49:45.578Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of de7df84f-12c8-44e6-911f-7c4e606289ed
2022-09-03T05:49:45.578Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId de7df84f-12c8-44e6-911f-7c4e606289ed 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-09-03T05:49:45.877Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:49:45.878Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:49:45.880Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:49:45.880Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||try to send status {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662184179470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/resourceInstances/pnfc80f1c59894d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:49:45.980Z||pool-258-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:49:45.981Z||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-09-03T05:49:45.982Z||pool-258-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:49:45.996Z||pool-258-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:49:45.997Z||pool-258-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:49:46.881Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:49:46.881Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:49:46.884Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:49:46.884Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||try to send status {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662184179470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/resourceInstances/pnfc80f1c59894d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:49:46.984Z||pool-259-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:49:46.985Z||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-09-03T05:49:46.985Z||pool-259-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:49:46.999Z||pool-259-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:49:47.000Z||pool-259-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:49:47.885Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:49:47.886Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:49:47.888Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:49:47.888Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||try to send status {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662184179470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/resourceInstances/pnfc80f1c59894d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:49:47.988Z||pool-260-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:49:47.989Z||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-09-03T05:49:47.989Z||pool-260-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:49:48.003Z||pool-260-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:49:48.004Z||pool-260-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:49:48.889Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:49:48.889Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:49:48.891Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:49:48.891Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||try to send status {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662184179470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/resourceInstances/pnfc80f1c59894d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:49:48.992Z||pool-261-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-03T05:49:48.992Z||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-09-03T05:49:48.992Z||pool-261-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:49:49.018Z||pool-261-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:49:49.018Z||pool-261-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-09-03T05:49:49.892Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:49:49.893Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:49:49.895Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:49:49.895Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||try to send status {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662184179470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/artifacts/service-DemoPnfBqg0ljvpmsl1yolkwhj5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:49:49.995Z||pool-262-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-03T05:49:49.996Z||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-09-03T05:49:49.996Z||pool-262-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:49:50.008Z||pool-262-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:49:50.008Z||pool-262-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:49:50.896Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:49:50.896Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:49:50.898Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:49:50.898Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||try to send status {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662184179470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/artifacts/service-DemoPnfBqg0ljvpmsl1yolkwhj5-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:49:50.998Z||pool-263-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:49:50.999Z||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-09-03T05:49:50.999Z||pool-263-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:49:51.013Z||pool-263-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:49:51.013Z||pool-263-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-09-03T05:49:51.899Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "serviceName": "Demo_pNF_bqg0LJvPMSL1YolkWHJ5",
  "serviceVersion": "1.0",
  "serviceUUID": "7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d3c996c2-3994-4cbe-a0ec-88bde350883d",
  "resources": [
    {
      "resourceInstanceName": "pNF c80f1c59-894d 0",
      "resourceCustomizationUUID": "e1655538-c025-4847-afee-23e99acf0653",
      "resourceName": "pNF c80f1c59-894d",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5fca5120-8bbe-4004-97d0-6d6296cca52f",
      "resourceInvariantUUID": "dcc18190-fb6a-4ddd-8eb9-faa2c2966560",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfBqg0ljvpmsl1yolkwhj5-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/artifacts/service-DemoPnfBqg0ljvpmsl1yolkwhj5-csar.csar",
      "artifactChecksum": "NDZmYWE4ZjVjNmY1NjZiYTE0YzE3NjY1MWRjZmYxMTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0dcf4621-6c66-4a72-81cb-a43104e63585"
    }
  ],
  "workloadContext": "Production"
}
2022-09-03T05:49:51.899Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-03T05:49:51.900Z|adf8de28-cdf9-4365-86ec-b8faa67483f2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86 ASDC
2022-09-03T05:49:51.900Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||ASDC Notification:
DistributionID:de7df84f-12c8-44e6-911f-7c4e606289ed
ServiceName:Demo_pNF_bqg0LJvPMSL1YolkWHJ5
ServiceVersion:1.0
ServiceUUID:7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86
ServiceInvariantUUID:d3c996c2-3994-4cbe-a0ec-88bde350883d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfBqg0ljvpmsl1yolkwhj5-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/artifacts/service-DemoPnfBqg0ljvpmsl1yolkwhj5-csar.csar
ArtifactUUID:0dcf4621-6c66-4a72-81cb-a43104e63585
ArtifactChecksum:NDZmYWE4ZjVjNmY1NjZiYTE0YzE3NjY1MWRjZmYxMTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c80f1c59-894d 0
ResourceCustomizationUUID:e1655538-c025-4847-afee-23e99acf0653
ResourceInvariantUUID:dcc18190-fb6a-4ddd-8eb9-faa2c2966560
ResourceName:pNF c80f1c59-894d
ResourceType:PNF
ResourceUUID:5fca5120-8bbe-4004-97d0-6d6296cca52f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-09-03T05:49:51.900Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86 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-09-03T05:49:51.934Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-03T05:49:51.935Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|INFO|500||MSO config path is: /app
2022-09-03T05:49:51.935Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|INFO|500||MSO config path is: /app
2022-09-03T05:49:51.935Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|INFO|500||Trying to download the artifact UUID: 0dcf4621-6c66-4a72-81cb-a43104e63585 from URL: /sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/artifacts/service-DemoPnfBqg0ljvpmsl1yolkwhj5-csar.csar
2022-09-03T05:49:51.935Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|INFO|500||DistributionClient - download
2022-09-03T05:49:51.935Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/artifacts/service-DemoPnfBqg0ljvpmsl1yolkwhj5-csar.csar
2022-09-03T05:49:52.006Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||GET Response Status 200
2022-09-03T05:49:52.010Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/artifacts/service-DemoPnfBqg0ljvpmsl1yolkwhj5-csar.csar 0dcf4621-6c66-4a72-81cb-a43104e63585 82653
2022-09-03T05:49:52.010Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/artifacts/service-DemoPnfBqg0ljvpmsl1yolkwhj5-csar.csar ASDC sendASDCNotification
2022-09-03T05:49:52.010Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/artifacts/service-DemoPnfBqg0ljvpmsl1yolkwhj5-csar.csar
2022-09-03T05:49:52.010Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T05:49:52.010Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:49:52.012Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:49:52.012Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||try to send status {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662184192010,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/artifacts/service-DemoPnfBqg0ljvpmsl1yolkwhj5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:49:52.112Z||pool-264-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-03T05:49:52.113Z||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-09-03T05:49:52.113Z||pool-264-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:49:52.127Z||pool-264-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:49:52.127Z||pool-264-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:49:53.013Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-03T05:49:53.014Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|INFO|500||MSO config path is: /app
2022-09-03T05:49:53.014Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|INFO|500||Trying to write artifact UUID: 0dcf4621-6c66-4a72-81cb-a43104e63585, URL: /sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/artifacts/service-DemoPnfBqg0ljvpmsl1yolkwhj5-csar.csar to file: /app/ASDC/1/service-DemoPnfBqg0ljvpmsl1yolkwhj5-csar.csar
2022-09-03T05:49:53.014Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfBqg0ljvpmsl1yolkwhj5-csar.csar
2022-09-03T05:49:53.015Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfBqg0ljvpmsl1yolkwhj5-csar.csar
2022-09-03T05:49:53.015Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfBqg0ljvpmsl1yolkwhj5-csar.csar
2022-09-03T05:49:53.149Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11250656676694238473/Definitions/service-DemoPnfBqg0ljvpmsl1yolkwhj5-template.yml
2022-09-03T05:49:53.783Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-09-03T05:49:53.784Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|WARN|500||####################################################################################################
2022-09-03T05:49:53.784Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfBqg0ljvpmsl1yolkwhj5-csar.csar
2022-09-03T05:49:53.784Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-03T05:49:53.784Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?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-DemoPnfBqg0ljvpmsl1yolkwhj5-csar.csar
2022-09-03T05:49:53.784Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?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-DemoPnfBqg0ljvpmsl1yolkwhj5-csar.csar
2022-09-03T05:49:53.784Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?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-DemoPnfBqg0ljvpmsl1yolkwhj5-csar.csar
2022-09-03T05:49:53.785Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?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-DemoPnfBqg0ljvpmsl1yolkwhj5-csar.csar
2022-09-03T05:49:53.785Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?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-DemoPnfBqg0ljvpmsl1yolkwhj5-csar.csar
2022-09-03T05:49:53.785Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c80f1c59-894d 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-DemoPnfBqg0ljvpmsl1yolkwhj5-csar.csar
2022-09-03T05:49:53.785Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?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-DemoPnfBqg0ljvpmsl1yolkwhj5-csar.csar
2022-09-03T05:49:53.785Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|WARN|500||####################################################################################################
2022-09-03T05:49:53.785Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:49:53.785Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||Service Demo_pNF_bqg0LJvPMSL1YolkWHJ5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:49:53.786Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||Node template pNF c80f1c59-894d 0 is matching search criteria
2022-09-03T05:49:53.786Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||Search for entities recursively
2022-09-03T05:49:53.786Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||Found topology templates [pNF c80f1c59-894d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-03T05:49:53.786Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:49:53.786Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||Service Demo_pNF_bqg0LJvPMSL1YolkWHJ5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:49:53.786Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||Node template pNF c80f1c59-894d 0 is matching search criteria
2022-09-03T05:49:53.787Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||Search for entities recursively
2022-09-03T05:49:53.787Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||Found topology templates [pNF c80f1c59-894d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-03T05:49:53.787Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:49:53.787Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||Service Demo_pNF_bqg0LJvPMSL1YolkWHJ5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:49:53.787Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:49:53.787Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||Service Demo_pNF_bqg0LJvPMSL1YolkWHJ5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:49:53.787Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:49:53.788Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||Service Demo_pNF_bqg0LJvPMSL1YolkWHJ5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:49:53.788Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:49:53.788Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||Service Demo_pNF_bqg0LJvPMSL1YolkWHJ5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:49:53.788Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:49:53.788Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||Service Demo_pNF_bqg0LJvPMSL1YolkWHJ5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:49:53.788Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_bqg0LJvPMSL1YolkWHJ5
Description:catalog service description
Model UUID:7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86
Model Version:NULL
Model InvariantUuid:d3c996c2-3994-4cbe-a0ec-88bde350883d
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-09-03T05:49:53.798Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: 5fca5120-8bbe-4004-97d0-6d6296cca52f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-03T05:49:53.800Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|INFO|500||pNF c80f1c59-894d 0
2022-09-03T05:49:53.800Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: 5fca5120-8bbe-4004-97d0-6d6296cca52f
2022-09-03T05:49:53.800Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||No resources found for Service: 7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86
2022-09-03T05:49:53.800Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||Preparing to deploy Service: 7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86
2022-09-03T05:49:53.801Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF c80f1c59-894d 0 5fca5120-8bbe-4004-97d0-6d6296cca52f 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-09-03T05:49:53.804Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@60a10a1f, org.onap.sdc.toscaparser.api.parameters.Input@64f2223a, org.onap.sdc.toscaparser.api.parameters.Input@15b51fde, org.onap.sdc.toscaparser.api.parameters.Input@3d40966e, org.onap.sdc.toscaparser.api.parameters.Input@55d9822b]
2022-09-03T05:49:53.804Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:49:53.805Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||Service Demo_pNF_bqg0LJvPMSL1YolkWHJ5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:49:53.805Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500|| resourceSeq for service uuid 7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86: pNF c80f1c59-894d
2022-09-03T05:49:53.805Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|INFO|500||Processing PNF resource: 5fca5120-8bbe-4004-97d0-6d6296cca52f
2022-09-03T05:49:53.805Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:49:53.805Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||Service Demo_pNF_bqg0LJvPMSL1YolkWHJ5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:49:53.805Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|INFO|500||Resource customization UUID: e1655538-c025-4847-afee-23e99acf0653 is the same as notified resource customizationUUID: e1655538-c025-4847-afee-23e99acf0653
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-09-03T05:49:53.843Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF c80f1c59-894d 5fca5120-8bbe-4004-97d0-6d6296cca52f 0 ASDC deployResourceStructure
2022-09-03T05:49:53.843Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/artifacts/service-DemoPnfBqg0ljvpmsl1yolkwhj5-csar.csar ASDC sendASDCNotification
2022-09-03T05:49:53.844Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/artifacts/service-DemoPnfBqg0ljvpmsl1yolkwhj5-csar.csar
2022-09-03T05:49:53.844Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T05:49:53.844Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:49:53.845Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:49:53.845Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||try to send status {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662184193843,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/artifacts/service-DemoPnfBqg0ljvpmsl1yolkwhj5-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:49:53.946Z||pool-265-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:49:53.946Z||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-09-03T05:49:53.946Z||pool-265-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:49:53.960Z||pool-265-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:49:53.960Z||pool-265-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:49:54.846Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: de7df84f-12c8-44e6-911f-7c4e606289ed
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:49:54.858Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: de7df84f-12c8-44e6-911f-7c4e606289ed
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:49:54.860Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:49:54.861Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-03T05:49:54.861Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-03T05:49:54.861Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-03T05:49:54.861Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-03T05:49:54.861Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-09-03T05:49:54.861Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?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-09-03T05:49:54.866Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-03T05:50:24.867Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: de7df84f-12c8-44e6-911f-7c4e606289ed 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-09-03T05:50:24.878Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: de7df84f-12c8-44e6-911f-7c4e606289ed and serviceModelVersionId: 7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86
2022-09-03T05:50:24.878Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d3c996c2-3994-4cbe-a0ec-88bde350883d
2022-09-03T05:50:24.879Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0
2022-09-03T05:50:24.884Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106526a8-84b1-464a-87bb-1ab0b151a386/model-vers/model-ver/9cf6337c-e2c1-4b22-9a0d-86b187e22127?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-09-03T05:50:24.921Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||Invoke
2022-09-03T05:50:24.922Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[de7df84f-12c8-44e6-911f-7c4e606289ed], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[02e374dc-efb9-4100-baa1-8c5c142750ba], X-ECOMP-RequestID=[de7df84f-12c8-44e6-911f-7c4e606289ed], X-TransactionId=[], X-ONAP-RequestID=[de7df84f-12c8-44e6-911f-7c4e606289ed], Content-Type=[application/merge-patch+json]}
2022-09-03T05:50:26.463Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||Invoke
2022-09-03T05:50:26.464Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[de7df84f-12c8-44e6-911f-7c4e606289ed], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2fb222e0-d960-492c-9e64-98438fd441e5], X-ECOMP-RequestID=[de7df84f-12c8-44e6-911f-7c4e606289ed], X-TransactionId=[], X-ONAP-RequestID=[de7df84f-12c8-44e6-911f-7c4e606289ed], Content-Type=[application/merge-patch+json]}
2022-09-03T05:50:27.995Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||Invoke
2022-09-03T05:50:27.995Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[de7df84f-12c8-44e6-911f-7c4e606289ed], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f61f76fd-003a-4790-b344-a5dd152fb7fe], X-ECOMP-RequestID=[de7df84f-12c8-44e6-911f-7c4e606289ed], X-TransactionId=[], X-ONAP-RequestID=[de7df84f-12c8-44e6-911f-7c4e606289ed], Content-Type=[application/merge-patch+json]}
2022-09-03T05:50:29.031Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T05:50:29.032Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?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-09-03T05:50:29.032Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T05:50:29.032Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?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-09-03T05:50:29.041Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?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-09-03T05:50:29.042Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID de7df84f-12c8-44e6-911f-7c4e606289ed and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T05:50:29.042Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-03T05:50:29.042Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:50:29.045Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:50:29.045Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||try to send status {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662184229042,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-03T05:50:29.145Z||pool-266-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:50:29.146Z||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-09-03T05:50:29.146Z||pool-266-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:50:29.169Z||pool-266-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:50:29.170Z||pool-266-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":2,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-03T05:50:30.072Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:50:30.072Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T05:50:30.072Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:50:39.644Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:50:39.645Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:50:39.646Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T05:50:39.646Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:50:45.415Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:50:45.416Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?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-09-03T05:50:45.416Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:50:45.442Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:50:45.442Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:50:45.442Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "adf8de28-cdf9-4365-86ec-b8faa67483f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662184178446,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-03T05:50:45.444Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:50:45.444Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:50:45.444Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662184179470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/resourceInstances/pnfc80f1c59894d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:50:45.444Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:50:45.444Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||received message from topic
2022-09-03T05:50:45.444Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662184179470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/resourceInstances/pnfc80f1c59894d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:50:45.444Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:50:49.203Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:50:49.204Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:50:49.204Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T05:50:49.205Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:50:58.741Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:50:58.742Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:50:58.743Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T05:50:58.743Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:51:08.284Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:51:45.413Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:51:45.415Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:51:45.416Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?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-09-03T05:51:45.416Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:51:45.416Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T05:51:45.416Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:51:45.950Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:51:45.951Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T05:51:45.951Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662184179470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/resourceInstances/pnfc80f1c59894d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:51:45.952Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:51:45.952Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T05:51:45.952Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662184179470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/resourceInstances/pnfc80f1c59894d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:51:45.952Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:51:45.953Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T05:51:45.953Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662184179470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/resourceInstances/pnfc80f1c59894d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:51:45.953Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:51:45.953Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T05:51:45.953Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662184179470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/resourceInstances/pnfc80f1c59894d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:51:45.953Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:51:45.953Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T05:51:45.953Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662184179470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/artifacts/service-DemoPnfBqg0ljvpmsl1yolkwhj5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:51:45.953Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:51:45.953Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T05:51:45.954Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662184179470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/artifacts/service-DemoPnfBqg0ljvpmsl1yolkwhj5-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:51:45.954Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:51:45.954Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T05:51:45.954Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662184192010,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/artifacts/service-DemoPnfBqg0ljvpmsl1yolkwhj5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:51:45.954Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:51:45.954Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T05:51:45.954Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662184193843,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqg0ljvpmsl1yolkwhj5/1.0/artifacts/service-DemoPnfBqg0ljvpmsl1yolkwhj5-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:51:45.954Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:51:45.954Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T05:51:45.954Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "de7df84f-12c8-44e6-911f-7c4e606289ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662184229042,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-03T05:51:45.955Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:51:54.970Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:52:45.413Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:52:45.414Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T05:52:45.414Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:52:45.415Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:52:45.416Z||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-09-03T05:52:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T05:52:54.963Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:52:54.964Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:53:45.413Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:53:45.414Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T05:53:45.414Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:53:45.415Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:53:45.416Z||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-09-03T05:53:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T05:53:54.967Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:53:54.970Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:54:45.413Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:54:45.414Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T05:54:45.414Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:54:45.415Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:54:45.416Z||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-09-03T05:54:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T05:54:54.959Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:54:54.959Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:55:45.413Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:55:45.414Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T05:55:45.414Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:55:45.415Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:55:45.416Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?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-09-03T05:55:45.416Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:55:45.841Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:55:45.842Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T05:55:45.842Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "cds",
  "timestamp": 1662184539190,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/resourceInstances/pnf9ac6db3480240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:55:45.843Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:55:46.044Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:55:46.044Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||received message from topic
2022-09-03T05:55:46.044Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"ad3d63d1-d619-4249-85d8-0ee177c409e5","serviceName":"Demo_pNF_MVEevJjHc1EBiZiMR3zZ","serviceVersion":"1.0","serviceUUID":"45cd840c-54e7-4532-bd17-a2572b0ea4da","serviceDescription":"catalog service description","serviceInvariantUUID":"fb07dd6a-0b71-4b65-ae39-ce10f8ef6017","resources":[{"resourceInstanceName":"pNF 9ac6db34-8024 0","resourceName":"pNF 9ac6db34-8024","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5dcfbee7-bb39-402b-9267-52cd52c498fe","resourceInvariantUUID":"7927ba23-4c5b-469d-99ab-9c01038aac84","resourceCustomizationUUID":"67504fb4-53cc-4dfd-8e24-8a3080975c48","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/resourceInstances/pnf9ac6db3480240/artifacts/vf-license-model.xml","artifactChecksum":"N2MzODQyMjU5ZGJmNjNjMDllNTFlNWU5MWQ3MWFjOGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"39f743c3-1333-43d2-95a6-0db44e332cb9","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/resourceInstances/pnf9ac6db3480240/artifacts/pNF.csar","artifactChecksum":"YTQzMzMxNTQyODkzNmYwOWIyZjM1YjcxZDkzMTkxNjM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0bb20cc7-78ef-42cc-9149-815564c7cd4f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/resourceInstances/pnf9ac6db3480240/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"431ab92f-22b5-4071-80d5-3aafb2ffa34f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/resourceInstances/pnf9ac6db3480240/artifacts/vendor-license-model.xml","artifactChecksum":"Mjc1ODAxMzk2ZTZiZjUyYzU2ZDQxYTJiNmIxNDJjYzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"93fca1ac-5cc8-4d73-bd25-3097a14b6626","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/resourceInstances/pnf9ac6db3480240/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"09f2b6cd-a1df-4e96-85c8-8e2b370f92ed","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/resourceInstances/pnf9ac6db3480240/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"13e31bbb-e7ab-493d-a6b2-7c59257aad73","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMveevjjhc1ebizimr3zz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/artifacts/service-DemoPnfMveevjjhc1ebizimr3zz-template.yml","artifactChecksum":"OTUzYWQwNWFkMWE1ODNlMzU3NjY1MmMzMTZlM2ZkY2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1337c826-edf7-4e53-97ac-945ae8ed7300","artifactVersion":"1"},{"artifactName":"service-DemoPnfMveevjjhc1ebizimr3zz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/artifacts/service-DemoPnfMveevjjhc1ebizimr3zz-csar.csar","artifactChecksum":"YTQ4NWFiMzQ3Mzc4ZDA5MWJlZDM3Nzc5ZjEyMzcyYmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3eff8683-2e06-4268-90e8-8dec60e7ac7a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-03T05:55:46.047Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:55:46.047Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:55:46.050Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:55:46.050Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||try to send status {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662184545413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/resourceInstances/pnf9ac6db3480240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:55:46.150Z||pool-267-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:55:46.151Z||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-09-03T05:55:46.152Z||pool-267-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:55:46.167Z||pool-267-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:55:46.168Z||pool-267-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-09-03T05:55:47.051Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:55:47.052Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:55:47.054Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:55:47.054Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||try to send status {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662184545413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/resourceInstances/pnf9ac6db3480240/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:55:47.154Z||pool-268-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:55:47.155Z||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-09-03T05:55:47.155Z||pool-268-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:55:47.169Z||pool-268-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:55:47.170Z||pool-268-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:55:48.054Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:55:48.056Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:55:48.058Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:55:48.058Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||try to send status {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662184545413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/resourceInstances/pnf9ac6db3480240/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:55:48.159Z||pool-269-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:55:48.160Z||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-09-03T05:55:48.160Z||pool-269-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:55:48.174Z||pool-269-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:55:48.175Z||pool-269-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:55:49.059Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:55:49.060Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:55:49.062Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:55:49.062Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||try to send status {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662184545413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/resourceInstances/pnf9ac6db3480240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:55:49.162Z||pool-270-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:55:49.163Z||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-09-03T05:55:49.163Z||pool-270-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:55:49.187Z||pool-270-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:55:49.188Z||pool-270-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-09-03T05:55:50.063Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:55:50.064Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:55:50.067Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:55:50.067Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||try to send status {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662184545413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/resourceInstances/pnf9ac6db3480240/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:55:50.167Z||pool-271-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:55:50.168Z||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-09-03T05:55:50.168Z||pool-271-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:55:50.181Z||pool-271-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:55:50.182Z||pool-271-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:55:51.068Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:55:51.069Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:55:51.072Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:55:51.072Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||try to send status {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662184545413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/resourceInstances/pnf9ac6db3480240/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:55:51.172Z||pool-272-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:55:51.172Z||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-09-03T05:55:51.173Z||pool-272-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:55:51.186Z||pool-272-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:55:51.186Z||pool-272-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:55:52.073Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:55:52.074Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:55:52.076Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:55:52.076Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||try to send status {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662184545413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/artifacts/service-DemoPnfMveevjjhc1ebizimr3zz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:55:52.176Z||pool-273-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:55:52.177Z||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-09-03T05:55:52.177Z||pool-273-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:55:52.190Z||pool-273-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:55:52.191Z||pool-273-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:55:53.077Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:55:53.078Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:55:53.081Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:55:53.081Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||try to send status {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662184545413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/artifacts/service-DemoPnfMveevjjhc1ebizimr3zz-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:55:53.181Z||pool-274-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:55:53.182Z||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-09-03T05:55:53.182Z||pool-274-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:55:53.199Z||pool-274-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:55:53.200Z||pool-274-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:55:54.083Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "serviceName": "Demo_pNF_MVEevJjHc1EBiZiMR3zZ",
  "serviceVersion": "1.0",
  "serviceUUID": "45cd840c-54e7-4532-bd17-a2572b0ea4da",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "fb07dd6a-0b71-4b65-ae39-ce10f8ef6017",
  "resources": [
    {
      "resourceInstanceName": "pNF 9ac6db34-8024 0",
      "resourceCustomizationUUID": "67504fb4-53cc-4dfd-8e24-8a3080975c48",
      "resourceName": "pNF 9ac6db34-8024",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5dcfbee7-bb39-402b-9267-52cd52c498fe",
      "resourceInvariantUUID": "7927ba23-4c5b-469d-99ab-9c01038aac84",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfMveevjjhc1ebizimr3zz-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/artifacts/service-DemoPnfMveevjjhc1ebizimr3zz-csar.csar",
      "artifactChecksum": "YTQ4NWFiMzQ3Mzc4ZDA5MWJlZDM3Nzc5ZjEyMzcyYmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3eff8683-2e06-4268-90e8-8dec60e7ac7a"
    }
  ],
  "workloadContext": "Production"
}
2022-09-03T05:55:54.083Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-03T05:55:54.084Z|de7df84f-12c8-44e6-911f-7c4e606289ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 45cd840c-54e7-4532-bd17-a2572b0ea4da ASDC
2022-09-03T05:55:54.085Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||ASDC Notification:
DistributionID:ad3d63d1-d619-4249-85d8-0ee177c409e5
ServiceName:Demo_pNF_MVEevJjHc1EBiZiMR3zZ
ServiceVersion:1.0
ServiceUUID:45cd840c-54e7-4532-bd17-a2572b0ea4da
ServiceInvariantUUID:fb07dd6a-0b71-4b65-ae39-ce10f8ef6017
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMveevjjhc1ebizimr3zz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/artifacts/service-DemoPnfMveevjjhc1ebizimr3zz-csar.csar
ArtifactUUID:3eff8683-2e06-4268-90e8-8dec60e7ac7a
ArtifactChecksum:YTQ4NWFiMzQ3Mzc4ZDA5MWJlZDM3Nzc5ZjEyMzcyYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 9ac6db34-8024 0
ResourceCustomizationUUID:67504fb4-53cc-4dfd-8e24-8a3080975c48
ResourceInvariantUUID:7927ba23-4c5b-469d-99ab-9c01038aac84
ResourceName:pNF 9ac6db34-8024
ResourceType:PNF
ResourceUUID:5dcfbee7-bb39-402b-9267-52cd52c498fe
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-09-03T05:55:54.085Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 45cd840c-54e7-4532-bd17-a2572b0ea4da 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-09-03T05:55:54.162Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-03T05:55:54.163Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||MSO config path is: /app
2022-09-03T05:55:54.163Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||MSO config path is: /app
2022-09-03T05:55:54.163Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||Trying to download the artifact UUID: 3eff8683-2e06-4268-90e8-8dec60e7ac7a from URL: /sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/artifacts/service-DemoPnfMveevjjhc1ebizimr3zz-csar.csar
2022-09-03T05:55:54.164Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||DistributionClient - download
2022-09-03T05:55:54.164Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/artifacts/service-DemoPnfMveevjjhc1ebizimr3zz-csar.csar
2022-09-03T05:55:54.306Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||GET Response Status 200
2022-09-03T05:55:54.310Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/artifacts/service-DemoPnfMveevjjhc1ebizimr3zz-csar.csar 3eff8683-2e06-4268-90e8-8dec60e7ac7a 82659
2022-09-03T05:55:54.311Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/artifacts/service-DemoPnfMveevjjhc1ebizimr3zz-csar.csar ASDC sendASDCNotification
2022-09-03T05:55:54.311Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/artifacts/service-DemoPnfMveevjjhc1ebizimr3zz-csar.csar
2022-09-03T05:55:54.311Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T05:55:54.312Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:55:54.313Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:55:54.313Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||try to send status {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662184554311,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/artifacts/service-DemoPnfMveevjjhc1ebizimr3zz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:55:54.414Z||pool-275-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-03T05:55:54.414Z||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-09-03T05:55:54.414Z||pool-275-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:55:54.429Z||pool-275-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:55:54.429Z||pool-275-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:55:55.314Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-03T05:55:55.315Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||MSO config path is: /app
2022-09-03T05:55:55.315Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||Trying to write artifact UUID: 3eff8683-2e06-4268-90e8-8dec60e7ac7a, URL: /sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/artifacts/service-DemoPnfMveevjjhc1ebizimr3zz-csar.csar to file: /app/ASDC/1/service-DemoPnfMveevjjhc1ebizimr3zz-csar.csar
2022-09-03T05:55:55.316Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMveevjjhc1ebizimr3zz-csar.csar
2022-09-03T05:55:55.316Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMveevjjhc1ebizimr3zz-csar.csar
2022-09-03T05:55:55.317Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMveevjjhc1ebizimr3zz-csar.csar
2022-09-03T05:55:55.483Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13110566428335731654/Definitions/service-DemoPnfMveevjjhc1ebizimr3zz-template.yml
2022-09-03T05:55:56.356Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-09-03T05:55:56.357Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|WARN|500||####################################################################################################
2022-09-03T05:55:56.357Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMveevjjhc1ebizimr3zz-csar.csar
2022-09-03T05:55:56.358Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-03T05:55:56.358Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?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-DemoPnfMveevjjhc1ebizimr3zz-csar.csar
2022-09-03T05:55:56.358Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?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-DemoPnfMveevjjhc1ebizimr3zz-csar.csar
2022-09-03T05:55:56.358Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?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-DemoPnfMveevjjhc1ebizimr3zz-csar.csar
2022-09-03T05:55:56.358Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?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-DemoPnfMveevjjhc1ebizimr3zz-csar.csar
2022-09-03T05:55:56.359Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?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-DemoPnfMveevjjhc1ebizimr3zz-csar.csar
2022-09-03T05:55:56.359Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 9ac6db34-8024 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-DemoPnfMveevjjhc1ebizimr3zz-csar.csar
2022-09-03T05:55:56.359Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?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-DemoPnfMveevjjhc1ebizimr3zz-csar.csar
2022-09-03T05:55:56.359Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|WARN|500||####################################################################################################
2022-09-03T05:55:56.360Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:55:56.360Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||Service Demo_pNF_MVEevJjHc1EBiZiMR3zZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:55:56.360Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||Node template pNF 9ac6db34-8024 0 is matching search criteria
2022-09-03T05:55:56.361Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||Search for entities recursively
2022-09-03T05:55:56.361Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||Found topology templates [pNF 9ac6db34-8024 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-03T05:55:56.361Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:55:56.361Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||Service Demo_pNF_MVEevJjHc1EBiZiMR3zZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:55:56.362Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||Node template pNF 9ac6db34-8024 0 is matching search criteria
2022-09-03T05:55:56.362Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||Search for entities recursively
2022-09-03T05:55:56.362Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||Found topology templates [pNF 9ac6db34-8024 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-03T05:55:56.362Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:55:56.363Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||Service Demo_pNF_MVEevJjHc1EBiZiMR3zZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:55:56.363Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:55:56.363Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||Service Demo_pNF_MVEevJjHc1EBiZiMR3zZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:55:56.363Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:55:56.364Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||Service Demo_pNF_MVEevJjHc1EBiZiMR3zZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:55:56.364Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:55:56.364Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||Service Demo_pNF_MVEevJjHc1EBiZiMR3zZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:55:56.364Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:55:56.364Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||Service Demo_pNF_MVEevJjHc1EBiZiMR3zZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:55:56.365Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_MVEevJjHc1EBiZiMR3zZ
Description:catalog service description
Model UUID:45cd840c-54e7-4532-bd17-a2572b0ea4da
Model Version:NULL
Model InvariantUuid:fb07dd6a-0b71-4b65-ae39-ce10f8ef6017
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-09-03T05:55:56.372Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: 5dcfbee7-bb39-402b-9267-52cd52c498fe
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-03T05:55:56.378Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||pNF 9ac6db34-8024 0
2022-09-03T05:55:56.378Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: 5dcfbee7-bb39-402b-9267-52cd52c498fe
2022-09-03T05:55:56.378Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||No resources found for Service: 45cd840c-54e7-4532-bd17-a2572b0ea4da
2022-09-03T05:55:56.378Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||Preparing to deploy Service: 45cd840c-54e7-4532-bd17-a2572b0ea4da
2022-09-03T05:55:56.379Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 9ac6db34-8024 0 5dcfbee7-bb39-402b-9267-52cd52c498fe 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-09-03T05:55:56.384Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6e68f70a, org.onap.sdc.toscaparser.api.parameters.Input@5ef1c3d, org.onap.sdc.toscaparser.api.parameters.Input@b82f00b, org.onap.sdc.toscaparser.api.parameters.Input@3325665, org.onap.sdc.toscaparser.api.parameters.Input@2acb21ae]
2022-09-03T05:55:56.384Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:55:56.384Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||Service Demo_pNF_MVEevJjHc1EBiZiMR3zZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:55:56.385Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500|| resourceSeq for service uuid 45cd840c-54e7-4532-bd17-a2572b0ea4da: pNF 9ac6db34-8024
2022-09-03T05:55:56.385Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||Processing PNF resource: 5dcfbee7-bb39-402b-9267-52cd52c498fe
2022-09-03T05:55:56.385Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T05:55:56.386Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||Service Demo_pNF_MVEevJjHc1EBiZiMR3zZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:55:56.386Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||Resource customization UUID: 67504fb4-53cc-4dfd-8e24-8a3080975c48 is the same as notified resource customizationUUID: 67504fb4-53cc-4dfd-8e24-8a3080975c48
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-09-03T05:55:56.457Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 9ac6db34-8024 5dcfbee7-bb39-402b-9267-52cd52c498fe 0 ASDC deployResourceStructure
2022-09-03T05:55:56.457Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/artifacts/service-DemoPnfMveevjjhc1ebizimr3zz-csar.csar ASDC sendASDCNotification
2022-09-03T05:55:56.457Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/artifacts/service-DemoPnfMveevjjhc1ebizimr3zz-csar.csar
2022-09-03T05:55:56.457Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T05:55:56.458Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:55:56.460Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:55:56.460Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||try to send status {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662184556457,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/artifacts/service-DemoPnfMveevjjhc1ebizimr3zz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:55:56.560Z||pool-276-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:55:56.561Z||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-09-03T05:55:56.561Z||pool-276-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:55:56.575Z||pool-276-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:55:56.576Z||pool-276-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-09-03T05:55:57.463Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ad3d63d1-d619-4249-85d8-0ee177c409e5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:55:57.480Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ad3d63d1-d619-4249-85d8-0ee177c409e5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:55:57.482Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:55:57.482Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-03T05:55:57.482Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-03T05:56:27.482Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ad3d63d1-d619-4249-85d8-0ee177c409e5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:56:27.495Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ad3d63d1-d619-4249-85d8-0ee177c409e5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:56:27.496Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:56:27.496Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-03T05:56:27.496Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-03T05:56:45.415Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:56:45.416Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?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-09-03T05:56:45.416Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:56:45.443Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:56:45.443Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:56:45.444Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "policy-id",
  "timestamp": 1662184540374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/resourceInstances/pnf9ac6db3480240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:56:45.444Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:56:57.497Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ad3d63d1-d619-4249-85d8-0ee177c409e5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:56:57.530Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ad3d63d1-d619-4249-85d8-0ee177c409e5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:56:57.531Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:56:57.532Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-03T05:56:57.532Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-03T05:57:27.532Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ad3d63d1-d619-4249-85d8-0ee177c409e5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:57:27.544Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ad3d63d1-d619-4249-85d8-0ee177c409e5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:57:27.548Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:57:27.548Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-03T05:57:27.548Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-03T05:57:45.415Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:57:45.416Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?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-09-03T05:57:45.416Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:57:45.440Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:57:45.440Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:57:45.440Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662184545413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/resourceInstances/pnf9ac6db3480240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:57:45.440Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:57:57.549Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ad3d63d1-d619-4249-85d8-0ee177c409e5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:57:57.567Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ad3d63d1-d619-4249-85d8-0ee177c409e5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:57:57.570Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:57:57.570Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-03T05:57:57.570Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-03T05:58:27.570Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ad3d63d1-d619-4249-85d8-0ee177c409e5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:58:27.592Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ad3d63d1-d619-4249-85d8-0ee177c409e5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:58:27.594Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:58:27.594Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-03T05:58:27.595Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-03T05:58:45.415Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:58:45.416Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?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-09-03T05:58:45.416Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:58:45.948Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:58:45.949Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:45.949Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "cds",
  "timestamp": 1662184539190,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/resourceInstances/pnf9ac6db3480240/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:58:45.950Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:58:45.950Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:45.950Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "policy-id",
  "timestamp": 1662184540374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/resourceInstances/pnf9ac6db3480240/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:58:45.950Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:58:45.950Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:45.950Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662184545413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/resourceInstances/pnf9ac6db3480240/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:58:45.951Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:58:45.951Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:45.951Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "cds",
  "timestamp": 1662184539190,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/resourceInstances/pnf9ac6db3480240/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:58:45.951Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:58:45.951Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:45.951Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "policy-id",
  "timestamp": 1662184540374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/resourceInstances/pnf9ac6db3480240/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:58:45.951Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:58:45.951Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:45.951Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662184545413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/resourceInstances/pnf9ac6db3480240/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:58:45.951Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:58:45.951Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:45.952Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "cds",
  "timestamp": 1662184539190,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/resourceInstances/pnf9ac6db3480240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:58:45.952Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:58:45.952Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:45.952Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "policy-id",
  "timestamp": 1662184540374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/resourceInstances/pnf9ac6db3480240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:58:45.952Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:58:45.952Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:45.952Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662184545413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/resourceInstances/pnf9ac6db3480240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:58:45.952Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:58:45.952Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:45.952Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "cds",
  "timestamp": 1662184539190,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/resourceInstances/pnf9ac6db3480240/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:58:45.952Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:58:45.953Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:45.953Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "policy-id",
  "timestamp": 1662184540374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/resourceInstances/pnf9ac6db3480240/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:58:45.953Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:58:45.953Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:45.953Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662184550408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/resourceInstances/pnf9ac6db3480240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:58:45.953Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:58:45.953Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:45.953Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662184545413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/resourceInstances/pnf9ac6db3480240/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:58:45.953Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:58:45.953Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:45.953Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "cds",
  "timestamp": 1662184539190,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/resourceInstances/pnf9ac6db3480240/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:58:45.953Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:58:45.953Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:45.954Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "policy-id",
  "timestamp": 1662184540374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/resourceInstances/pnf9ac6db3480240/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:58:45.954Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:58:45.954Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:45.954Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662184550408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/resourceInstances/pnf9ac6db3480240/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:58:45.954Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:58:45.954Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:45.954Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662184545413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/resourceInstances/pnf9ac6db3480240/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:58:45.954Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:58:45.954Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:45.954Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "cds",
  "timestamp": 1662184539190,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/artifacts/service-DemoPnfMveevjjhc1ebizimr3zz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:58:45.954Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:58:45.954Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:45.955Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "policy-id",
  "timestamp": 1662184540374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/artifacts/service-DemoPnfMveevjjhc1ebizimr3zz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:58:45.955Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:58:45.955Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:45.955Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662184552109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/resourceInstances/pnf9ac6db3480240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:58:45.955Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:58:45.955Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:45.955Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662184550408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/resourceInstances/pnf9ac6db3480240/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:58:45.955Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:58:45.955Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:45.955Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662184545413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/artifacts/service-DemoPnfMveevjjhc1ebizimr3zz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:58:45.955Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:58:45.955Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:45.955Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "cds",
  "timestamp": 1662184539190,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/artifacts/service-DemoPnfMveevjjhc1ebizimr3zz-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:58:45.956Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:58:45.956Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:45.956Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "policy-id",
  "timestamp": 1662184540374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/artifacts/service-DemoPnfMveevjjhc1ebizimr3zz-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:58:45.956Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:58:45.956Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:45.956Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662184552109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/resourceInstances/pnf9ac6db3480240/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:58:45.956Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:58:45.956Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:45.956Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662184552772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/resourceInstances/pnf9ac6db3480240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:58:45.956Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:58:45.956Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:45.956Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662184550408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/resourceInstances/pnf9ac6db3480240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:58:45.957Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:58:45.957Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:45.957Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662184545413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/artifacts/service-DemoPnfMveevjjhc1ebizimr3zz-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:58:45.957Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:58:45.957Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:45.957Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "cds",
  "timestamp": 1662184554662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/artifacts/service-DemoPnfMveevjjhc1ebizimr3zz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:58:45.957Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:58:45.957Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:45.957Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "policy-id",
  "timestamp": 1662184554313,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/artifacts/service-DemoPnfMveevjjhc1ebizimr3zz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:58:45.957Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:58:45.958Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:45.958Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662184552772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/resourceInstances/pnf9ac6db3480240/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:58:45.958Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:58:45.958Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:45.958Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662184552109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/resourceInstances/pnf9ac6db3480240/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:58:45.958Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:58:45.958Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:45.958Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662184550408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/resourceInstances/pnf9ac6db3480240/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:58:45.958Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:58:45.958Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:45.958Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662184554311,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/artifacts/service-DemoPnfMveevjjhc1ebizimr3zz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:58:45.958Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:58:45.958Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:45.959Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "cds",
  "timestamp": 1662184555668,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/artifacts/service-DemoPnfMveevjjhc1ebizimr3zz-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-09-03T05:58:46.004Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ad3d63d1-d619-4249-85d8-0ee177c409e5
2022-09-03T05:58:46.004Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId ad3d63d1-d619-4249-85d8-0ee177c409e5 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-09-03T05:58:46.033Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:46.034Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "policy-id",
  "timestamp": 1662184555322,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/artifacts/service-DemoPnfMveevjjhc1ebizimr3zz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:58:46.034Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:58:46.034Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:46.034Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662184552772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/resourceInstances/pnf9ac6db3480240/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:58:46.034Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:58:46.034Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:46.034Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662184552109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/resourceInstances/pnf9ac6db3480240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:58:46.034Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:58:46.035Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:46.035Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662184550408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/resourceInstances/pnf9ac6db3480240/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:58:46.035Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:58:46.035Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:46.035Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "policy-id",
  "timestamp": 1662184556325,
  "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-09-03T05:58:46.056Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ad3d63d1-d619-4249-85d8-0ee177c409e5
2022-09-03T05:58:46.056Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId ad3d63d1-d619-4249-85d8-0ee177c409e5 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-09-03T05:58:46.100Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:46.101Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662184552109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/resourceInstances/pnf9ac6db3480240/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:58:46.101Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:58:46.101Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:46.101Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662184552772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/resourceInstances/pnf9ac6db3480240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:58:46.101Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:58:46.101Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:46.101Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662184550408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/artifacts/service-DemoPnfMveevjjhc1ebizimr3zz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:58:46.102Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:58:46.102Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:46.102Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662184556457,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/artifacts/service-DemoPnfMveevjjhc1ebizimr3zz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:58:46.102Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:58:46.102Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:46.102Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662184552772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/resourceInstances/pnf9ac6db3480240/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:58:46.102Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:58:46.102Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:46.102Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662184552109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/resourceInstances/pnf9ac6db3480240/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:58:46.102Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:58:46.102Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:46.102Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662184550408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/artifacts/service-DemoPnfMveevjjhc1ebizimr3zz-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:58:46.103Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:58:46.103Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:46.103Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662184552109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/artifacts/service-DemoPnfMveevjjhc1ebizimr3zz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:58:46.103Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:58:46.103Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:46.103Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662184552772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/resourceInstances/pnf9ac6db3480240/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-09-03T05:58:46.103Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:58:46.103Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:46.103Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662184552772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/artifacts/service-DemoPnfMveevjjhc1ebizimr3zz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:58:46.103Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:58:46.103Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:46.103Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662184552109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/artifacts/service-DemoPnfMveevjjhc1ebizimr3zz-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:58:46.104Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:58:46.104Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:46.104Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "aai-ml",
  "timestamp": 1662184559978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/resourceInstances/pnf9ac6db3480240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:58:46.104Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:58:46.104Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:46.104Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662184552772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/artifacts/service-DemoPnfMveevjjhc1ebizimr3zz-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:58:46.104Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:58:46.104Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:46.104Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662184560856,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/artifacts/service-DemoPnfMveevjjhc1ebizimr3zz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:58:46.104Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:58:46.104Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:46.104Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "aai-ml",
  "timestamp": 1662184559978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/resourceInstances/pnf9ac6db3480240/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:58:46.104Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:58:46.105Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:46.105Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662184561546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/resourceInstances/pnf9ac6db3480240/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:58:46.105Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:58:46.105Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:46.105Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "aai-ml",
  "timestamp": 1662184559978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/resourceInstances/pnf9ac6db3480240/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:58:46.105Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:58:46.105Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:46.105Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662184562898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/artifacts/service-DemoPnfMveevjjhc1ebizimr3zz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:58:46.105Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:58:46.105Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:46.106Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662184562562,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/resourceInstances/pnf9ac6db3480240/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-09-03T05:58:46.106Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:58:46.106Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:46.106Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "aai-ml",
  "timestamp": 1662184559978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/resourceInstances/pnf9ac6db3480240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:58:46.106Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:58:46.106Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:46.106Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662184563901,
  "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-09-03T05:58:46.121Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ad3d63d1-d619-4249-85d8-0ee177c409e5
2022-09-03T05:58:46.121Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId ad3d63d1-d619-4249-85d8-0ee177c409e5 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-09-03T05:58:46.139Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:46.140Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662184563564,
  "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-09-03T05:58:46.148Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of ad3d63d1-d619-4249-85d8-0ee177c409e5
2022-09-03T05:58:46.148Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId ad3d63d1-d619-4249-85d8-0ee177c409e5 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-09-03T05:58:46.176Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:46.176Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "clamp",
  "timestamp": 1662184563963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/resourceInstances/pnf9ac6db3480240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:58:46.176Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:58:46.176Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:46.176Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "aai-ml",
  "timestamp": 1662184559978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/resourceInstances/pnf9ac6db3480240/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:58:46.176Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:58:46.177Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:46.177Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "clamp",
  "timestamp": 1662184563963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/resourceInstances/pnf9ac6db3480240/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:58:46.177Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:58:46.177Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:46.177Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "aai-ml",
  "timestamp": 1662184559978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/resourceInstances/pnf9ac6db3480240/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:58:46.177Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:58:46.177Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:46.177Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "clamp",
  "timestamp": 1662184563963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/resourceInstances/pnf9ac6db3480240/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:58:46.178Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:58:46.178Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:46.178Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "aai-ml",
  "timestamp": 1662184559978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/artifacts/service-DemoPnfMveevjjhc1ebizimr3zz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:58:46.178Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:58:46.178Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:46.178Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "clamp",
  "timestamp": 1662184563963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/resourceInstances/pnf9ac6db3480240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:58:46.179Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:58:46.179Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:46.179Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "aai-ml",
  "timestamp": 1662184559978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/artifacts/service-DemoPnfMveevjjhc1ebizimr3zz-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:58:46.179Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:58:46.179Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:46.179Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "clamp",
  "timestamp": 1662184563963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/resourceInstances/pnf9ac6db3480240/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:58:46.179Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:58:46.179Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:46.180Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "aai-ml",
  "timestamp": 1662184568737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/artifacts/service-DemoPnfMveevjjhc1ebizimr3zz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:58:46.180Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:58:46.180Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:46.180Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "clamp",
  "timestamp": 1662184563963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/resourceInstances/pnf9ac6db3480240/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:58:46.180Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:58:46.180Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:46.180Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "clamp",
  "timestamp": 1662184563963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/artifacts/service-DemoPnfMveevjjhc1ebizimr3zz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T05:58:46.180Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:58:46.181Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:46.181Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "clamp",
  "timestamp": 1662184563963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/artifacts/service-DemoPnfMveevjjhc1ebizimr3zz-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T05:58:46.181Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T05:58:46.181Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:46.181Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "aai-ml",
  "timestamp": 1662184574061,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/artifacts/service-DemoPnfMveevjjhc1ebizimr3zz-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-09-03T05:58:46.181Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:58:46.181Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:46.181Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "aai-ml",
  "timestamp": 1662184575064,
  "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-09-03T05:58:46.188Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of ad3d63d1-d619-4249-85d8-0ee177c409e5
2022-09-03T05:58:46.188Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId ad3d63d1-d619-4249-85d8-0ee177c409e5 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-09-03T05:58:46.209Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:46.209Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "clamp",
  "timestamp": 1662184583680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/artifacts/service-DemoPnfMveevjjhc1ebizimr3zz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T05:58:46.209Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:58:46.209Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:46.210Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "clamp",
  "timestamp": 1662184586683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMveevjjhc1ebizimr3zz/1.0/artifacts/service-DemoPnfMveevjjhc1ebizimr3zz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T05:58:46.210Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:58:46.210Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:58:46.210Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "clamp",
  "timestamp": 1662184587688,
  "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-09-03T05:58:46.215Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ad3d63d1-d619-4249-85d8-0ee177c409e5
2022-09-03T05:58:46.215Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId ad3d63d1-d619-4249-85d8-0ee177c409e5 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-09-03T05:58:57.595Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ad3d63d1-d619-4249-85d8-0ee177c409e5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:58:57.640Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ad3d63d1-d619-4249-85d8-0ee177c409e5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T05:58:57.642Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:58:57.643Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-03T05:58:57.643Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-03T05:58:57.643Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-03T05:58:57.643Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-03T05:58:57.643Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-09-03T05:58:57.644Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?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-09-03T05:58:57.652Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-03T05:59:27.652Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: ad3d63d1-d619-4249-85d8-0ee177c409e5 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-09-03T05:59:27.665Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ad3d63d1-d619-4249-85d8-0ee177c409e5 and serviceModelVersionId: 45cd840c-54e7-4532-bd17-a2572b0ea4da
2022-09-03T05:59:27.665Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fb07dd6a-0b71-4b65-ae39-ce10f8ef6017
2022-09-03T05:59:27.666Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fb07dd6a-0b71-4b65-ae39-ce10f8ef6017/model-vers/model-ver/45cd840c-54e7-4532-bd17-a2572b0ea4da?depth=0
2022-09-03T05:59:27.670Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c996c2-3994-4cbe-a0ec-88bde350883d/model-vers/model-ver/7e612a84-ef77-4c5a-a7f5-c2a6c9cc5c86?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-09-03T05:59:27.698Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb07dd6a-0b71-4b65-ae39-ce10f8ef6017/model-vers/model-ver/45cd840c-54e7-4532-bd17-a2572b0ea4da?depth=0|INFO|500||Invoke
2022-09-03T05:59:27.699Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb07dd6a-0b71-4b65-ae39-ce10f8ef6017/model-vers/model-ver/45cd840c-54e7-4532-bd17-a2572b0ea4da?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb07dd6a-0b71-4b65-ae39-ce10f8ef6017/model-vers/model-ver/45cd840c-54e7-4532-bd17-a2572b0ea4da?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ad3d63d1-d619-4249-85d8-0ee177c409e5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e8487e29-ddc0-4164-9015-7f4baae617ce], X-ECOMP-RequestID=[ad3d63d1-d619-4249-85d8-0ee177c409e5], X-TransactionId=[], X-ONAP-RequestID=[ad3d63d1-d619-4249-85d8-0ee177c409e5], Content-Type=[application/merge-patch+json]}
2022-09-03T05:59:29.243Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb07dd6a-0b71-4b65-ae39-ce10f8ef6017/model-vers/model-ver/45cd840c-54e7-4532-bd17-a2572b0ea4da?depth=0|INFO|500||Invoke
2022-09-03T05:59:29.243Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb07dd6a-0b71-4b65-ae39-ce10f8ef6017/model-vers/model-ver/45cd840c-54e7-4532-bd17-a2572b0ea4da?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb07dd6a-0b71-4b65-ae39-ce10f8ef6017/model-vers/model-ver/45cd840c-54e7-4532-bd17-a2572b0ea4da?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ad3d63d1-d619-4249-85d8-0ee177c409e5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c97476e7-4205-4ca6-8e00-4367b0909bd2], X-ECOMP-RequestID=[ad3d63d1-d619-4249-85d8-0ee177c409e5], X-TransactionId=[], X-ONAP-RequestID=[ad3d63d1-d619-4249-85d8-0ee177c409e5], Content-Type=[application/merge-patch+json]}
2022-09-03T05:59:30.785Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb07dd6a-0b71-4b65-ae39-ce10f8ef6017/model-vers/model-ver/45cd840c-54e7-4532-bd17-a2572b0ea4da?depth=0|INFO|500||Invoke
2022-09-03T05:59:30.785Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb07dd6a-0b71-4b65-ae39-ce10f8ef6017/model-vers/model-ver/45cd840c-54e7-4532-bd17-a2572b0ea4da?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb07dd6a-0b71-4b65-ae39-ce10f8ef6017/model-vers/model-ver/45cd840c-54e7-4532-bd17-a2572b0ea4da?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ad3d63d1-d619-4249-85d8-0ee177c409e5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1619ee61-7c7e-4d8b-ab57-39180add9047], X-ECOMP-RequestID=[ad3d63d1-d619-4249-85d8-0ee177c409e5], X-TransactionId=[], X-ONAP-RequestID=[ad3d63d1-d619-4249-85d8-0ee177c409e5], Content-Type=[application/merge-patch+json]}
2022-09-03T05:59:31.814Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb07dd6a-0b71-4b65-ae39-ce10f8ef6017/model-vers/model-ver/45cd840c-54e7-4532-bd17-a2572b0ea4da?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T05:59:31.814Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb07dd6a-0b71-4b65-ae39-ce10f8ef6017/model-vers/model-ver/45cd840c-54e7-4532-bd17-a2572b0ea4da?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-09-03T05:59:31.815Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb07dd6a-0b71-4b65-ae39-ce10f8ef6017/model-vers/model-ver/45cd840c-54e7-4532-bd17-a2572b0ea4da?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T05:59:31.815Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb07dd6a-0b71-4b65-ae39-ce10f8ef6017/model-vers/model-ver/45cd840c-54e7-4532-bd17-a2572b0ea4da?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-09-03T05:59:31.820Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb07dd6a-0b71-4b65-ae39-ce10f8ef6017/model-vers/model-ver/45cd840c-54e7-4532-bd17-a2572b0ea4da?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-09-03T05:59:31.821Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb07dd6a-0b71-4b65-ae39-ce10f8ef6017/model-vers/model-ver/45cd840c-54e7-4532-bd17-a2572b0ea4da?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ad3d63d1-d619-4249-85d8-0ee177c409e5 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T05:59:31.821Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb07dd6a-0b71-4b65-ae39-ce10f8ef6017/model-vers/model-ver/45cd840c-54e7-4532-bd17-a2572b0ea4da?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-03T05:59:31.822Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb07dd6a-0b71-4b65-ae39-ce10f8ef6017/model-vers/model-ver/45cd840c-54e7-4532-bd17-a2572b0ea4da?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:59:31.824Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb07dd6a-0b71-4b65-ae39-ce10f8ef6017/model-vers/model-ver/45cd840c-54e7-4532-bd17-a2572b0ea4da?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:59:31.824Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb07dd6a-0b71-4b65-ae39-ce10f8ef6017/model-vers/model-ver/45cd840c-54e7-4532-bd17-a2572b0ea4da?depth=0|DEBUG|500||try to send status {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662184771821,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-03T05:59:31.924Z||pool-277-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:59:31.925Z||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-09-03T05:59:31.925Z||pool-277-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:59:31.945Z||pool-277-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:59:31.945Z||pool-277-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-09-03T05:59:32.855Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:59:32.856Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T05:59:32.856Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:59:43.148Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:59:43.148Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:59:43.148Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T05:59:43.148Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:59:45.415Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:59:45.416Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?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-09-03T05:59:45.416Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:59:46.048Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:59:46.048Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||received message from topic
2022-09-03T05:59:46.049Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ad3d63d1-d619-4249-85d8-0ee177c409e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662184771821,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-03T05:59:46.049Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:59:52.718Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T05:59:52.718Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:59:52.719Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T05:59:52.719Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:00:02.258Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:00:02.258Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:00:02.258Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T06:00:02.259Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:00:11.800Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:00:45.413Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:00:45.413Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T06:00:45.414Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:00:45.415Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:00:45.415Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?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-09-03T06:00:45.415Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:00:54.971Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:00:54.997Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:01:45.413Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:01:45.414Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T06:01:45.415Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:01:45.415Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:01:45.416Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?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-09-03T06:01:45.416Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:01:54.970Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:01:54.970Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:02:45.413Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:02:45.415Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T06:02:45.415Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:02:45.415Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb07dd6a-0b71-4b65-ae39-ce10f8ef6017/model-vers/model-ver/45cd840c-54e7-4532-bd17-a2572b0ea4da?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:02:45.415Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb07dd6a-0b71-4b65-ae39-ce10f8ef6017/model-vers/model-ver/45cd840c-54e7-4532-bd17-a2572b0ea4da?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-09-03T06:02:45.415Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb07dd6a-0b71-4b65-ae39-ce10f8ef6017/model-vers/model-ver/45cd840c-54e7-4532-bd17-a2572b0ea4da?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:02:54.965Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:02:54.965Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb07dd6a-0b71-4b65-ae39-ce10f8ef6017/model-vers/model-ver/45cd840c-54e7-4532-bd17-a2572b0ea4da?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:03:45.413Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:03:45.414Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T06:03:45.414Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:03:45.415Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:03:45.416Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?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-09-03T06:03:45.416Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:03:54.978Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:03:54.980Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:04:45.413Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:04:45.414Z||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-09-03T06:04:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T06:04:45.415Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:04:45.416Z||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-09-03T06:04:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T06:04:54.964Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:04:54.971Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:05:45.413Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:05:45.414Z||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-09-03T06:05:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T06:05:45.415Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:05:45.416Z||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-09-03T06:05:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T06:05:54.983Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:05:54.983Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:06:45.413Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:06:45.414Z||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-09-03T06:06:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T06:06:45.415Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:06:45.415Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?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-09-03T06:06:45.415Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:06:45.547Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:06:45.548Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:06:45.548Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "clamp",
  "timestamp": 1662185193963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/resourceInstances/pnfc449a44d339c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:06:45.549Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:06:45.549Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:06:45.549Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "aai-ml",
  "timestamp": 1662185189978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/resourceInstances/pnfc449a44d339c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:06:45.549Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:06:45.549Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:06:45.549Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662185192772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/resourceInstances/pnfc449a44d339c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:06:45.549Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:06:45.550Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:06:45.550Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662185190408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/resourceInstances/pnfc449a44d339c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:06:45.550Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:06:45.550Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:06:45.550Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "clamp",
  "timestamp": 1662185193963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/resourceInstances/pnfc449a44d339c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:06:45.550Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:06:45.550Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:06:45.550Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662185192772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/resourceInstances/pnfc449a44d339c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:06:45.550Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:06:45.550Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:06:45.550Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "aai-ml",
  "timestamp": 1662185189978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/resourceInstances/pnfc449a44d339c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:06:45.551Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:06:45.551Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:06:45.551Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662185190408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/resourceInstances/pnfc449a44d339c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:06:45.551Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:06:45.551Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:06:45.551Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "cds",
  "timestamp": 1662185199191,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/resourceInstances/pnfc449a44d339c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:06:45.551Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:06:45.551Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:06:45.551Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "clamp",
  "timestamp": 1662185193963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/resourceInstances/pnfc449a44d339c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:06:45.551Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:06:45.552Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:06:45.552Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662185192772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/resourceInstances/pnfc449a44d339c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:06:45.552Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:06:45.552Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:06:45.552Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "aai-ml",
  "timestamp": 1662185189978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/resourceInstances/pnfc449a44d339c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:06:45.552Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:06:45.552Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:06:45.552Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662185190408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/resourceInstances/pnfc449a44d339c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:06:45.552Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:06:45.552Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:06:45.552Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "cds",
  "timestamp": 1662185199191,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/resourceInstances/pnfc449a44d339c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:06:45.552Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:06:45.553Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:06:45.553Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "policy-id",
  "timestamp": 1662185200374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/resourceInstances/pnfc449a44d339c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:06:45.553Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:06:45.553Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:06:45.553Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "clamp",
  "timestamp": 1662185193963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/resourceInstances/pnfc449a44d339c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:06:45.553Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:06:45.553Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:06:45.553Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "aai-ml",
  "timestamp": 1662185189978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/resourceInstances/pnfc449a44d339c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:06:45.553Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:06:45.553Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:06:45.553Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662185192772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/resourceInstances/pnfc449a44d339c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:06:45.553Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:06:45.554Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:06:45.554Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662185190408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/resourceInstances/pnfc449a44d339c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:06:45.554Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:06:45.554Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:06:45.554Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "cds",
  "timestamp": 1662185199191,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/resourceInstances/pnfc449a44d339c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:06:45.554Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:06:45.554Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:06:45.554Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "policy-id",
  "timestamp": 1662185200374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/resourceInstances/pnfc449a44d339c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:06:45.554Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:06:45.554Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:06:45.554Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "clamp",
  "timestamp": 1662185193963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/resourceInstances/pnfc449a44d339c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:06:45.555Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:06:45.555Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:06:45.555Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "aai-ml",
  "timestamp": 1662185189978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/resourceInstances/pnfc449a44d339c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:06:45.555Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:06:45.555Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:06:45.555Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662185192772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/resourceInstances/pnfc449a44d339c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:06:45.555Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:06:45.555Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:06:45.555Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662185190408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/resourceInstances/pnfc449a44d339c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:06:45.555Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:06:45.555Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:06:45.556Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "cds",
  "timestamp": 1662185199191,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/resourceInstances/pnfc449a44d339c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:06:45.556Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:06:45.556Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:06:45.556Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "policy-id",
  "timestamp": 1662185200374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/resourceInstances/pnfc449a44d339c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:06:45.556Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:06:45.556Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:06:45.556Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "clamp",
  "timestamp": 1662185193963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/resourceInstances/pnfc449a44d339c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:06:45.556Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:06:45.556Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:06:45.556Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "aai-ml",
  "timestamp": 1662185189978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/resourceInstances/pnfc449a44d339c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:06:45.556Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:06:45.557Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:06:45.557Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662185192772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/resourceInstances/pnfc449a44d339c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-09-03T06:06:45.557Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:06:45.557Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:06:45.557Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662185190408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/resourceInstances/pnfc449a44d339c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:06:45.557Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:06:45.557Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:06:45.557Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "cds",
  "timestamp": 1662185199191,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/resourceInstances/pnfc449a44d339c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:06:45.557Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:06:45.557Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:06:45.557Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "policy-id",
  "timestamp": 1662185200374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/resourceInstances/pnfc449a44d339c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:06:45.558Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:06:45.558Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:06:45.558Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662185192772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/artifacts/service-DemoPnfDkva50twd6kbh3l33cov-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:06:45.558Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:06:45.558Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:06:45.558Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "aai-ml",
  "timestamp": 1662185189978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/artifacts/service-DemoPnfDkva50twd6kbh3l33cov-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:06:45.558Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:06:45.558Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:06:45.558Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "clamp",
  "timestamp": 1662185193963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/artifacts/service-DemoPnfDkva50twd6kbh3l33cov-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:06:45.558Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:06:45.558Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:06:45.559Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662185190408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/artifacts/service-DemoPnfDkva50twd6kbh3l33cov-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:06:45.559Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:06:45.559Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:06:45.559Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "cds",
  "timestamp": 1662185199191,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/resourceInstances/pnfc449a44d339c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:06:45.559Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:06:45.559Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:06:45.559Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "policy-id",
  "timestamp": 1662185200374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/resourceInstances/pnfc449a44d339c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:06:45.559Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:06:45.559Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:06:45.559Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662185192772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/artifacts/service-DemoPnfDkva50twd6kbh3l33cov-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:06:45.560Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:06:45.560Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:06:45.560Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "clamp",
  "timestamp": 1662185193963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/artifacts/service-DemoPnfDkva50twd6kbh3l33cov-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T06:06:45.560Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:06:45.560Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:06:45.560Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "aai-ml",
  "timestamp": 1662185189978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/artifacts/service-DemoPnfDkva50twd6kbh3l33cov-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T06:06:45.560Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:06:45.560Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:06:45.560Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662185190408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/artifacts/service-DemoPnfDkva50twd6kbh3l33cov-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T06:06:45.560Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:06:45.560Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:06:45.560Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "cds",
  "timestamp": 1662185199191,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/artifacts/service-DemoPnfDkva50twd6kbh3l33cov-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:06:45.561Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:06:46.048Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:06:46.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T06:06:46.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"946d26e1-572e-43e2-8731-8560802390a8","serviceName":"Demo_pNF_dkVa50Twd6kbH3l33COv","serviceVersion":"1.0","serviceUUID":"bfd706b6-dca2-4c61-aaa1-989f9907a581","serviceDescription":"catalog service description","serviceInvariantUUID":"7f2e14bd-ff05-4a3a-b156-008252e6dc4c","resources":[{"resourceInstanceName":"pNF c449a44d-339c 0","resourceName":"pNF c449a44d-339c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"fa106169-2d42-4d52-87b1-2ebfd824e7fa","resourceInvariantUUID":"3326aefb-ef9f-4c16-96de-1898603eb7b9","resourceCustomizationUUID":"db522411-660f-40f6-8674-69adb8819857","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/resourceInstances/pnfc449a44d339c0/artifacts/vf-license-model.xml","artifactChecksum":"MjQ4YTUyNmJjMGJiNWZmYTZiZmU1ZTIwOWUwNjRhZDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9f5b9fc8-4cfe-45eb-b692-23c532d0adef","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/resourceInstances/pnfc449a44d339c0/artifacts/pNF.csar","artifactChecksum":"YTQzMzMxNTQyODkzNmYwOWIyZjM1YjcxZDkzMTkxNjM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2bb3a2d2-62e0-463c-9cd7-34b314638996","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/resourceInstances/pnfc449a44d339c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7db85a13-7a0f-472a-a007-6f28c5ec6fa0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/resourceInstances/pnfc449a44d339c0/artifacts/vendor-license-model.xml","artifactChecksum":"ZWE2YjA5YzVlODllN2MwMDE1OWEzZWZmZTIzNmVjZDc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3b2595e5-ea2d-4f41-bad6-80f35c143fb7","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/resourceInstances/pnfc449a44d339c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9d3f6273-482e-4d83-a2e7-a16c1456fa86","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/resourceInstances/pnfc449a44d339c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5d42a43a-252c-4c9a-a48f-d265a25e149f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfDkva50twd6kbh3l33cov-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/artifacts/service-DemoPnfDkva50twd6kbh3l33cov-template.yml","artifactChecksum":"MzIwYjBhNTliOGY3Yjg0ZDVmMzIxOTk0ZjIzMjU4MTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5e574db2-2d96-45ce-a567-144e6867c5b0","artifactVersion":"1"},{"artifactName":"service-DemoPnfDkva50twd6kbh3l33cov-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/artifacts/service-DemoPnfDkva50twd6kbh3l33cov-csar.csar","artifactChecksum":"ZGUwMDI3OGIxMTZiNWQ3NjUyNzA1MWM5M2MzZTQ4OGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f57b8e7d-899e-458f-9e8c-60bfd358d305","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-03T06:06:46.052Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T06:06:46.053Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-03T06:06:46.057Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T06:06:46.057Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185205413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/resourceInstances/pnfc449a44d339c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:06:46.157Z||pool-278-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T06:06:46.158Z||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-09-03T06:06:46.158Z||pool-278-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:06:46.173Z||pool-278-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:06:46.173Z||pool-278-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-03T06:06:47.058Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T06:06:47.059Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-03T06:06:47.061Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T06:06:47.061Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185205413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/resourceInstances/pnfc449a44d339c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:06:47.163Z||pool-279-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T06:06:47.163Z||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-09-03T06:06:47.164Z||pool-279-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:06:47.179Z||pool-279-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:06:47.180Z||pool-279-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-09-03T06:06:48.063Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T06:06:48.066Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-03T06:06:48.068Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T06:06:48.069Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185205413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/resourceInstances/pnfc449a44d339c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:06:48.171Z||pool-280-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-09-03T06:06:48.172Z||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-09-03T06:06:48.172Z||pool-280-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:06:48.186Z||pool-280-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:06:48.186Z||pool-280-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T06:06:49.069Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T06:06:49.070Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-03T06:06:49.072Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T06:06:49.072Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185205413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/resourceInstances/pnfc449a44d339c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:06:49.172Z||pool-281-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T06:06:49.173Z||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-09-03T06:06:49.173Z||pool-281-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:06:49.186Z||pool-281-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:06:49.186Z||pool-281-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-09-03T06:06:50.073Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T06:06:50.074Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-03T06:06:50.076Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T06:06:50.076Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185205413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/resourceInstances/pnfc449a44d339c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:06:50.176Z||pool-282-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T06:06:50.177Z||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-09-03T06:06:50.177Z||pool-282-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:06:50.191Z||pool-282-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:06:50.192Z||pool-282-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T06:06:51.077Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T06:06:51.077Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-03T06:06:51.079Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T06:06:51.079Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185205413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/resourceInstances/pnfc449a44d339c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:06:51.179Z||pool-283-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T06:06:51.180Z||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-09-03T06:06:51.180Z||pool-283-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:06:51.198Z||pool-283-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:06:51.198Z||pool-283-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-03T06:06:52.084Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T06:06:52.084Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-03T06:06:52.086Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T06:06:52.086Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185205413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/artifacts/service-DemoPnfDkva50twd6kbh3l33cov-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:06:52.187Z||pool-284-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T06:06:52.187Z||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-09-03T06:06:52.188Z||pool-284-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:06:52.201Z||pool-284-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:06:52.201Z||pool-284-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-09-03T06:06:53.087Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T06:06:53.088Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-03T06:06:53.090Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T06:06:53.090Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185205413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/artifacts/service-DemoPnfDkva50twd6kbh3l33cov-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T06:06:53.191Z||pool-285-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T06:06:53.192Z||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-09-03T06:06:53.192Z||pool-285-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:06:53.207Z||pool-285-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:06:53.208Z||pool-285-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-03T06:06:54.099Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "serviceName": "Demo_pNF_dkVa50Twd6kbH3l33COv",
  "serviceVersion": "1.0",
  "serviceUUID": "bfd706b6-dca2-4c61-aaa1-989f9907a581",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7f2e14bd-ff05-4a3a-b156-008252e6dc4c",
  "resources": [
    {
      "resourceInstanceName": "pNF c449a44d-339c 0",
      "resourceCustomizationUUID": "db522411-660f-40f6-8674-69adb8819857",
      "resourceName": "pNF c449a44d-339c",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "fa106169-2d42-4d52-87b1-2ebfd824e7fa",
      "resourceInvariantUUID": "3326aefb-ef9f-4c16-96de-1898603eb7b9",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfDkva50twd6kbh3l33cov-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/artifacts/service-DemoPnfDkva50twd6kbh3l33cov-csar.csar",
      "artifactChecksum": "ZGUwMDI3OGIxMTZiNWQ3NjUyNzA1MWM5M2MzZTQ4OGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f57b8e7d-899e-458f-9e8c-60bfd358d305"
    }
  ],
  "workloadContext": "Production"
}
2022-09-03T06:06:54.100Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-03T06:06:54.100Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 bfd706b6-dca2-4c61-aaa1-989f9907a581 ASDC
2022-09-03T06:06:54.101Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:946d26e1-572e-43e2-8731-8560802390a8
ServiceName:Demo_pNF_dkVa50Twd6kbH3l33COv
ServiceVersion:1.0
ServiceUUID:bfd706b6-dca2-4c61-aaa1-989f9907a581
ServiceInvariantUUID:7f2e14bd-ff05-4a3a-b156-008252e6dc4c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfDkva50twd6kbh3l33cov-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/artifacts/service-DemoPnfDkva50twd6kbh3l33cov-csar.csar
ArtifactUUID:f57b8e7d-899e-458f-9e8c-60bfd358d305
ArtifactChecksum:ZGUwMDI3OGIxMTZiNWQ3NjUyNzA1MWM5M2MzZTQ4OGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c449a44d-339c 0
ResourceCustomizationUUID:db522411-660f-40f6-8674-69adb8819857
ResourceInvariantUUID:3326aefb-ef9f-4c16-96de-1898603eb7b9
ResourceName:pNF c449a44d-339c
ResourceType:PNF
ResourceUUID:fa106169-2d42-4d52-87b1-2ebfd824e7fa
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-09-03T06:06:54.102Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bfd706b6-dca2-4c61-aaa1-989f9907a581 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-09-03T06:06:54.188Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-03T06:06:54.189Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-03T06:06:54.189Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-03T06:06:54.190Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f57b8e7d-899e-458f-9e8c-60bfd358d305 from URL: /sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/artifacts/service-DemoPnfDkva50twd6kbh3l33cov-csar.csar
2022-09-03T06:06:54.190Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-03T06:06:54.191Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/artifacts/service-DemoPnfDkva50twd6kbh3l33cov-csar.csar
2022-09-03T06:06:54.405Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-03T06:06:54.411Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/artifacts/service-DemoPnfDkva50twd6kbh3l33cov-csar.csar f57b8e7d-899e-458f-9e8c-60bfd358d305 82651
2022-09-03T06:06:54.411Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/artifacts/service-DemoPnfDkva50twd6kbh3l33cov-csar.csar ASDC sendASDCNotification
2022-09-03T06:06:54.412Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/artifacts/service-DemoPnfDkva50twd6kbh3l33cov-csar.csar
2022-09-03T06:06:54.412Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T06:06:54.412Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-03T06:06:54.416Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T06:06:54.416Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185214411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/artifacts/service-DemoPnfDkva50twd6kbh3l33cov-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T06:06:54.516Z||pool-286-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T06:06:54.516Z||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-09-03T06:06:54.516Z||pool-286-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:06:54.530Z||pool-286-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:06:54.530Z||pool-286-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-09-03T06:06:55.416Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-03T06:06:55.422Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-03T06:06:55.422Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: f57b8e7d-899e-458f-9e8c-60bfd358d305, URL: /sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/artifacts/service-DemoPnfDkva50twd6kbh3l33cov-csar.csar to file: /app/ASDC/1/service-DemoPnfDkva50twd6kbh3l33cov-csar.csar
2022-09-03T06:06:55.422Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfDkva50twd6kbh3l33cov-csar.csar
2022-09-03T06:06:55.423Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfDkva50twd6kbh3l33cov-csar.csar
2022-09-03T06:06:55.423Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfDkva50twd6kbh3l33cov-csar.csar
2022-09-03T06:06:55.633Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10489278316811580666/Definitions/service-DemoPnfDkva50twd6kbh3l33cov-template.yml
2022-09-03T06:06:56.438Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-03T06:06:56.438Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-09-03T06:06:56.438Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfDkva50twd6kbh3l33cov-csar.csar
2022-09-03T06:06:56.438Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-03T06:06:56.439Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfDkva50twd6kbh3l33cov-csar.csar
2022-09-03T06:06:56.439Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfDkva50twd6kbh3l33cov-csar.csar
2022-09-03T06:06:56.439Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDkva50twd6kbh3l33cov-csar.csar
2022-09-03T06:06:56.439Z|946d26e1-572e-43e2-8731-8560802390a8|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-DemoPnfDkva50twd6kbh3l33cov-csar.csar
2022-09-03T06:06:56.439Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c449a44d-339c 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-DemoPnfDkva50twd6kbh3l33cov-csar.csar
2022-09-03T06:06:56.439Z|946d26e1-572e-43e2-8731-8560802390a8|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-DemoPnfDkva50twd6kbh3l33cov-csar.csar
2022-09-03T06:06:56.439Z|946d26e1-572e-43e2-8731-8560802390a8|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-DemoPnfDkva50twd6kbh3l33cov-csar.csar
2022-09-03T06:06:56.439Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-09-03T06:06:56.439Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T06:06:56.439Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_dkVa50Twd6kbH3l33COv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T06:06:56.440Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||Node template pNF c449a44d-339c 0 is matching search criteria
2022-09-03T06:06:56.440Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-09-03T06:06:56.440Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF c449a44d-339c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-03T06:06:56.440Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T06:06:56.440Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_dkVa50Twd6kbH3l33COv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T06:06:56.440Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||Node template pNF c449a44d-339c 0 is matching search criteria
2022-09-03T06:06:56.440Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-09-03T06:06:56.441Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF c449a44d-339c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-03T06:06:56.441Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T06:06:56.441Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_dkVa50Twd6kbH3l33COv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T06:06:56.441Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T06:06:56.441Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_dkVa50Twd6kbH3l33COv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T06:06:56.441Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T06:06:56.441Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_dkVa50Twd6kbH3l33COv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T06:06:56.441Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T06:06:56.441Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_dkVa50Twd6kbH3l33COv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T06:06:56.441Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T06:06:56.442Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_dkVa50Twd6kbH3l33COv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T06:06:56.442Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_dkVa50Twd6kbH3l33COv
Description:catalog service description
Model UUID:bfd706b6-dca2-4c61-aaa1-989f9907a581
Model Version:NULL
Model InvariantUuid:7f2e14bd-ff05-4a3a-b156-008252e6dc4c
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-09-03T06:06:56.458Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: fa106169-2d42-4d52-87b1-2ebfd824e7fa
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-03T06:06:56.463Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||INFO|500||pNF c449a44d-339c 0
2022-09-03T06:06:56.464Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: fa106169-2d42-4d52-87b1-2ebfd824e7fa
2022-09-03T06:06:56.464Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||No resources found for Service: bfd706b6-dca2-4c61-aaa1-989f9907a581
2022-09-03T06:06:56.464Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: bfd706b6-dca2-4c61-aaa1-989f9907a581
2022-09-03T06:06:56.464Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF c449a44d-339c 0 fa106169-2d42-4d52-87b1-2ebfd824e7fa 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-09-03T06:06:56.471Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@209164e7, org.onap.sdc.toscaparser.api.parameters.Input@68ee6ba3, org.onap.sdc.toscaparser.api.parameters.Input@685b66f9, org.onap.sdc.toscaparser.api.parameters.Input@6d31f278, org.onap.sdc.toscaparser.api.parameters.Input@46ac1565]
2022-09-03T06:06:56.471Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T06:06:56.472Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_dkVa50Twd6kbH3l33COv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T06:06:56.472Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid bfd706b6-dca2-4c61-aaa1-989f9907a581: pNF c449a44d-339c
2022-09-03T06:06:56.472Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||INFO|500||Processing PNF resource: fa106169-2d42-4d52-87b1-2ebfd824e7fa
2022-09-03T06:06:56.472Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T06:06:56.472Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_dkVa50Twd6kbH3l33COv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T06:06:56.472Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||INFO|500||Resource customization UUID: db522411-660f-40f6-8674-69adb8819857 is the same as notified resource customizationUUID: db522411-660f-40f6-8674-69adb8819857
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-09-03T06:06:56.522Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF c449a44d-339c fa106169-2d42-4d52-87b1-2ebfd824e7fa 0 ASDC deployResourceStructure
2022-09-03T06:06:56.522Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/artifacts/service-DemoPnfDkva50twd6kbh3l33cov-csar.csar ASDC sendASDCNotification
2022-09-03T06:06:56.522Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/artifacts/service-DemoPnfDkva50twd6kbh3l33cov-csar.csar
2022-09-03T06:06:56.522Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T06:06:56.522Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-03T06:06:56.524Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T06:06:56.524Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185216522,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/artifacts/service-DemoPnfDkva50twd6kbh3l33cov-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T06:06:56.624Z||pool-287-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T06:06:56.625Z||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-09-03T06:06:56.625Z||pool-287-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:06:56.638Z||pool-287-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:06:56.638Z||pool-287-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-09-03T06:06:57.525Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 946d26e1-572e-43e2-8731-8560802390a8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T06:06:57.540Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 946d26e1-572e-43e2-8731-8560802390a8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T06:06:57.541Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T06:06:57.542Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-03T06:06:57.542Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-03T06:07:27.542Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 946d26e1-572e-43e2-8731-8560802390a8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T06:07:27.564Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 946d26e1-572e-43e2-8731-8560802390a8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T06:07:27.566Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T06:07:27.566Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-03T06:07:27.566Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-03T06:07:45.415Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:07:45.416Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?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-09-03T06:07:45.416Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:07:45.445Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:07:45.446Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:07:45.446Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "policy-id",
  "timestamp": 1662185200374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/resourceInstances/pnfc449a44d339c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:07:45.447Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:07:57.567Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 946d26e1-572e-43e2-8731-8560802390a8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T06:07:57.591Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 946d26e1-572e-43e2-8731-8560802390a8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T06:07:57.593Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T06:07:57.593Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-03T06:07:57.593Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-03T06:08:27.594Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 946d26e1-572e-43e2-8731-8560802390a8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T06:08:27.612Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 946d26e1-572e-43e2-8731-8560802390a8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T06:08:27.613Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T06:08:27.613Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-03T06:08:27.613Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-03T06:08:45.415Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:08:45.416Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?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-09-03T06:08:45.417Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:08:45.444Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:08:45.445Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:08:45.445Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662185206434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/resourceInstances/pnfc449a44d339c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-03T06:08:45.446Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T06:08:57.614Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 946d26e1-572e-43e2-8731-8560802390a8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T06:08:57.682Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 946d26e1-572e-43e2-8731-8560802390a8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T06:08:57.691Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T06:08:57.691Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-03T06:08:57.691Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-03T06:09:27.692Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 946d26e1-572e-43e2-8731-8560802390a8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T06:09:27.754Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 946d26e1-572e-43e2-8731-8560802390a8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T06:09:27.763Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T06:09:27.763Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-03T06:09:27.763Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-03T06:09:45.415Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:09:45.416Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?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-09-03T06:09:45.416Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:09:45.945Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:09:45.947Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:09:45.947Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "aai-ml",
  "timestamp": 1662185206802,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/artifacts/service-DemoPnfDkva50twd6kbh3l33cov-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T06:09:45.948Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T06:09:45.948Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:09:45.948Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "cds",
  "timestamp": 1662185199191,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/artifacts/service-DemoPnfDkva50twd6kbh3l33cov-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T06:09:45.948Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:09:45.948Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:09:45.949Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185205413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/resourceInstances/pnfc449a44d339c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:09:45.949Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:09:45.949Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:09:45.949Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "policy-id",
  "timestamp": 1662185200374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/artifacts/service-DemoPnfDkva50twd6kbh3l33cov-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:09:45.950Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:09:45.950Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:09:45.950Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662185207454,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/resourceInstances/pnfc449a44d339c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-09-03T06:09:45.951Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T06:09:45.951Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:09:45.951Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "cds",
  "timestamp": 1662185207928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/artifacts/service-DemoPnfDkva50twd6kbh3l33cov-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T06:09:45.951Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T06:09:45.951Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:09:45.951Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185205413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/resourceInstances/pnfc449a44d339c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:09:45.952Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:09:45.952Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:09:45.952Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "policy-id",
  "timestamp": 1662185200374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/artifacts/service-DemoPnfDkva50twd6kbh3l33cov-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T06:09:45.952Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:09:45.952Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:09:45.952Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662185208457,
  "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-09-03T06:09:45.970Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 946d26e1-572e-43e2-8731-8560802390a8
2022-09-03T06:09:45.971Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 946d26e1-572e-43e2-8731-8560802390a8 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-09-03T06:09:45.992Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:09:45.992Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "cds",
  "timestamp": 1662185208935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/artifacts/service-DemoPnfDkva50twd6kbh3l33cov-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-09-03T06:09:46.013Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 946d26e1-572e-43e2-8731-8560802390a8
2022-09-03T06:09:46.013Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 946d26e1-572e-43e2-8731-8560802390a8 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-09-03T06:09:46.059Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:09:46.060Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185205413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/resourceInstances/pnfc449a44d339c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:09:46.060Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:09:46.060Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:09:46.060Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "policy-id",
  "timestamp": 1662185209122,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/artifacts/service-DemoPnfDkva50twd6kbh3l33cov-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T06:09:46.060Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T06:09:46.060Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:09:46.060Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185205413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/resourceInstances/pnfc449a44d339c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:09:46.060Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:09:46.060Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:09:46.061Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "policy-id",
  "timestamp": 1662185210128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/artifacts/service-DemoPnfDkva50twd6kbh3l33cov-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T06:09:46.061Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T06:09:46.061Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:09:46.061Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185205413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/resourceInstances/pnfc449a44d339c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:09:46.061Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:09:46.061Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:09:46.061Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "policy-id",
  "timestamp": 1662185211131,
  "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-09-03T06:09:46.077Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 946d26e1-572e-43e2-8731-8560802390a8
2022-09-03T06:09:46.077Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 946d26e1-572e-43e2-8731-8560802390a8 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-09-03T06:09:46.113Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:09:46.114Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "clamp",
  "timestamp": 1662185211797,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/artifacts/service-DemoPnfDkva50twd6kbh3l33cov-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T06:09:46.114Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T06:09:46.114Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:09:46.114Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185205413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/resourceInstances/pnfc449a44d339c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:09:46.114Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:09:46.114Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:09:46.114Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "aai-ml",
  "timestamp": 1662185212366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/artifacts/service-DemoPnfDkva50twd6kbh3l33cov-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-09-03T06:09:46.114Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T06:09:46.115Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:09:46.115Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662185212109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/resourceInstances/pnfc449a44d339c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:09:46.115Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:09:46.115Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:09:46.115Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185205413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/artifacts/service-DemoPnfDkva50twd6kbh3l33cov-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:09:46.115Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:09:46.115Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:09:46.115Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "aai-ml",
  "timestamp": 1662185213370,
  "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-09-03T06:09:46.122Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 946d26e1-572e-43e2-8731-8560802390a8
2022-09-03T06:09:46.122Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 946d26e1-572e-43e2-8731-8560802390a8 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-09-03T06:09:46.137Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:09:46.137Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662185212109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/resourceInstances/pnfc449a44d339c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:09:46.137Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:09:46.138Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:09:46.138Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "clamp",
  "timestamp": 1662185213806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/artifacts/service-DemoPnfDkva50twd6kbh3l33cov-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T06:09:46.138Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T06:09:46.138Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:09:46.138Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185205413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/artifacts/service-DemoPnfDkva50twd6kbh3l33cov-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T06:09:46.138Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:09:46.138Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:09:46.139Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662185212109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/resourceInstances/pnfc449a44d339c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:09:46.139Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:09:46.139Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:09:46.139Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "clamp",
  "timestamp": 1662185214809,
  "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-09-03T06:09:46.145Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 946d26e1-572e-43e2-8731-8560802390a8
2022-09-03T06:09:46.145Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 946d26e1-572e-43e2-8731-8560802390a8 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-09-03T06:09:46.170Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:09:46.170Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185214411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/artifacts/service-DemoPnfDkva50twd6kbh3l33cov-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T06:09:46.171Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T06:09:46.171Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:09:46.171Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662185212109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/resourceInstances/pnfc449a44d339c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:09:46.171Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:09:46.171Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:09:46.172Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662185212109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/resourceInstances/pnfc449a44d339c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:09:46.172Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:09:46.172Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:09:46.172Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185216522,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/artifacts/service-DemoPnfDkva50twd6kbh3l33cov-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T06:09:46.172Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T06:09:46.172Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:09:46.172Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662185212109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/resourceInstances/pnfc449a44d339c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:09:46.173Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:09:46.173Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:09:46.173Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662185212109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/artifacts/service-DemoPnfDkva50twd6kbh3l33cov-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:09:46.173Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:09:46.173Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:09:46.173Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662185212109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/artifacts/service-DemoPnfDkva50twd6kbh3l33cov-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T06:09:46.173Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:09:46.174Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:09:46.174Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662185220861,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/artifacts/service-DemoPnfDkva50twd6kbh3l33cov-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T06:09:46.174Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T06:09:46.174Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:09:46.174Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662185222939,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkva50twd6kbh3l33cov/1.0/artifacts/service-DemoPnfDkva50twd6kbh3l33cov-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T06:09:46.174Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T06:09:46.175Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:09:46.175Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662185223942,
  "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-09-03T06:09:46.195Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 946d26e1-572e-43e2-8731-8560802390a8
2022-09-03T06:09:46.195Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 946d26e1-572e-43e2-8731-8560802390a8 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-09-03T06:09:57.764Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 946d26e1-572e-43e2-8731-8560802390a8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T06:09:57.795Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 946d26e1-572e-43e2-8731-8560802390a8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T06:09:57.802Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T06:09:57.802Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-03T06:09:57.802Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-03T06:09:57.802Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-03T06:09:57.803Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-03T06:09:57.803Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-09-03T06:09:57.803Z|946d26e1-572e-43e2-8731-8560802390a8|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-09-03T06:09:57.810Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-03T06:10:27.810Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 946d26e1-572e-43e2-8731-8560802390a8 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-09-03T06:10:27.820Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 946d26e1-572e-43e2-8731-8560802390a8 and serviceModelVersionId: bfd706b6-dca2-4c61-aaa1-989f9907a581
2022-09-03T06:10:27.820Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7f2e14bd-ff05-4a3a-b156-008252e6dc4c
2022-09-03T06:10:27.822Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0
2022-09-03T06:10:27.830Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-09-03T06:10:27.871Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||Invoke
2022-09-03T06:10:27.872Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[946d26e1-572e-43e2-8731-8560802390a8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5b1cb6a6-39a9-49e4-abb5-cda6539f28e4], X-ECOMP-RequestID=[946d26e1-572e-43e2-8731-8560802390a8], X-TransactionId=[], X-ONAP-RequestID=[946d26e1-572e-43e2-8731-8560802390a8], Content-Type=[application/merge-patch+json]}
2022-09-03T06:10:29.404Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||Invoke
2022-09-03T06:10:29.404Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[946d26e1-572e-43e2-8731-8560802390a8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3e74b31b-ee66-4639-a21d-82c4b1f4da8f], X-ECOMP-RequestID=[946d26e1-572e-43e2-8731-8560802390a8], X-TransactionId=[], X-ONAP-RequestID=[946d26e1-572e-43e2-8731-8560802390a8], Content-Type=[application/merge-patch+json]}
2022-09-03T06:10:30.944Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||Invoke
2022-09-03T06:10:30.944Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[946d26e1-572e-43e2-8731-8560802390a8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1140611e-7563-4017-a351-fb2511b66239], X-ECOMP-RequestID=[946d26e1-572e-43e2-8731-8560802390a8], X-TransactionId=[], X-ONAP-RequestID=[946d26e1-572e-43e2-8731-8560802390a8], Content-Type=[application/merge-patch+json]}
2022-09-03T06:10:31.973Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T06:10:31.974Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?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-09-03T06:10:31.975Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T06:10:31.975Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?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-09-03T06:10:31.986Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?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-09-03T06:10:31.986Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 946d26e1-572e-43e2-8731-8560802390a8 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T06:10:31.987Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-03T06:10:31.987Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T06:10:31.990Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T06:10:31.990Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||try to send status {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185431987,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-03T06:10:32.090Z||pool-288-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T06:10:32.090Z||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-09-03T06:10:32.090Z||pool-288-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:10:32.107Z||pool-288-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:10:32.107Z||pool-288-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-03T06:10:33.003Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:10:33.004Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T06:10:33.004Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:10:43.279Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:10:43.279Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:10:43.279Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T06:10:43.279Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:10:45.415Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:10:45.416Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?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-09-03T06:10:45.416Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:10:46.044Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:10:46.045Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:10:46.045Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "946d26e1-572e-43e2-8731-8560802390a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185431987,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-03T06:10:46.045Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T06:10:52.826Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:10:52.826Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:10:52.827Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T06:10:52.827Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:11:02.366Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:11:02.366Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:11:02.366Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T06:11:02.367Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:11:11.910Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:11:45.413Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:11:45.413Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T06:11:45.414Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:11:45.415Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb07dd6a-0b71-4b65-ae39-ce10f8ef6017/model-vers/model-ver/45cd840c-54e7-4532-bd17-a2572b0ea4da?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:11:45.416Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb07dd6a-0b71-4b65-ae39-ce10f8ef6017/model-vers/model-ver/45cd840c-54e7-4532-bd17-a2572b0ea4da?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-09-03T06:11:45.416Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb07dd6a-0b71-4b65-ae39-ce10f8ef6017/model-vers/model-ver/45cd840c-54e7-4532-bd17-a2572b0ea4da?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:11:54.983Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:11:54.983Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb07dd6a-0b71-4b65-ae39-ce10f8ef6017/model-vers/model-ver/45cd840c-54e7-4532-bd17-a2572b0ea4da?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:12:45.413Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:12:45.413Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T06:12:45.413Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:12:45.415Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:12:45.415Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?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-09-03T06:12:45.415Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:12:54.965Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:12:54.966Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:13:45.413Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:13:45.413Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T06:13:45.414Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:13:45.415Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:13:45.415Z||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-09-03T06:13:45.415Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T06:13:55.009Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:13:55.012Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:14:45.413Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:14:45.413Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T06:14:45.413Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:14:45.415Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:14:45.415Z||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-09-03T06:14:45.415Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T06:14:54.965Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:14:54.974Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:15:45.413Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:15:45.413Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T06:15:45.413Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:15:45.415Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:15:45.416Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?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-09-03T06:15:45.416Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:15:45.575Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:15:45.576Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:15:45.576Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "aai-ml",
  "timestamp": 1662185729978,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:15:45.577Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:15:45.577Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:15:45.577Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662185730408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:15:45.577Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:15:45.577Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:15:45.577Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662185732772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:15:45.578Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:15:45.578Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:15:45.578Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "clamp",
  "timestamp": 1662185733963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:15:45.578Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:15:45.578Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:15:45.578Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662185732772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:15:45.578Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:15:45.578Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:15:45.578Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "aai-ml",
  "timestamp": 1662185729978,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:15:45.578Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:15:45.578Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:15:45.578Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662185730408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-03T06:15:45.579Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:15:45.579Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:15:45.579Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "clamp",
  "timestamp": 1662185733963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-03T06:15:45.579Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:15:45.579Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:15:45.579Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662185732772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:15:45.579Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:15:45.579Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:15:45.579Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "aai-ml",
  "timestamp": 1662185729978,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:15:45.579Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:15:45.579Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:15:45.580Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662185730408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-09-03T06:15:45.580Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:15:45.580Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:15:45.580Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "clamp",
  "timestamp": 1662185733963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:15:45.580Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:15:45.580Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:15:45.580Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662185732772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:15:45.580Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:15:45.580Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:15:45.580Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "aai-ml",
  "timestamp": 1662185729978,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:15:45.580Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:15:45.581Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:15:45.581Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662185730408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:15:45.581Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:15:45.581Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:15:45.581Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "clamp",
  "timestamp": 1662185733963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:15:45.581Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:15:45.581Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:15:45.581Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662185732772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:15:45.581Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:15:45.581Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:15:45.582Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "aai-ml",
  "timestamp": 1662185729978,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:15:45.582Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:15:45.582Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:15:45.582Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662185730408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-09-03T06:15:45.582Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:15:45.582Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:15:45.582Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "clamp",
  "timestamp": 1662185733963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:15:45.582Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:15:45.582Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:15:45.582Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662185732772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:15:45.582Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:15:45.583Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:15:45.583Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "aai-ml",
  "timestamp": 1662185729978,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:15:45.583Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:15:45.583Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:15:45.583Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662185730408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-09-03T06:15:45.583Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:15:45.583Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:15:45.583Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "clamp",
  "timestamp": 1662185733963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:15:45.583Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:15:45.583Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:15:45.583Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "cds",
  "timestamp": 1662185739191,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:15:45.584Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:15:45.584Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:15:45.584Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662185732772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:15:45.584Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:15:45.584Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:15:45.584Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "aai-ml",
  "timestamp": 1662185729978,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:15:45.584Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:15:45.584Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:15:45.584Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662185730408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-09-03T06:15:45.584Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:15:45.584Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:15:45.584Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "clamp",
  "timestamp": 1662185733963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:15:45.585Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:15:45.585Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:15:45.585Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "cds",
  "timestamp": 1662185739191,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:15:45.585Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:15:45.585Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:15:45.585Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "policy-id",
  "timestamp": 1662185740374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:15:45.585Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:15:45.585Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:15:45.585Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662185732772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:15:45.585Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:15:45.586Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:15:45.586Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "aai-ml",
  "timestamp": 1662185729978,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:15:45.586Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:15:45.586Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:15:45.586Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662185730408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:15:45.586Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:15:45.586Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:15:45.586Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "clamp",
  "timestamp": 1662185733963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:15:45.586Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:15:45.586Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:15:45.586Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "cds",
  "timestamp": 1662185739191,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:15:45.586Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:15:45.587Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:15:45.587Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "policy-id",
  "timestamp": 1662185740374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:15:45.587Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:15:45.587Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:15:45.587Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662185732772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:15:45.587Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:15:45.587Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:15:45.587Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "aai-ml",
  "timestamp": 1662185729978,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:15:45.587Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:15:45.587Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:15:45.587Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662185730408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:15:45.587Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:15:45.588Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:15:45.588Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "clamp",
  "timestamp": 1662185733963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:15:45.588Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:15:45.588Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:15:45.588Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "cds",
  "timestamp": 1662185739191,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:15:45.588Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:15:45.588Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:15:45.588Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "policy-id",
  "timestamp": 1662185740374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-09-03T06:15:45.588Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:15:45.588Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:15:45.588Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662185732772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:15:45.588Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:15:45.588Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:15:45.588Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "aai-ml",
  "timestamp": 1662185729978,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T06:15:45.589Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:15:45.589Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:15:45.589Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662185730408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T06:15:45.589Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:15:45.589Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:15:45.589Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "clamp",
  "timestamp": 1662185733963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T06:15:45.589Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:15:45.589Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:15:45.589Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "cds",
  "timestamp": 1662185739191,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:15:45.589Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:15:45.589Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:15:45.589Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "policy-id",
  "timestamp": 1662185740374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:15:45.589Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:15:45.590Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:15:45.590Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "aai-ml",
  "timestamp": 1662185744678,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T06:15:45.590Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T06:15:45.590Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:15:45.590Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662185744943,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-03T06:15:45.590Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T06:15:45.590Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:15:45.590Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "cds",
  "timestamp": 1662185739191,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:15:45.590Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:15:45.590Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:15:45.590Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "policy-id",
  "timestamp": 1662185740374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:15:45.590Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:15:45.590Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:15:45.590Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662185746042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-03T06:15:45.591Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T06:15:45.591Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:15:45.591Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "cds",
  "timestamp": 1662185739191,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:15:45.591Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:15:46.067Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:15:46.068Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||received message from topic
2022-09-03T06:15:46.068Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"b5124874-8a01-48f5-9314-75d80b542f13","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"18fd314d-f474-4801-a6e2-4606d43a4226","serviceDescription":"service","serviceInvariantUUID":"ed97c8dd-db51-4b4a-847e-cd3dee12c604","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3c146137-3589-4717-b583-6a5b9967d000","resourceInvariantUUID":"620dffb7-9188-4145-9e38-6cb9f6bd89ad","resourceCustomizationUUID":"791ac7d3-99e4-4d3d-ba44-1415434d1c64","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":"NDBlODc5ZDdjMDVjYTc5MjA3OTAwNDYzZDQwM2RjMTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fac0b779-5f5c-4228-8b9f-c3dc0128e6a1","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":"ZjM2YjBhY2RiOGM0MDUyMWIyN2ZkN2U3MGYxOTAzZmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"23f6edea-9c55-4841-9816-38b2761272ed","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":"9cf3fe84-8382-41e7-a233-aafb17928976","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":"3426f1e5-bc14-40e8-973f-7c4b167a1276","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":"61c1341f-179b-4c11-be9b-bda4d0fc967e","artifactVersion":"2","generatedFromUUID":"0dc0f5b0-696d-45db-b517-328b49bed1a4"},{"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":"03db2d04-786b-434e-b6c8-51eae9a85d97","artifactVersion":"2","generatedFromUUID":"9cf3fe84-8382-41e7-a233-aafb17928976"},{"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":"0dc0f5b0-696d-45db-b517-328b49bed1a4","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":"dc2c0405-a7ed-471f-a0f8-d239cfa68627","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":"M2NjMWE4NTc1MmUwYzQ1ZWJhMzE4ZTBhM2MyMGEwYzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1f6c2676-b698-4758-bef5-553345af5598","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NmFiYmEzY2QwODg3ZmE2MDI4OThjOTQzNTFlMzYzOTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"71477868-e307-4bd6-a93b-70e46804d6d2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-03T06:15:46.070Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T06:15:46.071Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T06:15:46.074Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T06:15:46.074Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||try to send status {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185745413,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:15:46.174Z||pool-289-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T06:15:46.175Z||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-09-03T06:15:46.175Z||pool-289-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:15:46.194Z||pool-289-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:15:46.195Z||pool-289-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-03T06:15:47.075Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T06:15:47.075Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T06:15:47.078Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T06:15:47.078Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||try to send status {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185745413,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-03T06:15:47.178Z||pool-290-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T06:15:47.179Z||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-09-03T06:15:47.179Z||pool-290-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:15:47.194Z||pool-290-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:15:47.194Z||pool-290-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-09-03T06:15:48.079Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T06:15:48.079Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T06:15:48.081Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T06:15:48.082Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||try to send status {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185745413,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-09-03T06:15:48.181Z||pool-291-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-03T06:15:48.182Z||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-09-03T06:15:48.183Z||pool-291-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:15:48.203Z||pool-291-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:15:48.204Z||pool-291-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-09-03T06:15:49.082Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T06:15:49.082Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T06:15:49.084Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T06:15:49.084Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||try to send status {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185745413,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:15:49.184Z||pool-292-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-03T06:15:49.185Z||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-09-03T06:15:49.185Z||pool-292-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:15:49.202Z||pool-292-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:15:49.202Z||pool-292-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-03T06:15:50.085Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T06:15:50.086Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T06:15:50.088Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T06:15:50.088Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||try to send status {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185745413,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-09-03T06:15:50.188Z||pool-293-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T06:15:50.189Z||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-09-03T06:15:50.189Z||pool-293-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:15:50.210Z||pool-293-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:15:50.211Z||pool-293-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-09-03T06:15:51.088Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T06:15:51.089Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T06:15:51.091Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T06:15:51.091Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||try to send status {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185745413,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-09-03T06:15:51.191Z||pool-294-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T06:15:51.192Z||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-09-03T06:15:51.192Z||pool-294-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:15:51.217Z||pool-294-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:15:51.218Z||pool-294-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-09-03T06:15:52.091Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T06:15:52.092Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T06:15:52.094Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T06:15:52.094Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||try to send status {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185745413,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-09-03T06:15:52.195Z||pool-295-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T06:15:52.195Z||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-09-03T06:15:52.195Z||pool-295-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:15:52.210Z||pool-295-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:15:52.211Z||pool-295-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-03T06:15:53.094Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T06:15:53.095Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T06:15:53.097Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T06:15:53.097Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||try to send status {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185745413,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:15:53.197Z||pool-296-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T06:15:53.198Z||pool-296-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-03T06:15:53.198Z||pool-296-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:15:53.220Z||pool-296-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:15:53.221Z||pool-296-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-09-03T06:15:54.097Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T06:15:54.099Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T06:15:54.101Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T06:15:54.101Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||try to send status {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185745413,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:15:54.201Z||pool-297-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T06:15:54.202Z||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-09-03T06:15:54.202Z||pool-297-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:15:54.216Z||pool-297-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:15:54.216Z||pool-297-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-09-03T06:15:55.102Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T06:15:55.102Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T06:15:55.104Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T06:15:55.104Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||try to send status {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185745413,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T06:15:55.204Z||pool-298-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T06:15:55.205Z||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-09-03T06:15:55.205Z||pool-298-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:15:55.221Z||pool-298-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:15:55.221Z||pool-298-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-03T06:15:56.105Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "18fd314d-f474-4801-a6e2-4606d43a4226",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ed97c8dd-db51-4b4a-847e-cd3dee12c604",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "791ac7d3-99e4-4d3d-ba44-1415434d1c64",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3c146137-3589-4717-b583-6a5b9967d000",
      "resourceInvariantUUID": "620dffb7-9188-4145-9e38-6cb9f6bd89ad",
      "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": "ZjM2YjBhY2RiOGM0MDUyMWIyN2ZkN2U3MGYxOTAzZmU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "23f6edea-9c55-4841-9816-38b2761272ed",
          "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": "9cf3fe84-8382-41e7-a233-aafb17928976",
          "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": "03db2d04-786b-434e-b6c8-51eae9a85d97",
            "generatedFromUUID": "9cf3fe84-8382-41e7-a233-aafb17928976"
          },
          "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": "61c1341f-179b-4c11-be9b-bda4d0fc967e",
          "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": "03db2d04-786b-434e-b6c8-51eae9a85d97",
          "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": "0dc0f5b0-696d-45db-b517-328b49bed1a4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "NmFiYmEzY2QwODg3ZmE2MDI4OThjOTQzNTFlMzYzOTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "71477868-e307-4bd6-a93b-70e46804d6d2"
    }
  ],
  "workloadContext": "Production"
}
2022-09-03T06:15:56.105Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-03T06:15:56.106Z|946d26e1-572e-43e2-8731-8560802390a8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 18fd314d-f474-4801-a6e2-4606d43a4226 ASDC
2022-09-03T06:15:56.107Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||ASDC Notification:
DistributionID:b5124874-8a01-48f5-9314-75d80b542f13
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:18fd314d-f474-4801-a6e2-4606d43a4226
ServiceInvariantUUID:ed97c8dd-db51-4b4a-847e-cd3dee12c604
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:71477868-e307-4bd6-a93b-70e46804d6d2
ArtifactChecksum:NmFiYmEzY2QwODg3ZmE2MDI4OThjOTQzNTFlMzYzOTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:791ac7d3-99e4-4d3d-ba44-1415434d1c64
ResourceInvariantUUID:620dffb7-9188-4145-9e38-6cb9f6bd89ad
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:3c146137-3589-4717-b583-6a5b9967d000
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:23f6edea-9c55-4841-9816-38b2761272ed
ArtifactChecksum:ZjM2YjBhY2RiOGM0MDUyMWIyN2ZkN2U3MGYxOTAzZmU=
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:9cf3fe84-8382-41e7-a233-aafb17928976
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:03db2d04-786b-434e-b6c8-51eae9a85d97
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:61c1341f-179b-4c11-be9b-bda4d0fc967e
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:03db2d04-786b-434e-b6c8-51eae9a85d97
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:0dc0f5b0-696d-45db-b517-328b49bed1a4
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-03T06:15:56.107Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 18fd314d-f474-4801-a6e2-4606d43a4226 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-09-03T06:15:56.162Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-03T06:15:56.163Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||MSO config path is: /app
2022-09-03T06:15:56.163Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||MSO config path is: /app
2022-09-03T06:15:56.163Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||Trying to download the artifact UUID: 71477868-e307-4bd6-a93b-70e46804d6d2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-09-03T06:15:56.164Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||DistributionClient - download
2022-09-03T06:15:56.164Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?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-09-03T06:15:56.266Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||GET Response Status 200
2022-09-03T06:15:56.274Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 71477868-e307-4bd6-a93b-70e46804d6d2 158210
2022-09-03T06:15:56.275Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?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-09-03T06:15:56.275Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?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-09-03T06:15:56.275Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T06:15:56.275Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T06:15:56.278Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T06:15:56.278Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||try to send status {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185756275,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T06:15:56.378Z||pool-299-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T06:15:56.379Z||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-09-03T06:15:56.379Z||pool-299-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:15:56.394Z||pool-299-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:15:56.394Z||pool-299-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T06:15:57.279Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-03T06:15:57.280Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||MSO config path is: /app
2022-09-03T06:15:57.281Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||Trying to write artifact UUID: 71477868-e307-4bd6-a93b-70e46804d6d2, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-03T06:15:57.281Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-09-03T06:15:57.282Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-03T06:15:57.282Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-03T06:15:57.456Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14675591937145111182/Definitions/service-BasicCnfMacro-template.yml
2022-09-03T06:15:58.543Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-09-03T06:15:58.543Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|WARN|500||####################################################################################################
2022-09-03T06:15:58.544Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-03T06:15:58.544Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-09-03T06:15:58.544Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?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-09-03T06:15:58.544Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?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-09-03T06:15:58.544Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?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-09-03T06:15:58.544Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-03T06:15:58.544Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|WARN|500||####################################################################################################
2022-09-03T06:15:58.545Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T06:15:58.545Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T06:15:58.545Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-03T06:15:58.546Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Search for entities recursively
2022-09-03T06:15:58.546Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-03T06:15:58.546Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T06:15:58.546Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T06:15:58.546Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-03T06:15:58.547Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Search for entities recursively
2022-09-03T06:15:58.547Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-03T06:15:58.547Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T06:15:58.547Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T06:15:58.548Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T06:15:58.548Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-09-03T06:15:58.548Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-09-03T06:15:58.548Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Node template dummy_base is not matching search criteria
2022-09-03T06:15:58.548Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-03T06:15:58.549Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T06:15:58.549Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?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-09-03T06:15:58.549Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T06:15:58.549Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-03T06:15:58.550Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T06:15:58.550Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T06:15:58.562Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-03T06:15:58.562Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T06:15:58.563Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T06:15:58.563Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-03T06:15:58.564Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T06:15:58.564Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T06:15:58.564Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-03T06:15:58.564Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T06:15:58.564Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T06:15:58.565Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-09-03T06:15:58.565Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-09-03T06:15:58.565Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=961c107d-9a72-40b0-a904-fa6ded5c5bf3
2022-09-03T06:15:58.565Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T06:15:58.565Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T06:15:58.566Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T06:15:58.566Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T06:15:58.566Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T06:15:58.566Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T06:15:58.566Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T06:15:58.566Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T06:15:58.567Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:18fd314d-f474-4801-a6e2-4606d43a4226
Model Version:NULL
Model InvariantUuid:ed97c8dd-db51-4b4a-847e-cd3dee12c604
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:fd0c9855-c9a2-4c85-9e59-eda49306a39a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:620dffb7-9188-4145-9e38-6cb9f6bd89ad
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:791ac7d3-99e4-4d3d-ba44-1415434d1c64
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a0ea1cb7-41f1-4ae1-a506-9f800b217d99
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:f5198a78-9c3b-4cfd-ad65-29ad3ca72b93
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:94311eb8-82ad-4296-8614-a55f58d343e9
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:3c346606-db6e-4cb8-afd8-ab17838b833a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:961c107d-9a72-40b0-a904-fa6ded5c5bf3
ModelInvariantUuid:7c366d87-6207-44e7-9cb7-48ff6274fc24
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:a468ff24-f542-4783-aaa1-528675eec146
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:b09eeb76-ea5d-4540-b1b1-65445c59bcd9
ModelInvariantUuid:e528535e-05d3-49ff-be0f-56a256cf16a3
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:5035d222-e7dc-4eda-bfc8-076c3a10dbfe
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-09-03T06:15:58.576Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 3c146137-3589-4717-b583-6a5b9967d000
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-03T06:15:58.580Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||basic_cnf_macro 0
2022-09-03T06:15:58.580Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 3c146137-3589-4717-b583-6a5b9967d000
2022-09-03T06:15:58.580Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||Trying to download the artifact UUID: 23f6edea-9c55-4841-9816-38b2761272ed from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-09-03T06:15:58.581Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||DistributionClient - download
2022-09-03T06:15:58.581Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?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-09-03T06:15:58.627Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||GET Response Status 200
2022-09-03T06:15:58.628Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?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 23f6edea-9c55-4841-9816-38b2761272ed 1565
2022-09-03T06:15:58.628Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?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-09-03T06:15:58.629Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?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-09-03T06:15:58.629Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T06:15:58.629Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T06:15:58.631Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T06:15:58.631Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||try to send status {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185758628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-03T06:15:58.731Z||pool-300-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T06:15:58.731Z||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-09-03T06:15:58.731Z||pool-300-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:15:58.750Z||pool-300-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:15:58.750Z||pool-300-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-03T06:15:59.631Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "94311eb8-82ad-4296-8614-a55f58d343e9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3c346606-db6e-4cb8-afd8-ab17838b833a",
    "vfModuleModelCustomizationUUID": "51e5dd21-8012-429f-8c77-68b3cb2b954c",
    "isBase": true,
    "artifacts": [
      "9cf3fe84-8382-41e7-a233-aafb17928976",
      "03db2d04-786b-434e-b6c8-51eae9a85d97"
    ],
    "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": "a0ea1cb7-41f1-4ae1-a506-9f800b217d99",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f5198a78-9c3b-4cfd-ad65-29ad3ca72b93",
    "vfModuleModelCustomizationUUID": "d4b24ffe-5e6f-498d-978c-3b5951b74666",
    "isBase": false,
    "artifacts": [
      "0dc0f5b0-696d-45db-b517-328b49bed1a4"
    ],
    "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-09-03T06:15:59.636Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3c346606-db6e-4cb8-afd8-ab17838b833a
VfModuleModelInvariantUUID:94311eb8-82ad-4296-8614-a55f58d343e9
VfModuleModelDescription:NULL
Artifacts UUID List:{
9cf3fe84-8382-41e7-a233-aafb17928976
,
03db2d04-786b-434e-b6c8-51eae9a85d97

}
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:f5198a78-9c3b-4cfd-ad65-29ad3ca72b93
VfModuleModelInvariantUUID:a0ea1cb7-41f1-4ae1-a506-9f800b217d99
VfModuleModelDescription:NULL
Artifacts UUID List:{
0dc0f5b0-696d-45db-b517-328b49bed1a4

}
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-09-03T06:15:59.638Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "94311eb8-82ad-4296-8614-a55f58d343e9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3c346606-db6e-4cb8-afd8-ab17838b833a",
    "vfModuleModelCustomizationUUID": "51e5dd21-8012-429f-8c77-68b3cb2b954c",
    "isBase": true,
    "artifacts": [
      "9cf3fe84-8382-41e7-a233-aafb17928976",
      "03db2d04-786b-434e-b6c8-51eae9a85d97"
    ],
    "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": "a0ea1cb7-41f1-4ae1-a506-9f800b217d99",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f5198a78-9c3b-4cfd-ad65-29ad3ca72b93",
    "vfModuleModelCustomizationUUID": "d4b24ffe-5e6f-498d-978c-3b5951b74666",
    "isBase": false,
    "artifacts": [
      "0dc0f5b0-696d-45db-b517-328b49bed1a4"
    ],
    "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-09-03T06:15:59.639Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3c346606-db6e-4cb8-afd8-ab17838b833a
VfModuleModelInvariantUUID:94311eb8-82ad-4296-8614-a55f58d343e9
VfModuleModelDescription:NULL
Artifacts UUID List:{
9cf3fe84-8382-41e7-a233-aafb17928976
,
03db2d04-786b-434e-b6c8-51eae9a85d97

}
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:f5198a78-9c3b-4cfd-ad65-29ad3ca72b93
VfModuleModelInvariantUUID:a0ea1cb7-41f1-4ae1-a506-9f800b217d99
VfModuleModelDescription:NULL
Artifacts UUID List:{
0dc0f5b0-696d-45db-b517-328b49bed1a4

}
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-09-03T06:15:59.639Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||Trying to download the artifact UUID: 9cf3fe84-8382-41e7-a233-aafb17928976 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-09-03T06:15:59.639Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||DistributionClient - download
2022-09-03T06:15:59.639Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?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-09-03T06:15:59.693Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||GET Response Status 200
2022-09-03T06:15:59.694Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?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 9cf3fe84-8382-41e7-a233-aafb17928976 914
2022-09-03T06:15:59.694Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?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-09-03T06:15:59.694Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?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-09-03T06:15:59.694Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T06:15:59.695Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T06:15:59.697Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T06:15:59.697Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||try to send status {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185759694,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-03T06:15:59.797Z||pool-301-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T06:15:59.797Z||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-09-03T06:15:59.798Z||pool-301-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:15:59.816Z||pool-301-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:15:59.816Z||pool-301-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-03T06:16:00.697Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||Trying to download the artifact UUID: 61c1341f-179b-4c11-be9b-bda4d0fc967e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-09-03T06:16:00.698Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||DistributionClient - download
2022-09-03T06:16:00.698Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?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-09-03T06:16:00.747Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||GET Response Status 200
2022-09-03T06:16:00.748Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 61c1341f-179b-4c11-be9b-bda4d0fc967e 12
2022-09-03T06:16:00.749Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?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-09-03T06:16:00.749Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?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-09-03T06:16:00.749Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T06:16:00.750Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T06:16:00.751Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T06:16:00.751Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||try to send status {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185760749,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-09-03T06:16:00.851Z||pool-302-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T06:16:00.852Z||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-09-03T06:16:00.852Z||pool-302-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:16:00.865Z||pool-302-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:16:00.866Z||pool-302-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-09-03T06:16:01.756Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||Trying to download the artifact UUID: 03db2d04-786b-434e-b6c8-51eae9a85d97 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-09-03T06:16:01.756Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||DistributionClient - download
2022-09-03T06:16:01.756Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?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-09-03T06:16:01.797Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||GET Response Status 200
2022-09-03T06:16:01.797Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?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 03db2d04-786b-434e-b6c8-51eae9a85d97 96
2022-09-03T06:16:01.798Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?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-09-03T06:16:01.798Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?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-09-03T06:16:01.798Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T06:16:01.798Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T06:16:01.800Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T06:16:01.800Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||try to send status {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185761798,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-09-03T06:16:01.900Z||pool-303-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T06:16:01.901Z||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-09-03T06:16:01.901Z||pool-303-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:16:01.932Z||pool-303-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:16:01.933Z||pool-303-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-09-03T06:16:02.800Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||Trying to download the artifact UUID: 0dc0f5b0-696d-45db-b517-328b49bed1a4 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-09-03T06:16:02.801Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||DistributionClient - download
2022-09-03T06:16:02.801Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?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-09-03T06:16:02.848Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||GET Response Status 200
2022-09-03T06:16:02.849Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 0dc0f5b0-696d-45db-b517-328b49bed1a4 20206
2022-09-03T06:16:02.849Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?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-09-03T06:16:02.849Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?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-09-03T06:16:02.849Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T06:16:02.850Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T06:16:02.852Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T06:16:02.852Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||try to send status {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185762849,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-09-03T06:16:02.952Z||pool-304-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-03T06:16:02.953Z||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-09-03T06:16:02.953Z||pool-304-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:16:02.970Z||pool-304-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:16:02.971Z||pool-304-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-09-03T06:16:03.860Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Preparing to deploy Service: 18fd314d-f474-4801-a6e2-4606d43a4226
2022-09-03T06:16:03.861Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 3c146137-3589-4717-b583-6a5b9967d000 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-09-03T06:16:03.875Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@23fa2431, org.onap.sdc.toscaparser.api.parameters.Input@1785b47b, org.onap.sdc.toscaparser.api.parameters.Input@56e5899f, org.onap.sdc.toscaparser.api.parameters.Input@e8d57a5, org.onap.sdc.toscaparser.api.parameters.Input@7c2431e9]
2022-09-03T06:16:03.876Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T06:16:03.877Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T06:16:03.877Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||VF Category is: Generic 
2022-09-03T06:16:03.877Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||VFCustomizationUUID= 791ac7d3-99e4-4d3d-ba44-1415434d1c64
2022-09-03T06:16:03.877Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 791ac7d3-99e4-4d3d-ba44-1415434d1c64 matches Tosca VF Customization UUID: 791ac7d3-99e4-4d3d-ba44-1415434d1c64
2022-09-03T06:16:03.877Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||vfCustomizationUUID: 791ac7d3-99e4-4d3d-ba44-1415434d1c64  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-09-03T06:16:03.879Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T06:16:03.880Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T06:16:03.880Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||resource request for resource customization id 791ac7d3-99e4-4d3d-ba44-1415434d1c64: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"}
2022-09-03T06:16:03.880Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@58bffc14
2022-09-03T06:16:03.880Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T06:16:03.880Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?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-09-03T06:16:03.881Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d4b24ffe-5e6f-498d-978c-3b5951b74666
2022-09-03T06:16:03.881Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d4b24ffe-5e6f-498d-978c-3b5951b74666
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-09-03T06:16:03.883Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T06:16:03.884Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-03T06:16:03.884Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T06:16:03.884Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T06:16:03.884Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-03T06:16:03.884Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T06:16:03.884Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T06:16:03.885Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-03T06:16:03.885Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=791ac7d3-99e4-4d3d-ba44-1415434d1c64
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-03T06:16:03.886Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T06:16:03.886Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T06:16:03.886Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500|| resourceSeq for service uuid 18fd314d-f474-4801-a6e2-4606d43a4226: basic_cnf_macro
2022-09-03T06:16:03.887Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T06:16:03.887Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T06:16:03.887Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T06:16:03.887Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T06:16:03.887Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T06:16:03.887Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T06:16:03.887Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T06:16:03.888Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T06:16:03.888Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T06:16:03.888Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T06:16:03.888Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?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-09-03T06:16:03.939Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 3c146137-3589-4717-b583-6a5b9967d000 2 ASDC deployResourceStructure
2022-09-03T06:16:03.940Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?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-09-03T06:16:03.940Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?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-09-03T06:16:03.940Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T06:16:03.940Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T06:16:03.942Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T06:16:03.942Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||try to send status {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185763940,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-03T06:16:04.042Z||pool-305-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T06:16:04.043Z||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-09-03T06:16:04.043Z||pool-305-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:16:04.058Z||pool-305-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:16:04.059Z||pool-305-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-03T06:16:04.943Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?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-09-03T06:16:04.943Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?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-09-03T06:16:04.943Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T06:16:04.943Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T06:16:04.945Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T06:16:04.945Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||try to send status {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185764943,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-09-03T06:16:05.045Z||pool-306-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T06:16:05.046Z||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-09-03T06:16:05.046Z||pool-306-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:16:05.059Z||pool-306-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:16:05.059Z||pool-306-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-09-03T06:16:05.946Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?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-09-03T06:16:05.947Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?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-09-03T06:16:05.947Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-09-03T06:16:05.947Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T06:16:05.949Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T06:16:05.949Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||try to send status {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185765946,
  "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-09-03T06:16:06.050Z||pool-307-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-03T06:16:06.051Z||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-09-03T06:16:06.051Z||pool-307-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:16:06.068Z||pool-307-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:16:06.069Z||pool-307-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-03T06:16:06.950Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?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-09-03T06:16:06.951Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?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-09-03T06:16:06.951Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T06:16:06.951Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T06:16:06.953Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T06:16:06.953Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||try to send status {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185766950,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-09-03T06:16:07.053Z||pool-308-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T06:16:07.054Z||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-09-03T06:16:07.054Z||pool-308-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:16:07.068Z||pool-308-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:16:07.069Z||pool-308-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-03T06:16:07.954Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?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-09-03T06:16:07.954Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?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-09-03T06:16:07.954Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-09-03T06:16:07.954Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T06:16:07.956Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T06:16:07.956Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||try to send status {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185767953,
  "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-09-03T06:16:08.056Z||pool-309-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T06:16:08.057Z||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-09-03T06:16:08.057Z||pool-309-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:16:08.070Z||pool-309-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:16:08.071Z||pool-309-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-09-03T06:16:08.956Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?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-09-03T06:16:08.957Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?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-09-03T06:16:08.957Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T06:16:08.957Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T06:16:08.959Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T06:16:08.959Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||try to send status {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185768956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T06:16:09.059Z||pool-310-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T06:16:09.060Z||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-09-03T06:16:09.060Z||pool-310-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:16:09.081Z||pool-310-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:16:09.082Z||pool-310-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-09-03T06:16:09.961Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b5124874-8a01-48f5-9314-75d80b542f13
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T06:16:09.980Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b5124874-8a01-48f5-9314-75d80b542f13
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T06:16:09.981Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T06:16:09.981Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-03T06:16:09.982Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-03T06:16:39.982Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b5124874-8a01-48f5-9314-75d80b542f13
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T06:16:39.997Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b5124874-8a01-48f5-9314-75d80b542f13
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T06:16:39.999Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T06:16:39.999Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-03T06:16:40.000Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-03T06:16:45.415Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:16:45.417Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?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-09-03T06:16:45.417Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:16:45.444Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:16:45.445Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:16:45.445Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "policy-id",
  "timestamp": 1662185740374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:16:45.446Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:17:10.000Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b5124874-8a01-48f5-9314-75d80b542f13
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T06:17:10.028Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b5124874-8a01-48f5-9314-75d80b542f13
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T06:17:10.031Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T06:17:10.031Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-03T06:17:10.031Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-03T06:17:40.032Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b5124874-8a01-48f5-9314-75d80b542f13
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T06:17:40.083Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b5124874-8a01-48f5-9314-75d80b542f13
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T06:17:40.086Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T06:17:40.087Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-03T06:17:40.087Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-03T06:17:45.415Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:17:45.417Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?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-09-03T06:17:45.417Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:17:45.452Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:17:45.453Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:17:45.453Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "cds",
  "timestamp": 1662185739191,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:17:45.454Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:10.087Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b5124874-8a01-48f5-9314-75d80b542f13
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T06:18:10.101Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b5124874-8a01-48f5-9314-75d80b542f13
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T06:18:10.105Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T06:18:10.105Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-03T06:18:10.106Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-03T06:18:40.106Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b5124874-8a01-48f5-9314-75d80b542f13
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T06:18:40.121Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b5124874-8a01-48f5-9314-75d80b542f13
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T06:18:40.123Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T06:18:40.123Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-03T06:18:40.123Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-03T06:18:45.415Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:18:45.416Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?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-09-03T06:18:45.417Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:18:45.443Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:18:45.956Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:45.957Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662185747117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-09-03T06:18:45.957Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T06:18:45.958Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:45.958Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185745413,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:18:45.958Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:45.958Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:45.958Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "policy-id",
  "timestamp": 1662185740374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:18:45.958Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:45.958Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:45.958Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "cds",
  "timestamp": 1662185739191,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:18:45.958Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:45.958Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:45.959Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662185748215,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-09-03T06:18:45.959Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T06:18:45.959Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:45.959Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185745413,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-03T06:18:45.959Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:45.959Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:45.959Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "policy-id",
  "timestamp": 1662185740374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:18:45.959Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:45.959Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:45.959Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "cds",
  "timestamp": 1662185739191,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T06:18:45.959Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:45.960Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:45.960Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185745413,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-09-03T06:18:45.960Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:45.960Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:45.960Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662185749465,
  "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-09-03T06:18:45.972Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b5124874-8a01-48f5-9314-75d80b542f13
2022-09-03T06:18:45.973Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId b5124874-8a01-48f5-9314-75d80b542f13 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-09-03T06:18:45.994Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:45.994Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "policy-id",
  "timestamp": 1662185740374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:18:45.995Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:45.995Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:45.995Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "cds",
  "timestamp": 1662185749999,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T06:18:45.995Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T06:18:45.995Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:45.995Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185745413,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:18:45.995Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:45.995Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:45.995Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662185750472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-03T06:18:45.996Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T06:18:45.996Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:45.996Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "policy-id",
  "timestamp": 1662185740374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T06:18:45.996Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:45.996Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:45.996Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "aai-ml",
  "timestamp": 1662185751086,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-09-03T06:18:45.996Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T06:18:45.996Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:45.997Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185745413,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-09-03T06:18:45.997Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:45.997Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:45.997Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "policy-id",
  "timestamp": 1662185751117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T06:18:45.997Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T06:18:45.997Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:45.997Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662185751481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:18:45.997Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:45.997Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:45.997Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185745413,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-09-03T06:18:45.998Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:45.998Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:45.998Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "aai-ml",
  "timestamp": 1662185752091,
  "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-09-03T06:18:46.009Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of b5124874-8a01-48f5-9314-75d80b542f13
2022-09-03T06:18:46.009Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId b5124874-8a01-48f5-9314-75d80b542f13 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-09-03T06:18:46.033Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.034Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "policy-id",
  "timestamp": 1662185752122,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T06:18:46.034Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T06:18:46.034Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.034Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "cds",
  "timestamp": 1662185752534,
  "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=?
2022-09-03T06:18:46.041Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b5124874-8a01-48f5-9314-75d80b542f13
2022-09-03T06:18:46.041Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId b5124874-8a01-48f5-9314-75d80b542f13 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-09-03T06:18:46.061Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.061Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662185752109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:18:46.061Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.061Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.061Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662185751481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-03T06:18:46.061Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.062Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.062Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "clamp",
  "timestamp": 1662185752890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T06:18:46.062Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T06:18:46.062Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.062Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185745413,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-09-03T06:18:46.062Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.062Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.062Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "policy-id",
  "timestamp": 1662185753125,
  "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-09-03T06:18:46.071Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b5124874-8a01-48f5-9314-75d80b542f13
2022-09-03T06:18:46.071Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId b5124874-8a01-48f5-9314-75d80b542f13 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-09-03T06:18:46.096Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.096Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "cds",
  "timestamp": 1662185739191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:18:46.096Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.097Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.097Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662185752109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:18:46.097Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.097Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.097Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662185752772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:18:46.097Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.098Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.098Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662185751481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-03T06:18:46.098Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.098Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.098Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185745413,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:18:46.099Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.099Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.099Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "policy-id",
  "timestamp": 1662185740374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:18:46.099Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.099Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.100Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "cds",
  "timestamp": 1662185739191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:18:46.100Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.100Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.100Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662185752109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:18:46.100Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.100Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.101Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662185752772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:18:46.101Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.101Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.101Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662185751481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:18:46.101Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.101Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.102Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185745413,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:18:46.102Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.102Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.102Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "policy-id",
  "timestamp": 1662185740374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:18:46.102Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.103Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.103Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "cds",
  "timestamp": 1662185739191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:18:46.103Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.103Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.103Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662185752109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:18:46.103Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.104Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.104Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662185752772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:18:46.104Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.104Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.104Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662185751481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-03T06:18:46.105Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.105Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.105Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185745413,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T06:18:46.106Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.106Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.106Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "cds",
  "timestamp": 1662185739191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:18:46.106Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.107Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.107Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "policy-id",
  "timestamp": 1662185740374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-03T06:18:46.108Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.108Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.108Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662185752109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:18:46.108Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.108Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.108Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662185752772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:18:46.109Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.109Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.109Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662185751481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:18:46.109Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.109Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.109Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185756275,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T06:18:46.109Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T06:18:46.110Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.110Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "clamp",
  "timestamp": 1662185757487,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T06:18:46.110Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T06:18:46.110Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.110Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "policy-id",
  "timestamp": 1662185740374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:18:46.110Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.111Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.111Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "cds",
  "timestamp": 1662185739191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:18:46.111Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.111Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.111Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662185752109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:18:46.111Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.112Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.112Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662185752772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:18:46.112Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.112Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.112Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662185751481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:18:46.112Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.113Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.113Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "clamp",
  "timestamp": 1662185758490,
  "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-09-03T06:18:46.120Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b5124874-8a01-48f5-9314-75d80b542f13
2022-09-03T06:18:46.120Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId b5124874-8a01-48f5-9314-75d80b542f13 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-09-03T06:18:46.132Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.132Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "policy-id",
  "timestamp": 1662185740374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:18:46.132Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.133Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.133Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "cds",
  "timestamp": 1662185739191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:18:46.133Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.133Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.133Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662185752109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:18:46.133Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.133Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.134Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662185752772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:18:46.134Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.134Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.134Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662185751481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T06:18:46.134Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.134Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.134Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "policy-id",
  "timestamp": 1662185740374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:18:46.135Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.135Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.135Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "cds",
  "timestamp": 1662185739191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:18:46.135Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.135Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.135Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185758628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-03T06:18:46.136Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T06:18:46.136Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.136Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662185752109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:18:46.136Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.136Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.136Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662185752772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:18:46.137Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.137Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.137Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662185760262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-03T06:18:46.137Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T06:18:46.137Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.137Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "policy-id",
  "timestamp": 1662185740374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:18:46.138Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.138Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.138Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "cds",
  "timestamp": 1662185739191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T06:18:46.138Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.138Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.138Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "aai-ml",
  "timestamp": 1662185759978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:18:46.139Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.139Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.139Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185759694,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-03T06:18:46.139Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T06:18:46.139Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.139Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662185752109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:18:46.140Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.140Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.140Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662185752772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:18:46.140Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.140Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.140Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662185761330,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-03T06:18:46.140Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T06:18:46.141Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.141Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "policy-id",
  "timestamp": 1662185740374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T06:18:46.141Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.141Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.141Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "cds",
  "timestamp": 1662185761620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T06:18:46.141Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T06:18:46.141Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.142Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "aai-ml",
  "timestamp": 1662185759978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:18:46.142Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.142Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.142Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185760749,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-09-03T06:18:46.142Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T06:18:46.142Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.142Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662185752109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T06:18:46.143Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.143Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.143Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662185762390,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-03T06:18:46.143Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T06:18:46.143Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.143Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "policy-id",
  "timestamp": 1662185762219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T06:18:46.144Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T06:18:46.144Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.144Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "aai-ml",
  "timestamp": 1662185759978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:18:46.144Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.144Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.144Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185761798,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-09-03T06:18:46.145Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T06:18:46.145Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.145Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "cds",
  "timestamp": 1662185762842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-03T06:18:46.165Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c927f683-17be-43e5-ab46-3714a57251e0
2022-09-03T06:18:46.165Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId c927f683-17be-43e5-ab46-3714a57251e0 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-09-03T06:18:46.187Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.187Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662185762877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T06:18:46.187Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T06:18:46.187Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.187Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662185763417,
  "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-09-03T06:18:46.192Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c927f683-17be-43e5-ab46-3714a57251e0
2022-09-03T06:18:46.192Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId c927f683-17be-43e5-ab46-3714a57251e0 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-09-03T06:18:46.221Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.222Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "policy-id",
  "timestamp": 1662185763222,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T06:18:46.222Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T06:18:46.222Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.222Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "aai-ml",
  "timestamp": 1662185759978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:18:46.222Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.222Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.222Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185762849,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-09-03T06:18:46.222Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T06:18:46.222Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.223Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662185764422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-03T06:18:46.223Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T06:18:46.223Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.223Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "policy-id",
  "timestamp": 1662185764224,
  "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-09-03T06:18:46.251Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c927f683-17be-43e5-ab46-3714a57251e0
2022-09-03T06:18:46.252Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId c927f683-17be-43e5-ab46-3714a57251e0 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-09-03T06:18:46.261Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.262Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "clamp",
  "timestamp": 1662185763963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:18:46.262Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.262Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.262Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "aai-ml",
  "timestamp": 1662185759978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:18:46.262Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.262Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.262Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185763940,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-03T06:18:46.262Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T06:18:46.262Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.262Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662185765294,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T06:18:46.263Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T06:18:46.263Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.263Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "clamp",
  "timestamp": 1662185763963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-03T06:18:46.263Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.263Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.263Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "aai-ml",
  "timestamp": 1662185759978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:18:46.263Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.263Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.263Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185764943,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-09-03T06:18:46.264Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T06:18:46.264Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.264Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662185766297,
  "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-09-03T06:18:46.269Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b5124874-8a01-48f5-9314-75d80b542f13
2022-09-03T06:18:46.269Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId b5124874-8a01-48f5-9314-75d80b542f13 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-09-03T06:18:46.282Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.282Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "clamp",
  "timestamp": 1662185763963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:18:46.282Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.283Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.283Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "aai-ml",
  "timestamp": 1662185759978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:18:46.283Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.283Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.283Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185765946,
  "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-09-03T06:18:46.283Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T06:18:46.283Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.283Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662185752109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:18:46.283Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.283Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.284Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "clamp",
  "timestamp": 1662185763963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:18:46.284Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.284Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.284Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "aai-ml",
  "timestamp": 1662185759978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T06:18:46.284Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.284Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.284Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185766950,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-09-03T06:18:46.284Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T06:18:46.284Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.284Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662185752109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:18:46.284Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.285Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.285Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "clamp",
  "timestamp": 1662185763963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:18:46.285Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.285Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.285Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "aai-ml",
  "timestamp": 1662185768829,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T06:18:46.285Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T06:18:46.285Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.285Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185767953,
  "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-09-03T06:18:46.285Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T06:18:46.285Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.285Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662185752109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:18:46.286Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.286Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.286Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "clamp",
  "timestamp": 1662185763963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:18:46.286Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.286Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.286Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185768956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T06:18:46.286Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T06:18:46.286Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.286Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662185752109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:18:46.287Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.287Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.287Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "clamp",
  "timestamp": 1662185763963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:18:46.287Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.287Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.287Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662185752109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:18:46.287Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.287Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.287Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "clamp",
  "timestamp": 1662185763963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T06:18:46.287Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.288Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.288Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662185752109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:18:46.288Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.288Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.288Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662185752109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:18:46.288Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.288Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.288Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662185752109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T06:18:46.288Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:18:46.288Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.288Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "aai-ml",
  "timestamp": 1662185775153,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-09-03T06:18:46.288Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T06:18:46.289Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.289Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662185775578,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T06:18:46.289Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T06:18:46.289Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.289Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "clamp",
  "timestamp": 1662185775943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T06:18:46.289Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T06:18:46.289Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.289Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "aai-ml",
  "timestamp": 1662185776161,
  "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-09-03T06:18:46.299Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of c927f683-17be-43e5-ab46-3714a57251e0
2022-09-03T06:18:46.299Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId c927f683-17be-43e5-ab46-3714a57251e0 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-09-03T06:18:46.348Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.348Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "clamp",
  "timestamp": 1662185777896,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T06:18:46.349Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T06:18:46.349Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.349Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662185777953,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T06:18:46.349Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T06:18:46.349Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.349Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "clamp",
  "timestamp": 1662185778899,
  "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-09-03T06:18:46.355Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c927f683-17be-43e5-ab46-3714a57251e0
2022-09-03T06:18:46.355Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId c927f683-17be-43e5-ab46-3714a57251e0 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-09-03T06:18:46.402Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:18:46.402Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662185778959,
  "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-09-03T06:18:46.417Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c927f683-17be-43e5-ab46-3714a57251e0
2022-09-03T06:18:46.417Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId c927f683-17be-43e5-ab46-3714a57251e0 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-09-03T06:19:10.124Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b5124874-8a01-48f5-9314-75d80b542f13
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T06:19:10.137Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b5124874-8a01-48f5-9314-75d80b542f13
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T06:19:10.141Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T06:19:10.141Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-03T06:19:10.141Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-03T06:19:10.141Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-03T06:19:10.141Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-09-03T06:19:10.141Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?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-09-03T06:19:10.146Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-03T06:19:40.147Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: b5124874-8a01-48f5-9314-75d80b542f13 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-09-03T06:19:40.160Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b5124874-8a01-48f5-9314-75d80b542f13 and serviceModelVersionId: 18fd314d-f474-4801-a6e2-4606d43a4226
2022-09-03T06:19:40.160Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ed97c8dd-db51-4b4a-847e-cd3dee12c604
2022-09-03T06:19:40.162Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0
2022-09-03T06:19:40.170Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-09-03T06:19:40.220Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2e14bd-ff05-4a3a-b156-008252e6dc4c/model-vers/model-ver/bfd706b6-dca2-4c61-aaa1-989f9907a581?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?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-09-03T06:19:40.223Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||Invoke
2022-09-03T06:19:41.765Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?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-09-03T06:19:41.766Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||Invoke
2022-09-03T06:19:43.291Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?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-09-03T06:19:43.293Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||Invoke
2022-09-03T06:19:44.326Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T06:19:44.327Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?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-09-03T06:19:44.328Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T06:19:44.328Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?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-09-03T06:19:44.338Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?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-09-03T06:19:44.338Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b5124874-8a01-48f5-9314-75d80b542f13 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T06:19:44.338Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-03T06:19:44.339Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T06:19:44.342Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T06:19:44.342Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||try to send status {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185984338,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-03T06:19:44.442Z||pool-311-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T06:19:44.443Z||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-09-03T06:19:44.443Z||pool-311-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:19:44.475Z||pool-311-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:19:44.476Z||pool-311-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-09-03T06:19:45.359Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||received message from topic
2022-09-03T06:19:45.359Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"c927f683-17be-43e5-ab46-3714a57251e0","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"a51754e7-d172-474b-bcc5-0177b2e933d4","serviceDescription":"service","serviceInvariantUUID":"a03109dd-3b73-4448-9a4b-34e644eceea3","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6f7caf41-b01b-4636-a583-e770ff0bfb40","resourceInvariantUUID":"023558b6-ca36-4d9c-87af-a16e9ebc453a","resourceCustomizationUUID":"9e00ba1d-0167-4d57-bfaf-0d333932cb9b","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":"OWFjNjdlYWI2ZjZlNzE4YTQwNTY3ZjdlNDJmMjcyZWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"af22cb0e-1a7f-484e-ac3f-b47d3bdcbaa4","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":"YmMyMjI5ZDRlOGI0MGQwNzU3MjM4Y2Y4M2UyOTJkMjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"96c22be8-a7a7-4e8b-85b5-d651da843764","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":"61463e84-52d1-49ea-ad67-1820bfed5084","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":"f2d5bdc4-b838-44a6-ab80-7180cbcb06fc","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":"b38690dc-6d00-4c11-95b1-4a9124654805","artifactVersion":"2","generatedFromUUID":"61463e84-52d1-49ea-ad67-1820bfed5084"},{"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":"ODA2MDJmNWRjYWM1NTg0MTU3YzcwY2FkMWNkZDhkYzY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9080ecb6-c5ea-4768-bb8c-14803a0a66f4","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":"ZTU1OWM4ZTY5OThhYWEwYzA3NTU4ZDk4ZDQ3OWExMjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cc6cad55-1732-4f28-b2fc-4aa88498a6cc","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZjI1ZDZlNGUzNTdhMjZjNjQzMGVmMTg4MmU1YWM0Yzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7e7f83c6-bd41-4a08-93c7-2d94079eabf7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-03T06:19:45.360Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T06:19:45.360Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T06:19:45.362Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T06:19:45.362Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||try to send status {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185745413,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:19:45.415Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:19:45.416Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?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-09-03T06:19:45.416Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:19:45.462Z||pool-312-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T06:19:45.463Z||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-09-03T06:19:45.463Z||pool-312-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:19:45.477Z||pool-312-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:19:45.478Z||pool-312-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-09-03T06:19:45.548Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:19:45.549Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||received message from topic
2022-09-03T06:19:45.549Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b5124874-8a01-48f5-9314-75d80b542f13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185984338,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-03T06:19:45.550Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T06:19:46.363Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T06:19:46.364Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T06:19:46.365Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T06:19:46.366Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||try to send status {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185745413,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-03T06:19:46.466Z||pool-313-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T06:19:46.466Z||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-09-03T06:19:46.467Z||pool-313-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:19:46.480Z||pool-313-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:19:46.481Z||pool-313-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T06:19:47.366Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T06:19:47.367Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T06:19:47.369Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T06:19:47.369Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||try to send status {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185745413,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-03T06:19:47.469Z||pool-314-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T06:19:47.470Z||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-09-03T06:19:47.470Z||pool-314-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:19:47.486Z||pool-314-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:19:47.487Z||pool-314-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-09-03T06:19:48.370Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T06:19:48.371Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T06:19:48.372Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T06:19:48.373Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||try to send status {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185745413,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:19:48.472Z||pool-315-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-03T06:19:48.473Z||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-09-03T06:19:48.473Z||pool-315-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:19:48.487Z||pool-315-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:19:48.487Z||pool-315-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-03T06:19:49.373Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T06:19:49.374Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T06:19:49.376Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T06:19:49.376Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||try to send status {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185745413,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-03T06:19:49.476Z||pool-316-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T06:19:49.477Z||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-09-03T06:19:49.477Z||pool-316-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:19:49.491Z||pool-316-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:19:49.491Z||pool-316-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-09-03T06:19:50.376Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T06:19:50.377Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T06:19:50.379Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T06:19:50.379Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||try to send status {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185745413,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:19:50.479Z||pool-317-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-03T06:19:50.480Z||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-09-03T06:19:50.480Z||pool-317-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:19:50.493Z||pool-317-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:19:50.494Z||pool-317-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-03T06:19:51.380Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T06:19:51.381Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T06:19:51.382Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T06:19:51.383Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||try to send status {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185745413,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:19:51.483Z||pool-318-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T06:19:51.484Z||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-09-03T06:19:51.484Z||pool-318-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:19:51.516Z||pool-318-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:19:51.516Z||pool-318-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-09-03T06:19:52.383Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T06:19:52.384Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T06:19:52.386Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T06:19:52.386Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||try to send status {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185745413,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T06:19:52.486Z||pool-319-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T06:19:52.486Z||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-09-03T06:19:52.487Z||pool-319-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:19:52.499Z||pool-319-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:19:52.500Z||pool-319-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-09-03T06:19:53.387Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "a51754e7-d172-474b-bcc5-0177b2e933d4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a03109dd-3b73-4448-9a4b-34e644eceea3",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "9e00ba1d-0167-4d57-bfaf-0d333932cb9b",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6f7caf41-b01b-4636-a583-e770ff0bfb40",
      "resourceInvariantUUID": "023558b6-ca36-4d9c-87af-a16e9ebc453a",
      "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": "YmMyMjI5ZDRlOGI0MGQwNzU3MjM4Y2Y4M2UyOTJkMjY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "96c22be8-a7a7-4e8b-85b5-d651da843764",
          "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": "61463e84-52d1-49ea-ad67-1820bfed5084",
          "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": "b38690dc-6d00-4c11-95b1-4a9124654805",
            "generatedFromUUID": "61463e84-52d1-49ea-ad67-1820bfed5084"
          },
          "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": "b38690dc-6d00-4c11-95b1-4a9124654805",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZjI1ZDZlNGUzNTdhMjZjNjQzMGVmMTg4MmU1YWM0Yzc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7e7f83c6-bd41-4a08-93c7-2d94079eabf7"
    }
  ],
  "workloadContext": "Production"
}
2022-09-03T06:19:53.387Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-03T06:19:53.387Z|b5124874-8a01-48f5-9314-75d80b542f13|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a51754e7-d172-474b-bcc5-0177b2e933d4 ASDC
2022-09-03T06:19:53.388Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||ASDC Notification:
DistributionID:c927f683-17be-43e5-ab46-3714a57251e0
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:a51754e7-d172-474b-bcc5-0177b2e933d4
ServiceInvariantUUID:a03109dd-3b73-4448-9a4b-34e644eceea3
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:7e7f83c6-bd41-4a08-93c7-2d94079eabf7
ArtifactChecksum:ZjI1ZDZlNGUzNTdhMjZjNjQzMGVmMTg4MmU1YWM0Yzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:9e00ba1d-0167-4d57-bfaf-0d333932cb9b
ResourceInvariantUUID:023558b6-ca36-4d9c-87af-a16e9ebc453a
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:6f7caf41-b01b-4636-a583-e770ff0bfb40
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:96c22be8-a7a7-4e8b-85b5-d651da843764
ArtifactChecksum:YmMyMjI5ZDRlOGI0MGQwNzU3MjM4Y2Y4M2UyOTJkMjY=
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:61463e84-52d1-49ea-ad67-1820bfed5084
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:b38690dc-6d00-4c11-95b1-4a9124654805
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:b38690dc-6d00-4c11-95b1-4a9124654805
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-03T06:19:53.389Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a51754e7-d172-474b-bcc5-0177b2e933d4 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-09-03T06:19:53.427Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-03T06:19:53.428Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||MSO config path is: /app
2022-09-03T06:19:53.428Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||MSO config path is: /app
2022-09-03T06:19:53.428Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||Trying to download the artifact UUID: 7e7f83c6-bd41-4a08-93c7-2d94079eabf7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-09-03T06:19:53.428Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||DistributionClient - download
2022-09-03T06:19:53.428Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-09-03T06:19:53.604Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||GET Response Status 200
2022-09-03T06:19:53.607Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 7e7f83c6-bd41-4a08-93c7-2d94079eabf7 78819
2022-09-03T06:19:53.608Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-09-03T06:19:53.608Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-09-03T06:19:53.608Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T06:19:53.608Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T06:19:53.610Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T06:19:53.610Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||try to send status {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185993608,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T06:19:53.710Z||pool-320-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T06:19:53.711Z||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-09-03T06:19:53.711Z||pool-320-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:19:53.730Z||pool-320-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:19:53.730Z||pool-320-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-03T06:19:54.611Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-03T06:19:54.612Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||MSO config path is: /app
2022-09-03T06:19:54.612Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||Trying to write artifact UUID: 7e7f83c6-bd41-4a08-93c7-2d94079eabf7, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-03T06:19:54.612Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-09-03T06:19:54.613Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-03T06:19:54.613Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-03T06:19:54.772Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9869789679006416025/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-09-03T06:19:55.917Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-09-03T06:19:55.917Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|WARN|500||####################################################################################################
2022-09-03T06:19:55.918Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-03T06:19:55.918Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-09-03T06:19:55.918Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-03T06:19:55.918Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-03T06:19:55.918Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-03T06:19:55.918Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-03T06:19:55.918Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-03T06:19:55.918Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-03T06:19:55.918Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-03T06:19:55.919Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-03T06:19:55.919Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-03T06:19:55.919Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|WARN|500||####################################################################################################
2022-09-03T06:19:55.919Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T06:19:55.919Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T06:19:55.919Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-03T06:19:55.920Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Search for entities recursively
2022-09-03T06:19:55.920Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-03T06:19:55.920Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T06:19:55.920Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T06:19:55.921Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-03T06:19:55.921Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Search for entities recursively
2022-09-03T06:19:55.921Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-03T06:19:55.921Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T06:19:55.921Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T06:19:55.921Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T06:19:55.922Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-09-03T06:19:55.922Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-09-03T06:19:55.922Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-09-03T06:19:55.922Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-09-03T06:19:55.922Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-03T06:19:55.922Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-03T06:19:55.923Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T06:19:55.923Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-03T06:19:55.923Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T06:19:55.923Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-03T06:19:55.923Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T06:19:55.924Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T06:19:55.924Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-03T06:19:55.924Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T06:19:55.924Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T06:19:55.924Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-03T06:19:55.924Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T06:19:55.925Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T06:19:55.925Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-09-03T06:19:55.925Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-09-03T06:19:55.925Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-03T06:19:55.925Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2466b0ec-f429-4bec-a92b-bc5495b726e2
2022-09-03T06:19:55.925Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T06:19:55.926Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T06:19:55.926Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T06:19:55.926Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T06:19:55.926Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T06:19:55.926Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T06:19:55.926Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T06:19:55.926Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T06:19:55.927Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:a51754e7-d172-474b-bcc5-0177b2e933d4
Model Version:NULL
Model InvariantUuid:a03109dd-3b73-4448-9a4b-34e644eceea3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:31b98166-2cf4-4883-b163-cf1eba053424
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:023558b6-ca36-4d9c-87af-a16e9ebc453a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9e00ba1d-0167-4d57-bfaf-0d333932cb9b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:213643e1-c423-4606-b8fe-6be25f0fab52
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:3a5cc6ff-bb34-48dd-b118-896fd4a9c67b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2466b0ec-f429-4bec-a92b-bc5495b726e2
ModelInvariantUuid:a59b0537-cbde-4056-b8cc-8f9bd835f19d
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:a031b067-7180-4464-b8da-b8ab856bb012
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:f7756ea1-21ec-446a-9ff3-e5870edb4cbe
ModelInvariantUuid:19aaa527-e230-42a0-bf3e-5393c8ac55eb
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:50feb3cf-624c-472a-a79e-d8079920513d
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-09-03T06:19:55.936Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 6f7caf41-b01b-4636-a583-e770ff0bfb40
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-03T06:19:55.938Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||basic_vm_macro 0
2022-09-03T06:19:55.939Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 6f7caf41-b01b-4636-a583-e770ff0bfb40
2022-09-03T06:19:55.939Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||Trying to download the artifact UUID: 96c22be8-a7a7-4e8b-85b5-d651da843764 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-09-03T06:19:55.939Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||DistributionClient - download
2022-09-03T06:19:55.939Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-09-03T06:19:55.991Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||GET Response Status 200
2022-09-03T06:19:55.992Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 96c22be8-a7a7-4e8b-85b5-d651da843764 792
2022-09-03T06:19:55.992Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-09-03T06:19:55.992Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-09-03T06:19:55.992Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T06:19:55.993Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T06:19:55.994Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T06:19:55.994Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||try to send status {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185995992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-03T06:19:56.094Z||pool-321-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T06:19:56.095Z||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-09-03T06:19:56.095Z||pool-321-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:19:56.108Z||pool-321-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:19:56.109Z||pool-321-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-03T06:19:56.995Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "213643e1-c423-4606-b8fe-6be25f0fab52",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3a5cc6ff-bb34-48dd-b118-896fd4a9c67b",
    "vfModuleModelCustomizationUUID": "01a39016-d822-4e29-83a4-9238187bd0e0",
    "isBase": true,
    "artifacts": [
      "61463e84-52d1-49ea-ad67-1820bfed5084",
      "b38690dc-6d00-4c11-95b1-4a9124654805"
    ],
    "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-09-03T06:19:56.999Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3a5cc6ff-bb34-48dd-b118-896fd4a9c67b
VfModuleModelInvariantUUID:213643e1-c423-4606-b8fe-6be25f0fab52
VfModuleModelDescription:NULL
Artifacts UUID List:{
61463e84-52d1-49ea-ad67-1820bfed5084
,
b38690dc-6d00-4c11-95b1-4a9124654805

}
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-09-03T06:19:57.000Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "213643e1-c423-4606-b8fe-6be25f0fab52",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3a5cc6ff-bb34-48dd-b118-896fd4a9c67b",
    "vfModuleModelCustomizationUUID": "01a39016-d822-4e29-83a4-9238187bd0e0",
    "isBase": true,
    "artifacts": [
      "61463e84-52d1-49ea-ad67-1820bfed5084",
      "b38690dc-6d00-4c11-95b1-4a9124654805"
    ],
    "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-09-03T06:19:57.001Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3a5cc6ff-bb34-48dd-b118-896fd4a9c67b
VfModuleModelInvariantUUID:213643e1-c423-4606-b8fe-6be25f0fab52
VfModuleModelDescription:NULL
Artifacts UUID List:{
61463e84-52d1-49ea-ad67-1820bfed5084
,
b38690dc-6d00-4c11-95b1-4a9124654805

}
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-09-03T06:19:57.001Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||Trying to download the artifact UUID: 61463e84-52d1-49ea-ad67-1820bfed5084 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-09-03T06:19:57.001Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||DistributionClient - download
2022-09-03T06:19:57.001Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-09-03T06:19:57.053Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||GET Response Status 200
2022-09-03T06:19:57.054Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 61463e84-52d1-49ea-ad67-1820bfed5084 5033
2022-09-03T06:19:57.054Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-09-03T06:19:57.054Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-09-03T06:19:57.054Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T06:19:57.055Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T06:19:57.056Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T06:19:57.056Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||try to send status {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185997054,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-03T06:19:57.156Z||pool-322-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T06:19:57.157Z||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-09-03T06:19:57.157Z||pool-322-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:19:57.173Z||pool-322-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:19:57.173Z||pool-322-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-03T06:19:58.057Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||Trying to download the artifact UUID: b38690dc-6d00-4c11-95b1-4a9124654805 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-09-03T06:19:58.057Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||DistributionClient - download
2022-09-03T06:19:58.057Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-09-03T06:19:58.107Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||GET Response Status 200
2022-09-03T06:19:58.108Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env b38690dc-6d00-4c11-95b1-4a9124654805 903
2022-09-03T06:19:58.108Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-09-03T06:19:58.109Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-09-03T06:19:58.109Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T06:19:58.109Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T06:19:58.110Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T06:19:58.110Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||try to send status {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185998108,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-03T06:19:58.211Z||pool-323-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T06:19:58.211Z||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-09-03T06:19:58.212Z||pool-323-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:19:58.234Z||pool-323-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:19:58.235Z||pool-323-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-09-03T06:19:59.111Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Preparing to deploy Service: a51754e7-d172-474b-bcc5-0177b2e933d4
2022-09-03T06:19:59.111Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 6f7caf41-b01b-4636-a583-e770ff0bfb40 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-09-03T06:19:59.125Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@bee725a, org.onap.sdc.toscaparser.api.parameters.Input@75f6909c, org.onap.sdc.toscaparser.api.parameters.Input@d65fb42, org.onap.sdc.toscaparser.api.parameters.Input@255d68d2, org.onap.sdc.toscaparser.api.parameters.Input@5d59b281]
2022-09-03T06:19:59.126Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T06:19:59.126Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T06:19:59.127Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||VF Category is: Generic 
2022-09-03T06:19:59.127Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||VFCustomizationUUID= 9e00ba1d-0167-4d57-bfaf-0d333932cb9b
2022-09-03T06:19:59.127Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9e00ba1d-0167-4d57-bfaf-0d333932cb9b matches Tosca VF Customization UUID: 9e00ba1d-0167-4d57-bfaf-0d333932cb9b
2022-09-03T06:19:59.127Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||vfCustomizationUUID: 9e00ba1d-0167-4d57-bfaf-0d333932cb9b  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-09-03T06:19:59.131Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T06:19:59.131Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T06:19:59.132Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||resource request for resource customization id 9e00ba1d-0167-4d57-bfaf-0d333932cb9b: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2022-09-03T06:19:59.132Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@70221806
2022-09-03T06:19:59.132Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T06:19:59.132Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-03T06:19:59.133Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 01a39016-d822-4e29-83a4-9238187bd0e0
2022-09-03T06:19:59.133Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 01a39016-d822-4e29-83a4-9238187bd0e0
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-09-03T06:19:59.135Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T06:19:59.135Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-03T06:19:59.135Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T06:19:59.136Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T06:19:59.136Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-03T06:19:59.136Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T06:19:59.136Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T06:19:59.136Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-09-03T06:19:59.136Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-09-03T06:19:59.136Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-03T06:19:59.136Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2466b0ec-f429-4bec-a92b-bc5495b726e2
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-09-03T06:19:59.139Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T06:19:59.139Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-03T06:19:59.140Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T06:19:59.140Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T06:19:59.140Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-03T06:19:59.140Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=9e00ba1d-0167-4d57-bfaf-0d333932cb9b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-03T06:19:59.142Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T06:19:59.142Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T06:19:59.142Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500|| resourceSeq for service uuid a51754e7-d172-474b-bcc5-0177b2e933d4: basic_vm_macro
2022-09-03T06:19:59.142Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T06:19:59.142Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T06:19:59.143Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T06:19:59.143Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T06:19:59.143Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T06:19:59.143Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T06:19:59.143Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T06:19:59.143Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T06:19:59.143Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-03T06:19:59.144Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T06:19:59.144Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-03T06:19:59.286Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 6f7caf41-b01b-4636-a583-e770ff0bfb40 1 ASDC deployResourceStructure
2022-09-03T06:19:59.286Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-09-03T06:19:59.286Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-09-03T06:19:59.286Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T06:19:59.287Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T06:19:59.288Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T06:19:59.288Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||try to send status {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185999286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-03T06:19:59.388Z||pool-324-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T06:19:59.389Z||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-09-03T06:19:59.389Z||pool-324-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:19:59.406Z||pool-324-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:19:59.407Z||pool-324-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-03T06:20:00.289Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-09-03T06:20:00.289Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-09-03T06:20:00.289Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T06:20:00.290Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T06:20:00.291Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T06:20:00.291Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||try to send status {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662186000289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-09-03T06:20:00.391Z||pool-325-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T06:20:00.392Z||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-09-03T06:20:00.392Z||pool-325-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:20:00.415Z||pool-325-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:20:00.416Z||pool-325-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-09-03T06:20:01.292Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-09-03T06:20:01.292Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-09-03T06:20:01.292Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T06:20:01.293Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T06:20:01.294Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T06:20:01.294Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||try to send status {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662186001292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-09-03T06:20:01.394Z||pool-326-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-03T06:20:01.395Z||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-09-03T06:20:01.396Z||pool-326-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:20:01.419Z||pool-326-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:20:01.419Z||pool-326-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-09-03T06:20:02.296Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-09-03T06:20:02.296Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-09-03T06:20:02.296Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T06:20:02.296Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T06:20:02.299Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T06:20:02.299Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||try to send status {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662186002296,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T06:20:02.399Z||pool-327-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T06:20:02.399Z||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-09-03T06:20:02.400Z||pool-327-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:20:02.413Z||pool-327-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:20:02.413Z||pool-327-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-09-03T06:20:03.300Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c927f683-17be-43e5-ab46-3714a57251e0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T06:20:03.329Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c927f683-17be-43e5-ab46-3714a57251e0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-03T06:20:03.331Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T06:20:03.331Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-03T06:20:03.331Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-03T06:20:03.331Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-03T06:20:03.331Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-09-03T06:20:03.331Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?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-09-03T06:20:03.336Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-03T06:20:33.336Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: c927f683-17be-43e5-ab46-3714a57251e0 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-09-03T06:20:33.353Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c927f683-17be-43e5-ab46-3714a57251e0 and serviceModelVersionId: a51754e7-d172-474b-bcc5-0177b2e933d4
2022-09-03T06:20:33.353Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a03109dd-3b73-4448-9a4b-34e644eceea3
2022-09-03T06:20:33.353Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a03109dd-3b73-4448-9a4b-34e644eceea3/model-vers/model-ver/a51754e7-d172-474b-bcc5-0177b2e933d4?depth=0
2022-09-03T06:20:33.357Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-09-03T06:20:33.383Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed97c8dd-db51-4b4a-847e-cd3dee12c604/model-vers/model-ver/18fd314d-f474-4801-a6e2-4606d43a4226?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a03109dd-3b73-4448-9a4b-34e644eceea3/model-vers/model-ver/a51754e7-d172-474b-bcc5-0177b2e933d4?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-09-03T06:20:33.384Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a03109dd-3b73-4448-9a4b-34e644eceea3/model-vers/model-ver/a51754e7-d172-474b-bcc5-0177b2e933d4?depth=0|INFO|500||Invoke
2022-09-03T06:20:34.906Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a03109dd-3b73-4448-9a4b-34e644eceea3/model-vers/model-ver/a51754e7-d172-474b-bcc5-0177b2e933d4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a03109dd-3b73-4448-9a4b-34e644eceea3/model-vers/model-ver/a51754e7-d172-474b-bcc5-0177b2e933d4?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-09-03T06:20:34.908Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a03109dd-3b73-4448-9a4b-34e644eceea3/model-vers/model-ver/a51754e7-d172-474b-bcc5-0177b2e933d4?depth=0|INFO|500||Invoke
2022-09-03T06:20:36.449Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a03109dd-3b73-4448-9a4b-34e644eceea3/model-vers/model-ver/a51754e7-d172-474b-bcc5-0177b2e933d4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a03109dd-3b73-4448-9a4b-34e644eceea3/model-vers/model-ver/a51754e7-d172-474b-bcc5-0177b2e933d4?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-09-03T06:20:36.451Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a03109dd-3b73-4448-9a4b-34e644eceea3/model-vers/model-ver/a51754e7-d172-474b-bcc5-0177b2e933d4?depth=0|INFO|500||Invoke
2022-09-03T06:20:37.481Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a03109dd-3b73-4448-9a4b-34e644eceea3/model-vers/model-ver/a51754e7-d172-474b-bcc5-0177b2e933d4?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T06:20:37.482Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a03109dd-3b73-4448-9a4b-34e644eceea3/model-vers/model-ver/a51754e7-d172-474b-bcc5-0177b2e933d4?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-09-03T06:20:37.483Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a03109dd-3b73-4448-9a4b-34e644eceea3/model-vers/model-ver/a51754e7-d172-474b-bcc5-0177b2e933d4?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T06:20:37.483Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a03109dd-3b73-4448-9a4b-34e644eceea3/model-vers/model-ver/a51754e7-d172-474b-bcc5-0177b2e933d4?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-09-03T06:20:37.492Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a03109dd-3b73-4448-9a4b-34e644eceea3/model-vers/model-ver/a51754e7-d172-474b-bcc5-0177b2e933d4?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-09-03T06:20:37.492Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a03109dd-3b73-4448-9a4b-34e644eceea3/model-vers/model-ver/a51754e7-d172-474b-bcc5-0177b2e933d4?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c927f683-17be-43e5-ab46-3714a57251e0 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T06:20:37.492Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a03109dd-3b73-4448-9a4b-34e644eceea3/model-vers/model-ver/a51754e7-d172-474b-bcc5-0177b2e933d4?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-03T06:20:37.492Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a03109dd-3b73-4448-9a4b-34e644eceea3/model-vers/model-ver/a51754e7-d172-474b-bcc5-0177b2e933d4?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T06:20:37.494Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a03109dd-3b73-4448-9a4b-34e644eceea3/model-vers/model-ver/a51754e7-d172-474b-bcc5-0177b2e933d4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T06:20:37.494Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a03109dd-3b73-4448-9a4b-34e644eceea3/model-vers/model-ver/a51754e7-d172-474b-bcc5-0177b2e933d4?depth=0|DEBUG|500||try to send status {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662186037492,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-03T06:20:37.594Z||pool-328-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T06:20:37.595Z||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-09-03T06:20:37.595Z||pool-328-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:20:37.628Z||pool-328-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:20:37.629Z||pool-328-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-09-03T06:20:38.522Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a03109dd-3b73-4448-9a4b-34e644eceea3/model-vers/model-ver/a51754e7-d172-474b-bcc5-0177b2e933d4?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:20:38.522Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a03109dd-3b73-4448-9a4b-34e644eceea3/model-vers/model-ver/a51754e7-d172-474b-bcc5-0177b2e933d4?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T06:20:38.522Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a03109dd-3b73-4448-9a4b-34e644eceea3/model-vers/model-ver/a51754e7-d172-474b-bcc5-0177b2e933d4?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:20:45.415Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:20:45.416Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?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-09-03T06:20:45.416Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:20:45.444Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:20:45.445Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:20:45.445Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185745413,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:20:45.445Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:20:48.951Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a03109dd-3b73-4448-9a4b-34e644eceea3/model-vers/model-ver/a51754e7-d172-474b-bcc5-0177b2e933d4?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:20:48.952Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a03109dd-3b73-4448-9a4b-34e644eceea3/model-vers/model-ver/a51754e7-d172-474b-bcc5-0177b2e933d4?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:20:48.952Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a03109dd-3b73-4448-9a4b-34e644eceea3/model-vers/model-ver/a51754e7-d172-474b-bcc5-0177b2e933d4?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T06:20:48.952Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a03109dd-3b73-4448-9a4b-34e644eceea3/model-vers/model-ver/a51754e7-d172-474b-bcc5-0177b2e933d4?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:20:58.504Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a03109dd-3b73-4448-9a4b-34e644eceea3/model-vers/model-ver/a51754e7-d172-474b-bcc5-0177b2e933d4?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:20:58.504Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a03109dd-3b73-4448-9a4b-34e644eceea3/model-vers/model-ver/a51754e7-d172-474b-bcc5-0177b2e933d4?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:20:58.505Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a03109dd-3b73-4448-9a4b-34e644eceea3/model-vers/model-ver/a51754e7-d172-474b-bcc5-0177b2e933d4?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T06:20:58.505Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a03109dd-3b73-4448-9a4b-34e644eceea3/model-vers/model-ver/a51754e7-d172-474b-bcc5-0177b2e933d4?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:21:08.049Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a03109dd-3b73-4448-9a4b-34e644eceea3/model-vers/model-ver/a51754e7-d172-474b-bcc5-0177b2e933d4?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:21:08.050Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a03109dd-3b73-4448-9a4b-34e644eceea3/model-vers/model-ver/a51754e7-d172-474b-bcc5-0177b2e933d4?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:21:08.050Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a03109dd-3b73-4448-9a4b-34e644eceea3/model-vers/model-ver/a51754e7-d172-474b-bcc5-0177b2e933d4?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T06:21:08.050Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a03109dd-3b73-4448-9a4b-34e644eceea3/model-vers/model-ver/a51754e7-d172-474b-bcc5-0177b2e933d4?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:21:17.595Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a03109dd-3b73-4448-9a4b-34e644eceea3/model-vers/model-ver/a51754e7-d172-474b-bcc5-0177b2e933d4?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:21:17.595Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:21:17.595Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T06:21:17.596Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:21:27.158Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:21:45.413Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:21:45.414Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T06:21:45.414Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:21:45.415Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:21:45.415Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?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-09-03T06:21:45.416Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:21:45.949Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:21:45.950Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:21:45.950Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185745413,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-03T06:21:45.950Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:21:45.950Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:21:45.950Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185745413,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-03T06:21:45.950Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:21:45.950Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:21:45.950Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185745413,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:21:45.951Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:21:45.951Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:21:45.951Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185745413,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-03T06:21:45.951Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:21:45.951Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:21:45.951Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185745413,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:21:45.951Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:21:45.951Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:21:45.951Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185745413,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-03T06:21:45.951Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:21:45.951Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:21:45.951Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185745413,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-03T06:21:45.951Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Missing status on Status Object. 
2022-09-03T06:21:45.952Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:21:45.952Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185993608,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-03T06:21:45.952Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T06:21:45.952Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:21:45.952Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185995992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-03T06:21:45.952Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T06:21:45.952Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:21:45.952Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185997054,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-03T06:21:45.952Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T06:21:45.952Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:21:45.952Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185998108,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-03T06:21:45.952Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T06:21:45.952Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:21:45.952Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662185999286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-03T06:21:45.953Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T06:21:45.953Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:21:45.953Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662186000289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-09-03T06:21:45.953Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T06:21:45.953Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:21:45.953Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662186001292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-09-03T06:21:45.953Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T06:21:45.953Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:21:45.953Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662186002296,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-03T06:21:45.953Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T06:21:45.953Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||received message from topic
2022-09-03T06:21:45.954Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c927f683-17be-43e5-ab46-3714a57251e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662186037492,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-03T06:21:45.954Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T06:21:54.976Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:22:45.413Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:22:45.414Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T06:22:45.414Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:22:45.415Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb07dd6a-0b71-4b65-ae39-ce10f8ef6017/model-vers/model-ver/45cd840c-54e7-4532-bd17-a2572b0ea4da?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:22:45.415Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb07dd6a-0b71-4b65-ae39-ce10f8ef6017/model-vers/model-ver/45cd840c-54e7-4532-bd17-a2572b0ea4da?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-09-03T06:22:45.415Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb07dd6a-0b71-4b65-ae39-ce10f8ef6017/model-vers/model-ver/45cd840c-54e7-4532-bd17-a2572b0ea4da?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:22:54.963Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:22:54.979Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb07dd6a-0b71-4b65-ae39-ce10f8ef6017/model-vers/model-ver/45cd840c-54e7-4532-bd17-a2572b0ea4da?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:23:45.413Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:23:45.413Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T06:23:45.414Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:23:45.415Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:23:45.415Z||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-09-03T06:23:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T06:23:54.989Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:23:54.989Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:24:45.413Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:24:45.413Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T06:24:45.413Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:24:45.415Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:24:45.415Z||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-09-03T06:24:45.415Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T06:24:54.991Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:24:55.020Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:25:45.413Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:25:45.414Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T06:25:45.414Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:25:45.415Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:25:45.416Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?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-09-03T06:25:45.416Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:25:54.985Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:25:54.985Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:26:45.413Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:26:45.414Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T06:26:45.415Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:26:45.415Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a03109dd-3b73-4448-9a4b-34e644eceea3/model-vers/model-ver/a51754e7-d172-474b-bcc5-0177b2e933d4?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:26:45.415Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a03109dd-3b73-4448-9a4b-34e644eceea3/model-vers/model-ver/a51754e7-d172-474b-bcc5-0177b2e933d4?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-09-03T06:26:45.415Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a03109dd-3b73-4448-9a4b-34e644eceea3/model-vers/model-ver/a51754e7-d172-474b-bcc5-0177b2e933d4?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:26:54.967Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:26:54.968Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a03109dd-3b73-4448-9a4b-34e644eceea3/model-vers/model-ver/a51754e7-d172-474b-bcc5-0177b2e933d4?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:27:45.413Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:27:45.414Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T06:27:45.414Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:27:45.415Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:27:45.415Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?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-09-03T06:27:45.416Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:27:54.971Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:27:54.974Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:28:45.413Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:28:45.415Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T06:28:45.415Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:28:45.415Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:28:45.415Z||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-09-03T06:28:45.415Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T06:28:54.980Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:28:54.980Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:29:45.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:29:45.414Z||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-09-03T06:29:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T06:29:45.415Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:29:45.416Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?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-09-03T06:29:45.416Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:29:54.973Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:29:54.978Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:30:45.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:30:45.413Z||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-09-03T06:30:45.413Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T06:30:45.415Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:30:45.415Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?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-09-03T06:30:45.415Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:30:54.958Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:30:54.966Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:31:45.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:31:45.413Z||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-09-03T06:31:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T06:31:45.415Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:31:45.416Z||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-09-03T06:31:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T06:31:54.966Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:31:54.969Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:32:45.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:32:45.414Z||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-09-03T06:32:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T06:32:45.415Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:32:45.416Z||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-09-03T06:32:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T06:32:54.967Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:32:54.967Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:33:45.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:33:45.413Z||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-09-03T06:33:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T06:33:45.415Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:33:45.415Z||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-09-03T06:33:45.415Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T06:33:54.960Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:33:54.963Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:34:45.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:34:45.414Z||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-09-03T06:34:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T06:34:45.415Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:34:45.416Z||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-09-03T06:34:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T06:34:54.969Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:34:54.972Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:35:45.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:35:45.413Z||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-09-03T06:35:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T06:35:45.415Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:35:45.415Z||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-09-03T06:35:45.415Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T06:35:54.957Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:35:54.970Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:36:45.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:36:45.414Z||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-09-03T06:36:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T06:36:45.415Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb07dd6a-0b71-4b65-ae39-ce10f8ef6017/model-vers/model-ver/45cd840c-54e7-4532-bd17-a2572b0ea4da?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:36:45.416Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb07dd6a-0b71-4b65-ae39-ce10f8ef6017/model-vers/model-ver/45cd840c-54e7-4532-bd17-a2572b0ea4da?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-09-03T06:36:45.416Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb07dd6a-0b71-4b65-ae39-ce10f8ef6017/model-vers/model-ver/45cd840c-54e7-4532-bd17-a2572b0ea4da?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:36:54.966Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb07dd6a-0b71-4b65-ae39-ce10f8ef6017/model-vers/model-ver/45cd840c-54e7-4532-bd17-a2572b0ea4da?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:36:54.968Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:37:45.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:37:45.413Z||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-09-03T06:37:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T06:37:45.415Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:37:45.415Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?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-09-03T06:37:45.415Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:37:54.976Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:37:54.977Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:38:45.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:38:45.413Z||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-09-03T06:38:45.413Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T06:38:45.415Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:38:45.415Z||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-09-03T06:38:45.415Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T06:38:54.966Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:38:54.967Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:39:45.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:39:45.414Z||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-09-03T06:39:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T06:39:45.415Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:39:45.415Z||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-09-03T06:39:45.415Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T06:39:54.985Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:39:54.985Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:40:45.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:40:45.414Z||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-09-03T06:40:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T06:40:45.415Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb07dd6a-0b71-4b65-ae39-ce10f8ef6017/model-vers/model-ver/45cd840c-54e7-4532-bd17-a2572b0ea4da?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:40:45.416Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb07dd6a-0b71-4b65-ae39-ce10f8ef6017/model-vers/model-ver/45cd840c-54e7-4532-bd17-a2572b0ea4da?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-09-03T06:40:45.416Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb07dd6a-0b71-4b65-ae39-ce10f8ef6017/model-vers/model-ver/45cd840c-54e7-4532-bd17-a2572b0ea4da?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:40:54.968Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:40:54.978Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb07dd6a-0b71-4b65-ae39-ce10f8ef6017/model-vers/model-ver/45cd840c-54e7-4532-bd17-a2572b0ea4da?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:41:45.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:41:45.414Z||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-09-03T06:41:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T06:41:45.415Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:41:45.415Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?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-09-03T06:41:45.416Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:41:54.967Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:41:55.031Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:42:45.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:42:45.414Z||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-09-03T06:42:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T06:42:45.415Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:42:45.416Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?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-09-03T06:42:45.416Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:42:54.968Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:42:54.968Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:43:45.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:43:45.413Z||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-09-03T06:43:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T06:43:45.415Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:43:45.416Z||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-09-03T06:43:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T06:43:54.962Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:43:54.963Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:44:45.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:44:45.413Z||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-09-03T06:44:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T06:44:45.415Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:44:45.415Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?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-09-03T06:44:45.415Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:44:54.971Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:44:54.971Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:45:45.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:45:45.414Z||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-09-03T06:45:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T06:45:45.415Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:45:45.415Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?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-09-03T06:45:45.416Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:45:54.977Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:45:54.978Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:46:45.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:46:45.414Z||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-09-03T06:46:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T06:46:45.415Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:46:45.416Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?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-09-03T06:46:45.416Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:46:54.976Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:46:54.977Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:47:45.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:47:45.414Z||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-09-03T06:47:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T06:47:45.415Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a03109dd-3b73-4448-9a4b-34e644eceea3/model-vers/model-ver/a51754e7-d172-474b-bcc5-0177b2e933d4?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:47:45.416Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a03109dd-3b73-4448-9a4b-34e644eceea3/model-vers/model-ver/a51754e7-d172-474b-bcc5-0177b2e933d4?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-09-03T06:47:45.416Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a03109dd-3b73-4448-9a4b-34e644eceea3/model-vers/model-ver/a51754e7-d172-474b-bcc5-0177b2e933d4?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:47:54.961Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a03109dd-3b73-4448-9a4b-34e644eceea3/model-vers/model-ver/a51754e7-d172-474b-bcc5-0177b2e933d4?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:47:54.963Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:48:45.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:48:45.414Z||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-09-03T06:48:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T06:48:45.415Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a03109dd-3b73-4448-9a4b-34e644eceea3/model-vers/model-ver/a51754e7-d172-474b-bcc5-0177b2e933d4?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:48:45.415Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a03109dd-3b73-4448-9a4b-34e644eceea3/model-vers/model-ver/a51754e7-d172-474b-bcc5-0177b2e933d4?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-09-03T06:48:45.416Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a03109dd-3b73-4448-9a4b-34e644eceea3/model-vers/model-ver/a51754e7-d172-474b-bcc5-0177b2e933d4?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:48:54.969Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a03109dd-3b73-4448-9a4b-34e644eceea3/model-vers/model-ver/a51754e7-d172-474b-bcc5-0177b2e933d4?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:48:54.969Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:49:45.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:49:45.413Z||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-09-03T06:49:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T06:49:45.415Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a03109dd-3b73-4448-9a4b-34e644eceea3/model-vers/model-ver/a51754e7-d172-474b-bcc5-0177b2e933d4?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:49:45.415Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a03109dd-3b73-4448-9a4b-34e644eceea3/model-vers/model-ver/a51754e7-d172-474b-bcc5-0177b2e933d4?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-09-03T06:49:45.415Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a03109dd-3b73-4448-9a4b-34e644eceea3/model-vers/model-ver/a51754e7-d172-474b-bcc5-0177b2e933d4?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:49:54.965Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a03109dd-3b73-4448-9a4b-34e644eceea3/model-vers/model-ver/a51754e7-d172-474b-bcc5-0177b2e933d4?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:49:54.965Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:50:45.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:50:45.413Z||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-09-03T06:50:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T06:50:45.415Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:50:45.415Z||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-09-03T06:50:45.415Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T06:50:54.967Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:50:54.967Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:51:45.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:51:45.414Z||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-09-03T06:51:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T06:51:45.415Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:51:45.416Z||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-09-03T06:51:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T06:51:54.979Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:51:54.986Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:52:45.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:52:45.414Z||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-09-03T06:52:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T06:52:45.415Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:52:45.415Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?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-09-03T06:52:45.415Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:52:54.959Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:52:54.969Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:53:45.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:53:45.414Z||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-09-03T06:53:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T06:53:45.415Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a03109dd-3b73-4448-9a4b-34e644eceea3/model-vers/model-ver/a51754e7-d172-474b-bcc5-0177b2e933d4?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:53:45.415Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a03109dd-3b73-4448-9a4b-34e644eceea3/model-vers/model-ver/a51754e7-d172-474b-bcc5-0177b2e933d4?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-09-03T06:53:45.416Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a03109dd-3b73-4448-9a4b-34e644eceea3/model-vers/model-ver/a51754e7-d172-474b-bcc5-0177b2e933d4?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:53:54.977Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:53:54.977Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a03109dd-3b73-4448-9a4b-34e644eceea3/model-vers/model-ver/a51754e7-d172-474b-bcc5-0177b2e933d4?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:54:45.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:54:45.414Z||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-09-03T06:54:45.415Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T06:54:45.415Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb07dd6a-0b71-4b65-ae39-ce10f8ef6017/model-vers/model-ver/45cd840c-54e7-4532-bd17-a2572b0ea4da?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:54:45.416Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb07dd6a-0b71-4b65-ae39-ce10f8ef6017/model-vers/model-ver/45cd840c-54e7-4532-bd17-a2572b0ea4da?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-09-03T06:54:45.416Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb07dd6a-0b71-4b65-ae39-ce10f8ef6017/model-vers/model-ver/45cd840c-54e7-4532-bd17-a2572b0ea4da?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:54:54.962Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:54:54.963Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb07dd6a-0b71-4b65-ae39-ce10f8ef6017/model-vers/model-ver/45cd840c-54e7-4532-bd17-a2572b0ea4da?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:55:45.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:55:45.414Z||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-09-03T06:55:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T06:55:45.415Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:55:45.415Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?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-09-03T06:55:45.415Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:55:54.971Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:55:54.974Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:56:45.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:56:45.414Z||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-09-03T06:56:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T06:56:45.415Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:56:45.415Z||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-09-03T06:56:45.415Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T06:56:54.968Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:56:54.980Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:57:45.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:57:45.414Z||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-09-03T06:57:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T06:57:45.415Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a03109dd-3b73-4448-9a4b-34e644eceea3/model-vers/model-ver/a51754e7-d172-474b-bcc5-0177b2e933d4?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:57:45.416Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a03109dd-3b73-4448-9a4b-34e644eceea3/model-vers/model-ver/a51754e7-d172-474b-bcc5-0177b2e933d4?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-09-03T06:57:45.416Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a03109dd-3b73-4448-9a4b-34e644eceea3/model-vers/model-ver/a51754e7-d172-474b-bcc5-0177b2e933d4?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:57:54.961Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:57:54.983Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a03109dd-3b73-4448-9a4b-34e644eceea3/model-vers/model-ver/a51754e7-d172-474b-bcc5-0177b2e933d4?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:58:45.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:58:45.413Z||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-09-03T06:58:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T06:58:45.415Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb07dd6a-0b71-4b65-ae39-ce10f8ef6017/model-vers/model-ver/45cd840c-54e7-4532-bd17-a2572b0ea4da?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:58:45.415Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb07dd6a-0b71-4b65-ae39-ce10f8ef6017/model-vers/model-ver/45cd840c-54e7-4532-bd17-a2572b0ea4da?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-09-03T06:58:45.415Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb07dd6a-0b71-4b65-ae39-ce10f8ef6017/model-vers/model-ver/45cd840c-54e7-4532-bd17-a2572b0ea4da?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T06:58:54.974Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:58:54.977Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb07dd6a-0b71-4b65-ae39-ce10f8ef6017/model-vers/model-ver/45cd840c-54e7-4532-bd17-a2572b0ea4da?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:59:45.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:59:45.413Z||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-09-03T06:59:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T06:59:45.415Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T06:59:45.416Z||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-09-03T06:59:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T06:59:54.968Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T06:59:54.972Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T07:00:45.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T07:00:45.413Z||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-09-03T07:00:45.413Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T07:00:45.415Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T07:00:45.415Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?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-09-03T07:00:45.415Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T07:00:54.968Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T07:00:54.969Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T07:01:45.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T07:01:45.413Z||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-09-03T07:01:45.413Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T07:01:45.415Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T07:01:45.415Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?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-09-03T07:01:45.416Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T07:01:54.987Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T07:01:54.991Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T07:02:45.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T07:02:45.414Z||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-09-03T07:02:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T07:02:45.415Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T07:02:45.416Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?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-09-03T07:02:45.416Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T07:02:54.980Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T07:02:54.981Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T07:03:45.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T07:03:45.413Z||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-09-03T07:03:45.413Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T07:03:45.415Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T07:03:45.415Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?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-09-03T07:03:45.415Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T07:03:54.959Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T07:03:54.960Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T07:04:45.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T07:04:45.414Z||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-09-03T07:04:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T07:04:45.416Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a03109dd-3b73-4448-9a4b-34e644eceea3/model-vers/model-ver/a51754e7-d172-474b-bcc5-0177b2e933d4?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T07:04:45.416Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a03109dd-3b73-4448-9a4b-34e644eceea3/model-vers/model-ver/a51754e7-d172-474b-bcc5-0177b2e933d4?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-09-03T07:04:45.416Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a03109dd-3b73-4448-9a4b-34e644eceea3/model-vers/model-ver/a51754e7-d172-474b-bcc5-0177b2e933d4?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T07:04:54.966Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T07:04:54.968Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a03109dd-3b73-4448-9a4b-34e644eceea3/model-vers/model-ver/a51754e7-d172-474b-bcc5-0177b2e933d4?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T07:05:45.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T07:05:45.413Z||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-09-03T07:05:45.413Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T07:05:45.415Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb07dd6a-0b71-4b65-ae39-ce10f8ef6017/model-vers/model-ver/45cd840c-54e7-4532-bd17-a2572b0ea4da?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T07:05:45.415Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb07dd6a-0b71-4b65-ae39-ce10f8ef6017/model-vers/model-ver/45cd840c-54e7-4532-bd17-a2572b0ea4da?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-09-03T07:05:45.415Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb07dd6a-0b71-4b65-ae39-ce10f8ef6017/model-vers/model-ver/45cd840c-54e7-4532-bd17-a2572b0ea4da?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T07:05:54.982Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T07:05:54.986Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb07dd6a-0b71-4b65-ae39-ce10f8ef6017/model-vers/model-ver/45cd840c-54e7-4532-bd17-a2572b0ea4da?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T07:06:45.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T07:06:45.414Z||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-09-03T07:06:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T07:06:45.415Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T07:06:45.416Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?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-09-03T07:06:45.416Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T07:06:54.959Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T07:06:54.963Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T07:07:45.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T07:07:45.415Z||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-09-03T07:07:45.415Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T07:07:45.415Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T07:07:45.415Z||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-09-03T07:07:45.415Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T07:07:54.968Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T07:07:54.968Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T07:08:45.413Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T07:08:45.414Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T07:08:45.415Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T07:08:45.415Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T07:08:45.416Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?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-09-03T07:08:45.416Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T07:08:54.975Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T07:08:54.976Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T07:09:45.413Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T07:09:45.414Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T07:09:45.414Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T07:09:45.415Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a03109dd-3b73-4448-9a4b-34e644eceea3/model-vers/model-ver/a51754e7-d172-474b-bcc5-0177b2e933d4?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T07:09:45.416Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a03109dd-3b73-4448-9a4b-34e644eceea3/model-vers/model-ver/a51754e7-d172-474b-bcc5-0177b2e933d4?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-09-03T07:09:45.416Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a03109dd-3b73-4448-9a4b-34e644eceea3/model-vers/model-ver/a51754e7-d172-474b-bcc5-0177b2e933d4?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T07:09:54.993Z|c927f683-17be-43e5-ab46-3714a57251e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a03109dd-3b73-4448-9a4b-34e644eceea3/model-vers/model-ver/a51754e7-d172-474b-bcc5-0177b2e933d4?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T07:09:54.994Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T07:10:45.413Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T07:10:45.413Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T07:10:45.413Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T07:10:45.415Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T07:10:45.416Z||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-09-03T07:10:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T07:10:54.961Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T07:10:54.961Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T07:11:45.413Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T07:11:45.414Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T07:11:45.414Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T07:11:45.415Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T07:11:45.415Z||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-09-03T07:11:45.415Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T07:11:55.002Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T07:11:55.005Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T07:12:45.413Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T07:12:45.413Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T07:12:45.414Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T07:12:45.415Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T07:12:45.415Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?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-09-03T07:12:45.415Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T07:12:54.961Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T07:12:54.961Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T07:13:45.413Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T07:13:45.414Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T07:13:45.414Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T07:13:45.415Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb07dd6a-0b71-4b65-ae39-ce10f8ef6017/model-vers/model-ver/45cd840c-54e7-4532-bd17-a2572b0ea4da?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T07:13:45.416Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb07dd6a-0b71-4b65-ae39-ce10f8ef6017/model-vers/model-ver/45cd840c-54e7-4532-bd17-a2572b0ea4da?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-09-03T07:13:45.416Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb07dd6a-0b71-4b65-ae39-ce10f8ef6017/model-vers/model-ver/45cd840c-54e7-4532-bd17-a2572b0ea4da?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T07:13:54.969Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T07:13:54.970Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb07dd6a-0b71-4b65-ae39-ce10f8ef6017/model-vers/model-ver/45cd840c-54e7-4532-bd17-a2572b0ea4da?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T07:14:45.413Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T07:14:45.413Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T07:14:45.414Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T07:14:45.415Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T07:14:45.415Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?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-09-03T07:14:45.416Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T07:14:54.961Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T07:14:54.963Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T07:15:45.413Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T07:15:45.413Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T07:15:45.414Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T07:15:45.415Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T07:15:45.415Z||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-09-03T07:15:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T07:15:54.962Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T07:15:54.970Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T07:16:45.413Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T07:16:45.414Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T07:16:45.414Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T07:16:45.415Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T07:16:45.416Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?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-09-03T07:16:45.416Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T07:16:54.967Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T07:16:54.967Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T07:17:45.413Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T07:17:45.413Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T07:17:45.414Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T07:17:45.415Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T07:17:45.415Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?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-09-03T07:17:45.415Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T07:17:54.992Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T07:17:54.994Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T07:18:45.413Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T07:18:45.414Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T07:18:45.414Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T07:18:45.415Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T07:18:45.416Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?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-09-03T07:18:45.416Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T07:18:54.981Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T07:18:54.982Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T07:19:45.413Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T07:19:45.413Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T07:19:45.414Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T07:19:45.415Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T07:19:45.415Z||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-09-03T07:19:45.415Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T07:19:54.974Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T07:19:54.975Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T07:20:45.413Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T07:20:45.414Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T07:20:45.414Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T07:20:45.415Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T07:20:45.415Z||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-09-03T07:20:45.415Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T07:20:54.978Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T07:20:54.978Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T07:21:45.413Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T07:21:45.414Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T07:21:45.415Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T07:21:45.415Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T07:21:45.416Z||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-09-03T07:21:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T07:21:54.972Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T07:21:54.975Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T07:22:45.413Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T07:22:45.415Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T07:22:45.415Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T07:22:45.415Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T07:22:45.416Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?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-09-03T07:22:45.416Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T07:22:54.966Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27/model-vers/model-ver/ebbfa781-f396-4e24-aee4-1be6eff4d8e1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T07:22:54.969Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T07:23:45.413Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T07:23:45.414Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T07:23:45.414Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T07:23:45.415Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb07dd6a-0b71-4b65-ae39-ce10f8ef6017/model-vers/model-ver/45cd840c-54e7-4532-bd17-a2572b0ea4da?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T07:23:45.416Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb07dd6a-0b71-4b65-ae39-ce10f8ef6017/model-vers/model-ver/45cd840c-54e7-4532-bd17-a2572b0ea4da?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-09-03T07:23:45.416Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb07dd6a-0b71-4b65-ae39-ce10f8ef6017/model-vers/model-ver/45cd840c-54e7-4532-bd17-a2572b0ea4da?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T07:23:54.980Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T07:23:54.993Z|ad3d63d1-d619-4249-85d8-0ee177c409e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb07dd6a-0b71-4b65-ae39-ce10f8ef6017/model-vers/model-ver/45cd840c-54e7-4532-bd17-a2572b0ea4da?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T07:24:45.413Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T07:24:45.414Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T07:24:45.414Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T07:24:45.415Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T07:24:45.415Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?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-09-03T07:24:45.415Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T07:24:54.987Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T07:24:54.988Z|26031728-9ab8-417c-92d6-4a19f788b2ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4516813a-c0a1-4e9a-806f-4653fb0f4774/model-vers/model-ver/824688f3-ce73-4251-955f-9c69cac729ce?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T07:25:45.413Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T07:25:45.414Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T07:25:45.414Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T07:25:45.415Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T07:25:45.415Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?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-09-03T07:25:45.416Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T07:25:54.997Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T07:25:55.003Z|bbe85f19-cb6b-4ae8-9d64-2c686fb59b50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14ae031d-0665-4d22-b352-f3d6fc45fd53/model-vers/model-ver/adc7629b-5aa1-4f13-9c61-5bbc4764ed91?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T07:26:45.413Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T07:26:45.414Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T07:26:45.414Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T07:26:45.415Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T07:26:45.415Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?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-09-03T07:26:45.415Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T07:26:54.958Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T07:26:54.958Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T07:27:45.413Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T07:27:45.413Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T07:27:45.414Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T07:27:45.415Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T07:27:45.415Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?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-09-03T07:27:45.415Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T07:27:55.007Z|ecf7cd6c-ce19-48b6-80c9-bae1d4ecf1bc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f244d819-db4a-4a0b-8cba-be448818a423/model-vers/model-ver/ea5de153-6acd-42a6-b7d9-5a88c9762f1b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-03T07:27:55.010Z|72898aaa-6468-4c0a-ad3a-cdf16df2d941|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed3e00-3175-4f88-8cb6-ff344ef4fc96/model-vers/model-ver/4cad654e-7dcc-422b-97d3-9909483d498e?depth=0|INFO|500||	--> HTTP/1.1 200 OK